PDA

View Full Version : Meta Tags Question


bgoldenrulz
05-15-2008, 11:14 AM
Will a search engine like google read meta tags from a php inlcude file?

ManagerJosh
05-17-2008, 02:03 AM
By definition, if you include a PHP file, it wouldn't make a difference. The server combines the pages together in the first place so it doesn't even look like you used an include file.

bgoldenrulz
05-17-2008, 02:59 AM
Cool. Thanks Josh. I wasn't sure of that.