React SEO
How I can create seo optimized website with react or make the existing react website seo friendly?
3 Replies
Zomato website is doing that checkout there source code ... using somekind of SEO package in there website
The main issue with react pages and seo are that they mostly just consist of one line of html (div id="app"). Google recognizes this and comes back later with another "specialized" bot, but doesn't crawl the site immediately.
When this "later" is, nobody knows. Or at least I don't. But for news pages it's something bad.
That's why people use NextJs which renders a react page server side so the bot sees the page as "full html".
Otherwise, there's no special SEO optimization needed according to this guy from google: https://www.youtube.com/watch?v=rKgF0rf009c
Google Search Central
YouTube
Make your React web apps discoverable - JavaScript SEO
In this video of the JavaScript SEO series, Webmaster Trends Analyst, Martin Splitt shares how to make your React apps discoverable in search and how to avoid common problems you may encounter with a React app.
Check out ReactDomServer → http://bit.ly/2W2fKUu
Learn more about react-snap → http://bit.ly/2JgeQT0
Learn more about Rendertron → http...
Astro
Astro
Astro builds fast content sites, powerful web applications, dynamic server APIs, and everything in-between.