Mobile app version of vmapp.org
Login or Join
Harper822

: Strange: Google indexing onload generated content? I've noticed in Google's results page that my website's listing details (i.e. bellow the link) displays content that is only generated during the

@Harper822

Posted in: #GoogleIndex #Javascript

I've noticed in Google's results page that my website's listing details (i.e. bellow the link) displays content that is only generated during the page onload function.

This surprised me as I thought Google does not index JavaScript generated content. Later I came across this post showing a way to create <title> and meta description tags using AngularJS directives (which are only interpreted during onload)! So does this actually work? I would also appreciate some reference if it does and Google indeed indexes the page after running its onload.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Harper822

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kevin317

Google has been known to crawl and handle some JavaScript for some time now so this isn't really much of a surprise. Especially when you consider that Google is the author of Angularjs. So basically nothing unusual here.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme