As seen in How to Create a Forum by Laugh.
Basically search engine optimization(seo) is how you get on the
top of Google searches. If you type “xbox modding” wouldn’t you like
to be at the top? Of course. So this section is a plus. First step, go to
google.com/addurl and submit your url to the database. This is a good
first step and I enjoy using it. Include relevant tags to whatever your
board is about.
Here are some MyBB Plugins and Mods to make your Forum as SEO
friendly as it can be:
Meta Tags Plugin - http://www.mybbcentral.com/thread-1657.html
Google SEO Plugin - http://community.mybb.com/thread-46423.html
And now for the kicker. Go to your ACP and navigate here:
Find:
and replace it with:
Why? When you hover over a forum name, by default on MyBB,
nothing comes up as there are no title tags. But if you do what I said
above, each forum category will be indexed by
google better.
Thanks for reading and I'll be posting more!
Basically search engine optimization(seo) is how you get on the
top of Google searches. If you type “xbox modding” wouldn’t you like
to be at the top? Of course. So this section is a plus. First step, go to
google.com/addurl and submit your url to the database. This is a good
first step and I enjoy using it. Include relevant tags to whatever your
board is about.
Here are some MyBB Plugins and Mods to make your Forum as SEO
friendly as it can be:
Meta Tags Plugin - http://www.mybbcentral.com/thread-1657.html
Google SEO Plugin - http://community.mybb.com/thread-46423.html
And now for the kicker. Go to your ACP and navigate here:
Code:
Templates & Style » Templates » Theme Name » Forum Bit
Templates » forumbit_depth2_forum
Find:
Code:
<div><strong><a href=”{$forum_url]”>{$forum[‘name’]}</a>
Code:
<div><strong><a href="{$forum_url}"
title="{$forum['name']}">{$forum['name']}</a>
Why? When you hover over a forum name, by default on MyBB,
nothing comes up as there are no title tags. But if you do what I said
above, each forum category will be indexed by
google better.
Thanks for reading and I'll be posting more!