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