Upon a fresh installation of MyBB forum software, the default homepage title is the name of the forum. Sometimes you want to add more keywords in it or change it in some way for the sake of SEO but don’t want to tamper with the forum site title itself because that’d make it look long and nasty.
How do we do that?
Simple, just follow me: Log into the Admin CP -> Templates & Styles -> Templates -> Default Templates -> Index Page Templates -> index. Now you should see the HTML template of MyBB index page.
Locate this line:
<title>{$mybb->settings['bbname']}</title>
And possibly, change it to:
<title>{$mybb->settings['bbname']} - site keywords, your keywords and more keywords</title>
Just change it according to your SEO keywords research.
Related Posts
- How to Enable / Change vBulletin Default Thread Subscription Mode for New User Registrations?
- How to get rid of “Powered by vBulletin” in the homepage title of a vBulletin forum?
- Create and moderate your own hosted vBulletin forums, free!
- HTML Tags Design for Template / Theme Creation
- Update your theme to WordPress 2.7 with Comments Threading and Paging

{ 1 comment… read it below or add one }
Good info,
But it would have been great if there was a keyword using which we could get the page title.