I have an issue with Google crawling my site through my sitemap. Sitemaps are supposed to have encoded urls like http://example.com/attraction%2Fsoto-sakuradamon-gate%2F16892 but the problem is, how do I get Backbone to load the encoded url when Google hits that page?
I know Google can't crawl my JavaScript, but will be able to crawl the HTML snapshot I send it when visiting the encoded url. However, I need the encoded url working in order to be able to take my HTML snapshot and to fix the crawl errors in Google webmaster tools.
Any suggestions on how to solve this?