Page 1 of 1

[MODDB] Index SEO description and keywords mod.

Posted: 13 Dec 2012, 22:44
by Steve
Modification Name: Index SEO description and keywords mod.
Modification Version: 1.0.0
Author: Steve

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.

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

automod: yes


Download:
http://www.phpbb3-showroom.org/download ... view&id=18
Author notes:

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 -->" />
Refresh template for prosilver & subsilver2.