MyBB Community Forums

Full Version: Meta Tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do you add a description to the google description of my site. If so, how; if now, what do I do?

Thanks,
rubenSleepy
<META NAME="DESCRIPTION" CONTENT="Description goes here"> 

And for keywords...

<META NAME="KEYWORDS" CONTENT="keywords,here,separated,by,a,comma">
(2008-10-31, 09:53 AM)Matt_ Wrote: [ -> ]
<meta name="description" content="Description goes here"> 

And for keywords...

<meta name="keywords" content="keywords,here,separated,by,a,comma">

Try and keep everything lower case when dealing with tags, as it's easier for the bots to process (they lower every case, strip tags, verify keywords). Plus, it's good practice Toungue

Check out the Wikipedia explaination: http://en.wikipedia.org/wiki/Meta_tags

There is much more to meta tags than controlling descriptions and keywords. For example, Robots and Revisit control what a search engine will index, and how often it will revisit your site...
What file do I edit for this. Also, thank you very much!
I believe it goes after <head> but before <body> in the index template.
(2008-10-31, 09:14 PM)Matt_ Wrote: [ -> ]before <body>

before </head>
Thanks!