Reform-to / reform.to

Website
1 stars 0 forks source link

make reform.to sitemap #17

Open ghost opened 10 years ago

ghost commented 10 years ago

need a sitemap for the site, which is dependent upon making the pages crawlable.

ghost commented 10 years ago

Three paths:

1.) alter grunt-sitemap to take static urls (started this in a branch)

https://www.npmjs.org/package/grunt-sitemap

2.) use the nodejs sitemap plugin to generate a dynamic map. This can be hooked in nicely to the routes, to get exact paths for each page in the entire app.

https://www.npmjs.org/package/sitemap

3.) Use static file generator that is separate, like sitemap_gen and just get the general paths in...

christopheradams commented 10 years ago

Should also look at react server. On Aug 4, 2014 7:04 PM, "Jon Phillips" notifications@github.com wrote:

Three paths:

1.) alter grunt-sitemap to take static urls (started this in a branch)

  • this will all fit into Gruntfile.js

https://www.npmjs.org/package/grunt-sitemap

2.) use the nodejs sitemap plugin to generate a dynamic map. This can be hooked in nicely to the routes, to get exact paths for each page in the entire app.

https://www.npmjs.org/package/sitemap

3.) Use static file generator that is separate, like sitemap_gen and just get the general paths in...

— Reply to this email directly or view it on GitHub https://github.com/Reform-to/reform.to/issues/17#issuecomment-51046468.