MyBB Community Forums

Full Version: meta description
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
would like to add a basic meta description,found this thread https://community.mybb.com/thread-101003.html dated 2010,is this code still legit or can some post the code so i can copy/paste and add my description? thanks Gary
Put any <meta> element into this template: "headerinclude"

ACP:
./admin/index.php?module=style-templates&action=edit_template&title=headerinclude&sid=1

[ExiTuS]
thanks but i need more specific ,my coding experience comes from 1986
Take this line and put it into the template mentioned:
<meta name="description" content="description text text text" />

In addition, if you want to personalize your site, feel free to set these meta tags as well:
<meta name="keywords" content="keyword1, keyword2, keyword3" />
<meta name="author" content="My Name" />

[ExiTuS]
You also could use a meta tag generator and paste its output into headerinclude template. Wink