React SEO

How I can create seo optimized website with react or make the existing react website seo friendly?
3 Replies
MrkaramSingh
MrkaramSingh11mo ago
Zomato website is doing that checkout there source code ... using somekind of SEO package in there website
bibamann
bibamann11mo ago
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...
Frank
Frank11mo ago
Move the interactive React parts to an https://astro.build site.
Astro
Astro
Astro builds fast content sites, powerful web applications, dynamic server APIs, and everything in-between.
Want results from more Discord servers?
Add your server