Reform-to / reform.to

Website
1 stars 0 forks source link

make current react app google crawlable #18

Open ghost opened 10 years ago

ghost commented 10 years ago

People can use the site, its being shared externally, but need to consider best path to make theentire app crawlable from google land.

ghost commented 10 years ago

One method is to use react server, render a second set of files onto the server.

Another is to get into google land tweaks:

The old hijax method probably is not the best:

A combination of react server rendering and google url ajax fun is necessary to get this working properly.

Afterwards, test with google webmaster tools to fetch a page and insure everything is visible.