Author: Steve©
Mod version: 1.0.1
Supported PhpBB3 Version: 3.0.7 PL
Support: This topic.
Styles supported: prosilver & subsilver2.
Credits: 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.Cisc007 for helping me test it and giving some valid input and ideas.Umil creation team for the example installer to runs sql entrys and showing me how to create permissions.
Description: Topic SEO for phpBB3 description and keywords mod is the the topic title recreated but made to be SEO efficient, not only adding more content and seperated keywords on the 1st post of your topics page but also adds the description and keywords in your meta tags which is used by most search engines to help get your site indexed better.Permissions are set in admin to only allow certain user groups to use Topic SEO description and keywords mod.Used wisely Stoker says this could be a powerfull SEO mod!
Notes:This mod requires database changes in order to do this you need to run the umil installer, and file edits.Instructions for core file edits, prosilver template edits and manual instructions are found in the un zipped Topic_SEO.zip/Topic_SEO/install_mod.xml and instructions for subsilver2 are found in /Topic_SEO/contrib/subsilver2.xml folder. Or use automod if automod should fail,you must force the install and manually do the edits missed.
Modx:Yes.
Automod:Yes.
Download: Screenshots prosilver: Screenshots subsilver2: Screenshot admin: FAQ,s
But i also use Forum SEO & Index SEO
Ok we are going to have a problem, you will have to force the install if using automod.
[hsimg]download/file.php?id=424&mode=view/force.png[/hsimg]
Now double check that you have this in both prosilver and subsilver2,s overall_header.html
Code: Select all
<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />