tags:

views:

39

answers:

1

I developed a little cross domains population script with query and php.

The population injects text and links but i really need some tip to implement seo on the populated div, the content dosen't change is only loaded just one time.

i'm reading a lot about it, this is a well-known limitation but....any advice?

+2  A: 

You will have to make a non JS version of that page if you wish for search engines to find your content.

Jan Hančič
i know this...but it is remotely populated
TrustWeb
Pull the data on the server and serve it as static HTML then. I'm afraid that is the only solution for now.
Jan Hančič
i use JS to perform cross domain population, there is another solution to inject html seo friendly from cross domains?
TrustWeb
yes. pull it on the server so that no JS is required ...
Jan Hančič