How Use Javascript In Meta Keyword
i have this cod in Html: test page
&
Solution 1:
You may set and change metadata after the DOM finishes loading, but unless you intend to read in the values using JavaScript, there is likely to be little benefit in doing so as the browser has already used any applicable metadata when the document initially loads, and Google is likely to pay no notice to any metadata set by Javascript.
Strongly consider using a server side solution, such as PHP.
Post a Comment for "How Use Javascript In Meta Keyword"