we use reactjs technology for company site . but Alexa unable to fetch results from my site
thanks
after switch from php to reactjs , we see low alexa rank. what happen?
If you’re dynamically rendering, then a number of things could be going on that affect your Alexa rank. You should never render client side for websites that need to be crawled. You should opt for something like Next or Gatsby and generate a static site from React.
1 Like
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.