Page 1 of 1
Where and how to include META Tags
Posted: Wed Feb 01, 2006 12:06 pm
by askme
I want to include META tags for Searh engines inside my webpage. Please let me know where abd how to put it.
Re: Where and how to include META Tags
Posted: Fri Feb 03, 2006 9:18 pm
by askme
Thanks Patricia . I got it!!!
Re: Where and how to include META Tags
Posted: Thu Feb 23, 2006 9:27 am
by baconburgare
I solved it by adding some user-defined tags. In my case: meta_description and meta_keywords
In meta_description I wrote:
echo "SoccerHeaven - Everything about soccer"; ' just making up here
In meta_keywords I wrote:
echo "soccer, football, aso"; 'just add the words u want
Then in the template I added
'shows the page title as well
Which would give you something like this:
Maybe there's a better way, but this gives my editor an easy way to edit description and keywords without my interferance
Note: This gives you the same description and keywords on ALL pages. The page title in brackets will however be different for each page.
Re: Where and how to include META Tags
Posted: Sun Mar 05, 2006 6:45 pm
by volcanoboy
thanks for the tip Baconburgare. Works well for my needs.