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

asked on

How to get search engines to see dynamic meta tags?

How can I get search engines to see dynamic meta tags?  I realize using javascript, json, and ajax to dynamically insert the meta tags won't work.  What will?
Avatar of Gary
Gary
Flag of Ireland image

Why can you not build them at page runtime instead of building them when the page has already been sent to the client?
There is no way to build them at the client and have search engines see them - search engines only read the plain text
Avatar of Shaye Larsen
Shaye Larsen

ASKER

I'm asking how to do that.  How can I dynamically build these pages at run time so the search engines will see that info?  Is there a way to do it without database?
What language are you using, what software etc.
How were you building them when you were using javascript
We have two sites that we want to pull this off with.  One is built with jsp pages.  We use json to dynamically create the pages in question.  The other site is built with html pages.  We are using json on that one too.
ASKER CERTIFIED SOLUTION
Avatar of Tony McCreath
Tony McCreath
Flag of Australia 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