gdg-x / boomerang

Easy website for your GDG Chapter
http://gdg-x.github.io/boomerang/
Apache License 2.0
74 stars 104 forks source link

Google Bot Doesn't index #18

Closed ajmikzer closed 10 years ago

ajmikzer commented 10 years ago

Google Search bot doesn't index any ajax page (news, events, photos).

You might look into this documentation I guess: https://developers.google.com/webmasters/ajax-crawling/docs/specification

Splaktar commented 10 years ago

The App Engine fork (https://github.com/Splaktar/boomerang-gae) should fully address this issue now. I've made some of those changes in pull request #24 but it isn't all there yet and may never be. If you want indexing and better SEO, I'd suggest using the boomerang-gae project instead.

Splaktar commented 10 years ago

Google now indexes both CSS and JavaScript as announced recently. Closing this as it should index properly now. If that isn't enough, look at prerender.io as used in boomerang-gae.