SEO phpBB Forum Index Page
How to SEO phpBB Forum Index Page.
To change ‘Index Page’ title in phpBB2 and phpBB3 forum.
Change ‘Index Page’ title in phpBB3:
1. Edit \language\en\common.php
2. Look for: ‘INDEX’ => ‘Index page’,
3. Change ‘Index page’ to your title.
Change ‘Index Page’ title in phpBB2:
1. Edit \language\lang_english\lang_main.php
2. Look for: $lang['Index'] = ‘Index’;
3. Change ‘Index page’ to your title, for example: $lang['Index'] = ‘YOUR WEBSITE TITLE’;
 To add meta description for SEO purposes you can make a copy of overall_header.html and name it, something like “ index_header.html”.
Then add the meta tags to index_header.html, and in index_body.html, change this:
<!-- INCLUDE overall_header.html -->
To this:
<!-- INCLUDE index_header.html -->
phpBB Forum SEO Information.

