I recently found that Google has been indexing our KendoUI Mobile application website (using remote views) strangely. They somehow got a hold of our mobile URL's and are indexing them without the hashbang, and therefore the links don't work (they only return the HTML of the Partial View). So instead of Google indexing http://ourdomain.com/Mobile#/Mobile/Home/Home , they actually display http://ourdomain.com/Mobile/Home/Home , which obviously doesn't work.
I did a ton of searching, and I found what I thought would be the holy grail: https://developers.google.com/webmasters/ajax-crawling/?hl=nl-NL . These are Google's recommendations for AJAX applications. As I began to read, I quickly realized that KendoUI Mobile applications cannot abide by Google's recommendations. Google requests that all your mobile URL's use #! instead of just a hashbang. But there is no way to do this with a KendoUI Mobile Application, from what I can tell.
Do KendoUI Mobile Applications simply not allow for any kind of real SEO or proper indexing for the search engines?
I did a ton of searching, and I found what I thought would be the holy grail: https://developers.google.com/webmasters/ajax-crawling/?hl=nl-NL . These are Google's recommendations for AJAX applications. As I began to read, I quickly realized that KendoUI Mobile applications cannot abide by Google's recommendations. Google requests that all your mobile URL's use #! instead of just a hashbang. But there is no way to do this with a KendoUI Mobile Application, from what I can tell.
Do KendoUI Mobile Applications simply not allow for any kind of real SEO or proper indexing for the search engines?