Modification Version: 1.0.1
Author: vectra-mods
Credits:
Once again Stoker for letting me look at his Forum SEO mod to see how to get this to work in the php,also helping me keep the mod seo friendly.cisco007 for helping me test it and giving some valid input and ideas.Umil creation team for the example installer to runs sql entrys.
Requirements: phpBB3 3.0.7-PL1
Styles supported: prosilver and subsilver2 styles *could easily adapted for other styles.
Support: This topic.
External support: phpBB3 BBCodes - Index SEO
Modification Description:
Index SEO description and keywords mod is made to be SEO efficient, adds a description and keywords in your meta tags,and the seo keywords in your overall_footer.html on the index page. This will help get your site indexed better.Used wisely Stoker says this could also be a powerfull SEO mod!
Features:
Easy access through admin control panel >> general >> board settings to add/edit your description and keywords.
modx: yes
1.Download and extract the Index_SEO.zip
2.Upload the files and folders found with in the Index_SEO/root/*.* to your website.
3.Open the folder Index_SEOopen the install_mod.xml sheet in your web browser.
4.Follow the on screen instructions for the file edits,once complete save and upload.
5.Run the installer,visit your_website.com/install_index_seo.php.
5.Follow the on screen instructions.
6.Once complete dont forget to delete or rename the install_index_seo.php from your server.
7.Goto your ACPanel refresh templates for prosilver and subsilver2, then purge your cache!
8.Goto admin control panel >> general >> board settings to add/edit your description and keywords.
automod: yes
1.Download Index_SEO.zip
2.upload the Index_SEO.zip to your forum via the auto mod panel in admin
3.Select to install Index_SEO.
4.Once installed run the installer,visit your_website.com/install_index_seo.php.
5.Follow the on screen instructions.
6.Once complete dont forget to delete or rename the install_index_seo.php from your server.
7.Goto your ACPanel refresh templates for prosilver and subsilver2, then purge your cache!
8.Goto admin control panel >> general >> board settings to add/edit your description and keywords.
Author notes:
Tested on a clean install of phpBB3 version 3.0.7-PL.
Tested with AutoMOD version 1.0.0.
If using automod and it fails maybes because you have already manually added to keywords and description in the overall_header.html, you must force the install,manually follow the instructions below.
Open styles/prosilver/template/overall_header.html
Open styles/subsilver2/template/overall_header.html
find your keywords,description meta code and replace with this:
Code: Select all
<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
Screenshots:
Demo URL: >> prosilver demo << & >> subsilver2 demo <<

Modification Download:
Index_SEO1.0.0.zip(156.73 KiB)
FAQ,s
N/A