I’ve read some topics regarding enabling google to crawl ajax based sites but the information is quite controvesrial. Is it possible? If yes can someone post a link to a tutorial please?
I most often use ajax with jquery in the following way:
- I have a div
- I send request to a php backend where the html is generated
- When the response arrives i set the inner html of the div with the response i got
Is that a good approach in order to make the page seo optimized?
Thanks
Have a look at this link : http://code.google.com/web/ajaxcrawling/
Google has guidelines on how to expose your content to its crawler.
Also, this question on SO talked about the same thing : What's the shebang/hashbang (#!) in Facebook and new Twitter URLs for?