Take a look at Google's answer to the AJAX content issue, hashbang .
Basically, on the AJAX page, set the hash to !/path/to/whatever/
- in other words,
http://www.example.com/#!/path/to/whatever/
Remember that your server should really serve content similar to what you see in the AJAX application at http://www.example.com/path/to/whatever/
.
I'm not sure Facebook respects hashbang, but it at least solves the problems of Googlebot for you. Edit: It looks like Facebook does not support hashbang . You may have to set up a redirect page.
source share