Indexing bots can execute Javascript. That means you don't need to SSR unless you really have to. One place where SSR helps is showing the indexing bot that your page loads fast (since page speed is also an part of the ranking criterion) π
Some things to keep in mind for SEO are:
Make sure all page level SEO content is outside the React application.
Make sure your markup inside the React app is semantic.
Use as much structured data as possible
Paginate infinitely scrolled content. You can refer this article for this.
Abinav Seelan
UI Engineer @Flipkart β’ https://abinavseelan.com π
Indexing bots can execute Javascript. That means you don't need to SSR unless you really have to. One place where SSR helps is showing the indexing bot that your page loads fast (since page speed is also an part of the ranking criterion) π
Some things to keep in mind for SEO are: