MyBB Community Forums

Full Version: Setting Keywords
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Bear with me on this one, I am new to MyBB,therefore I am unsure how things work.
In phpBB3 you have a overall_header file where you can set your meta data, description, keywords, etc like this

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<meta name="google-site-verification" content="-8n8LkuZL0KBRh54ZoA5n7q51087zR0PttqXKvG0XlU" />
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="keywords" content="manchester united forum, manchester united watch,man utd football, united forum, united forums,manchester united website,man utd website,man united forums, man utd forum, man utd forums, football forums,  football forum,  football discussion,  football discussion forums,  online football forum,  football debates,  worlds biggest breastss,  football discussion forum,  english football forum,  best football forum,football discussion board,  forum football,  online football forums,  football forum uk,  football message board,  football online forum,  world football forumredcafe,football,soccer,forum,chat,bbs,discussion,bulletin board,Manchester United,Man United, Man Utd, Manchester United Football Club,Giggs,Ferguson, man utd forum, old trafford, talkingreds, talkingreds.net" />
<meta name="description" content="Talkingreds.net, the newest Man United forum on the net, full of news, views, banter & competitions" />
<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
{META}

Where do you set all this in MyBB ?
ACP > Templates and Style > Templates > Choose your theme, usually Default > Ungrouped Templates > headerinclude
Thnks