Support Forums

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SEO for MyBB : Adding Keywords
07-24-2007, 05:39 PM
Post: #1
SEO for MyBB : Adding Keywords
Ok , everybody knows that search engine optimization is verry important for every website or forum . A fresh install of MyBB doesn`t offers you the posibility to add keywords and description to your forums . Here it is a simple tutorial of how to do that on mybb:

#1. First, login to Admin Control Panel ( ACP ) , then on the left side you will notice a box called Templates and inside the box there is a link called Modify / Delete , click on it .

#2. At default templates (or the template that you are using ) click expand .

#3. Search in page for headerinclude and click on him, then the standard page should look like this :
Code:
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.lite.js?ver=121"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/moo.ajax.js?ver=121"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=121"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=121"></script>
<link rel="stylesheet" type="text/css" href="{$theme['css_url']}" />
<script language="Javascript" type="text/javascript">
<!--
var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var newpm_prompt = "{$lang->newpm_prompt}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
// -->
</script>
{$newpmmsg}
#4. Find the next line :
Code:
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
#5. After that line post the following code changing the content:
Code:
<META NAME="DESCRIPTION" CONTENT="Here i put the description of my forum" />
<META NAME="KEYWORDS" CONTENT="here, i, put, the, keywords, of, my, forum" />
Verry simple 5 steps for an important search engine optimization . It`s not verry hard and can be done by everybody in max 2 minutes .

MyBB Love
Personal Homepage
My mybb`s: < 1 >< 2 >< 3 >< 4 >< 5 >
Looking for staff for an Wii Forum . Pm me if you are interested .
Visit this user's website Find all posts by this user
Quote this message in a reply
07-27-2007, 06:02 AM
Post: #2
RE: SEO for MyBB : Adding Keywords
Nice tut. Found it very useful :) Thanks

Ex-Administrator Of MyBB Themes
[Image: banner2.jpg]
Visit this user's website Find all posts by this user
Quote this message in a reply
12-09-2007, 09:55 PM
Post: #3
RE: SEO for MyBB : Adding Keywords
Nice tut. Found it very informative :) Thanks
Find all posts by this user
Quote this message in a reply
01-20-2008, 10:34 AM
Post: #4
RE: SEO for MyBB : Adding Keywords
thanx ı like the puling
Find all posts by this user
Quote this message in a reply
02-20-2008, 12:17 AM
Post: #5
RE: SEO for MyBB : Adding Keywords
Thanks for this, itll help w/ seo!

[Image: logo3.jpg]
Find all posts by this user
Quote this message in a reply
02-24-2008, 07:58 PM
Post: #6
RE: SEO for MyBB : Adding Keywords
Very useful, Thanks for making this.
Find all posts by this user
Quote this message in a reply
03-02-2008, 10:29 PM
Post: #7
RE: SEO for MyBB : Adding Keywords
http://www.google.com/addurl/?continue=/addurl

Add your website/forums to the list to be crawled.

[Image: shemo-1.jpg]
Find all posts by this user
Quote this message in a reply
03-07-2008, 08:38 PM
Post: #8
RE: SEO for MyBB : Adding Keywords
Found it very informative Thanks
Find all posts by this user
Quote this message in a reply
04-07-2008, 04:33 PM
Post: #9
RE: SEO for MyBB : Adding Keywords
Have tried this, lets see what happens nice easy Tut to follow :P

[Image: moviesig.png]
Visit this user's website Find all posts by this user
Quote this message in a reply
05-15-2008, 08:35 PM
Post: #10
RE: SEO for MyBB : Adding Keywords
This is really helpful I used it on one site that went from bottom of the third page to bottom of the first page.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: