Link to home
Start Free TrialLog in
Avatar of Shaye Larsen
Shaye Larsen

asked on

Do search engine crawlers see dynamic meta tags?

I have several website pages that are created dynamically with json.  I would like each of these pages to show up in search engine results.  The meta tags are created dynamically too.  Will search engines see the meta data and properly index the pages?  My concern is that the search engines won't recognize the meta data if it is dynamically written to the page.

If not, would doing something with Ajax work?  like result.getElementsByTagName("title")[0] and loop over result.getElementsByTagName("meta");

Here is one of the pages
http://advancedbrain.com/abt-teleseminar-archive.html#!id=PE_11&sk=0
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Shaye Larsen
Shaye Larsen

ASKER

What about the ajax approach?  Is there anyway to do this dynamically so search engines will see it?
It's still javascript