If I use PHP to place my meta tags such as keywords and descriptions will that hurt SEO? Will the bots not be able to crawl through the keywords and descriptions?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
migrated from stackoverflow.com Jun 21 '11 at 6:21
|
PHP is performed on the serverside. Therefore it takes place before bots see the page so it has no affect on the SEO. |
|||
|
|
|
It won't matter since the information that the bots will pickup will be after the PHP code has printed out the statements into the HTML document. The keyword meta values themselves are kinda outdated so they won't be used much in regards to Searching Engine criteria. |
|||
|
|