In a project I’m trying to fetch data within the <body> tag. So I can’t echo anything in the <title> ’cause I haven’t fetched anything yet. I want to change the title tag after the page has been loaded with jQuery.
Will crawlers understand this and when they index the page will they use the title I have provided with jQuery?
In a project I’m trying to fetch data within the <body> tag. So I
Share
nope.. search engine crawlers see what is rendered by the server..
But if you are building an AJax website you can read the google provided Making AJAX Applications Crawlable
quoting the guide