META tags in php files.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
anjanesh
DevNet Resident
Posts: 1679
Joined: Sat Dec 06, 2003 9:52 pm
Location: Mumbai, India

META tags in php files.

Post by anjanesh »

Is there any use if <META> tags were included in php files ? Can Search Engines search them or just HTML files ?
Im having author,description and keywords in index.php. Will it do any good ?
Thanks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

as long as it's inside the resultant html output, it should be fine AFAIK
Post Reply