if we set meta tag using jQuery in
$(document).ready(function () {
});
will this work with SEO for search engines like Google,Yahoo,Bing etc.?
if we set meta tag using jQuery in
$(document).ready(function () {
});
will this work with SEO for search engines like Google,Yahoo,Bing etc.?
Unlikely. The search engines usually don't run scripts.