the question is like the title.If I use js to genenate a meta tag ,and append it to the head tag.can the meta content be indexed by google?
Asked
Active
Viewed 44 times
0
-
Possible duplicate: [Does Google's crawlers have Javascript? What if I load a page through AJAX?](http://stackoverflow.com/q/2061844/425313) – Brad Koch Mar 06 '13 at 04:06
-
Short answer: Don't generate meta tags with JS. – Brad Koch Mar 06 '13 at 04:09
1 Answers
0
it should not in my understanding.
Unless it has recently changes, javascript are not executed by crawlers. It seems that googlebot has a basic support but you should not rely on it.

Lightness Races in Orbit
- 378,754
- 76
- 643
- 1,055

Bertrand
- 388
- 4
- 13