jquery - SEO - Title-Tag via JavaScript after Onload? -


does search engine robot sees meta information written javascript the title tag of page after page loaded?

my code following

<body onload="myfunction(           //find h1 on page , put title-tag in header-section  )"> 

why doing this? because 1 template (same header) different content(controlled url-parameters)

so can fill in fix meta-informations yes (same meta different contents)... want dynamic content is

someone can give me hints or solutions?

does search engine robot sees meta information written javascript the title tag of page after page loaded?

no

why doing this? because 1 template (same header) different content

improve template takes title field.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -