user3531155
user3531155

Reputation: 439

Dynamic content for googlebot

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:

  1. When an user put the message with an address i generate some static page and give it for the searchrobot.
  2. Public the users accounts with all messages from them.

Thank you in advance.

Upvotes: 0

Views: 62

Answers (1)

FarhadD
FarhadD

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

Related Questions