Category / NextJS

Improve your React.js SEO with NextJS


In React everything is rendered on the client-side, this is great for UX, but when the web-crawlers tries to crawl your site, it wouldn't find any content on the DOM. This is bad in terms of SEO because crawlers cannot process the API response and wouldn't wait for DOM re-render.

Table of contents

  1. How browsers, crawlers and social media platforms...
Read More