Articles on React.js like to point out, that React.js is great for SEO purposes. Unfortunately, I've never read, how you actually do it.
Do you simply implement _escaped_fragment_
as in https://developers.google.com/webmasters/ajax-crawling/docs/getting-started and let React render the page on the server, when the url contains _escaped_fragment_
, or is there more to it?
Being able not to rely on _escaped_fragment_
would be great, as probably not all potentially crawling sites (e.g. in sharing functionalities) implement _escaped_fragment_
.