MyBB Community Forums

Full Version: Metatags - where do i put them?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,
I recently had a quick review of my site by someone and they said i was missing a lot of metatags.

the main one they said was
Quote:You are missing Metatags in HEAD
could you let me know where i can insert metatags so i can do this

Thanks
Is pretty easy, login to admin cp and go:
myBB Control Panel » Template Manager

expand your skin, now find Index Page Templates and expand it. Edit index page.

Find:
<title>{$mybb->settings['bbname']}</title>

Add below:
<META name="keywords" content="a, list, of, keywords">

save.

You can add more to meta tags and found this page to explain it straight forward:
http://www.philb.com/metatag.htm

Hope this helped.

~Z
Zenko Wrote:Is pretty easy, login to admin cp and go:
myBB Control Panel » Template Manager

expand your skin, now find [ b]Index Page Templates[/b] and expand it. Edit index page.

Find:
<title>{$mybb->settings['bbname']}</title>

Add below:
<META name="keywords" content="a, list, of, keywords">

save.

You can add more to meta tags and found this page to explain it straight forward:
http://www.philb.com/metatag.htm

Hope this helped.

~Z

This will only add the meta tags to the index page.
metalcherry in admin CP > Templates > Modify / Delete > Expand > headerinclude

Add the meta tags codes there. Meta tags can be found in the link provided by Zenko or by searching google.
perfect thank you very much for that Big Grin
i have done it now xx
Doesn't myyb come with meta tags?? Isn't it set at content type?
nope, the meta tag that myBB has is describing the characters (text) *html* within the pages... or at least that's what I notice.

~Z
rcpalace Wrote:Doesn't myyb come with meta tags?? Isn't it set at content type?


Meta tags are NOT only ONE... there are plenty of them what is there is only 1 out of the set.
Oh I know their is many.... I was just making sure it comes with one...lol