dwyl / learn-react

"The possibilities are numerous once we decide to act and not react." ~ George Bernard Shaw
108 stars 22 forks source link

React.js for SEO? #20

Open nelsonic opened 8 years ago

nelsonic commented 8 years ago

What do we need in order to make our Web APP SEO-friendly? http://stackoverflow.com/questions/28252768/how-do-you-use-react-js-for-seo

gregtandiono commented 8 years ago

https://github.com/nfl/react-helmet

This is a good start, because you will have access to document head <head> for titles, tags, etc.