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.
You should also read:
- How to Change the Homepage Title of vBulletin Forum?
- How to get rid of “Powered by vBulletin” in the homepage title of a vBulletin forum?
- How to Enable / Change vBulletin Default Thread Subscription Mode for New User Registrations?
- Customize WordPress Post Editor CSS Styles
- vBulletin: Change default height of editor and quick reply box


Facebook
Twitter
Google Plus
{ 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.