Reputation: 439
I have a website where depend on the location the user receive the some messages from another webmembers. So, by workflow user need to type the address to textfield and with an ajax callback he get back an answer. All Request to server going by POST. My question is how can i make it good for the googlebot? How index google the such websites like twitter? I have several solutions but i not sure:
Thank you in advance.
Upvotes: 0
Views: 62
Reputation: 495
The best would be option 1 where you make messages crawlable with a static page URL and a link that points to that static URL
Upvotes: 1