How do I add keyword meta tags to php modules? Sorry I'm a newbie with this. Any help is greatly appreciated.
Thanks for your time
Dave
how to add Keywords/Meta tag into PHP code?
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
not quite sure I understand but...
Code: Select all
echo '<meta name="keywords" content="word1, word2" />';