About
SEO in the context of React (ie javascript)
Web rendering service (WRS)
https://developers.google.com/search/docs/guides/javascript-seo-basics
bot such as GoogleBot uses a web rendering service (WRS) to index the page content and your UI should supports it. WRS regularly updates the rendering engine it uses.
SSR / Prerendering
server-side or pre-rendering is still a great idea because:
- it makes your website faster for users and crawlers,
- and not all bots can run JavaScript.