MyBB Community Forums

Full Version: [Tutorial]: Adding Meta Tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2011-09-20, 04:02 PM)bestblackhatforum.com Wrote: [ -> ]In my opinion i wont use this kind of modification cause this will hurt your SEO rankings since this meta tags will be the same in all pages.
Cause meta tags should be related to its content. This kind of modification is only good in index.php but not in all pages.


whats the solution?
Just don't use meta tags on a forum.
A forum is meant for discussion and uses its own search engine to search the forums for posts, users, etc.

I can understand using adwords or meta tags on a web page, but it just seems kinda silly to put meta tags on a forum.

Just my $.02.
the meta tags are not so that you can search your own site more effectively, they are so that external sites/search engines can better locate your site and properly categorize it and find it when people search those terms.

Dynamic meta tags are best and the Google SEO plugin supports them on several pages.
Is there any plugin that allows me to add a meta description tag per forum/category for google sitelinks?
(2013-09-29, 11:58 AM)squibs Wrote: [ -> ]Is there any plugin that allows me to add a meta description tag per forum/category for google sitelinks?
http://mods.mybb.com/view/metatags-plugin
(2011-08-07, 12:30 AM)Dark Byte Wrote: [ -> ]Difficulty level: Easy

Step 1:
Login into ACP >> Templates & Style >> Templates >> Now choose the template you want to edit.

Step 2:
Find Index Page TemplatesTemplates Click on it and Find index

Step 3:
Now at top meaning line #1 where it says below:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}

Step 4:
Replace it with this:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
<meta name="Keywords"content="MyBB Seo Improvements">
<meta name="Description"content="mybb plugins, mybb themes, mybb tuts">
{$headerinclude}

should look like this:
[Image: 1ZfYV.png]

Then press Save And Return To Listing

when you go on your forum Left Click On View Page Info
ull see something like this
[Image: j9Fcr.png]


dear you say put meta tag in index page, some people say put meta tag in headerinclude page. whos wright way for putting meta description .
because meta description only website description . i think its put in index page.
Please help me

Where I put this code for me Meta
I registered with the publishing site and asked me
I would put this code Meta
example : <meta name="clckd" content="e39783d81hgh5464654deed46" />
(2017-08-17, 11:23 PM)jadidandroid Wrote: [ -> ]Please help me

Where I put this code for me Meta
I registered with the publishing site and asked me
I would put this code Meta
example : <meta name="clckd" content="e39783d81hgh5464654deed46" />

You can put it in your theme's index or headerinclude template depending on what that publishing site prefers.
I am surprised that our MY BB "experts" don't understand this simple tutorial.
The aim is to add meta tags in the index only which is lacking in mybb.
You can use Google SEO plugin to dynamically pull the meta description from the first 200 characters of any thread but it doesn't offer meta tags and description to the index.

How exactly is it a bad seo practice to add meta tages and description to a certain page?

As the op correctly posted, the meta tags and description should be in the index only (not headerinclude).
Thanks.
(2011-08-07, 12:30 AM)Dark Byte Wrote: [ -> ]Difficulty level: Easy

Step 1:
Login into ACP >> Templates & Style >> Templates >> Now choose the template you want to edit.

Step 2:
Find Index Page TemplatesTemplates Click on it and Find index

Step 3:
Now at top meaning line #1 where it says below:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}

Step 4:
Replace it with this:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
<meta name="Keywords"content="MyBB Seo Improvements">
<meta name="Description"content="mybb plugins, mybb themes, mybb tuts">
{$headerinclude}

should look like this:
[Image: 1ZfYV.png]

Then press Save And Return To Listing

when you go on your forum Left Click On View Page Info
ull see something like this
[Image: j9Fcr.png]

my text in the source is all red... is that the way i suppose to be?
Pages: 1 2 3