Page 1 of 10

Topic SEO

Posted: 01 May 2010, 16:58
by Steve
Title: Topic SEO
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.
Image
Automod:Yes.
Image
Download:
Topic_SEO1.0.1.zip
Screenshots prosilver:
pro_post.PNG
pro_posting.PNG
Screenshots subsilver2:
sub_topic.PNG
sub_posting.PNG
Screenshot admin:
perms.png
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 -->" />
older version 1.0.0. [spoiler]left inplace if you want to completely uninstall this version and use the newer version above.
Topic_SEO1.0.0.zip
[/spoiler]

Re: Topic SEO description and keywords mod.

Posted: 01 May 2010, 17:09
by cisco007
great release Steve!

Re: Topic SEO

Posted: 01 May 2010, 17:38
by Stoker
In use here, great job Steve :thumb:
I allowed myself to change the title to something shorter :D

Re: Topic SEO

Posted: 01 May 2010, 21:37
by Georgio
looks nice, but before i install it i have a question:
I have already forum seo; ¿there is no conflicts?

Re: Topic SEO

Posted: 01 May 2010, 21:44
by Steve
only if you have added the Add_meta in the overall_header.html for Forum SEO
if so use this in the overall_header.html

Code: Select all

<meta name="keywords" content="<!-- IF SCRIPT_NAME == "viewforum" -->{FORUM_SEO_KEY}<!-- ELSE -->{TOPIC_SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SCRIPT_NAME == "viewforum" -->{FORUM_SEO_DESC}<!-- ELSE -->{TOPIC_SEO_DESC}<!-- ENDIF -->" />

Re: Topic SEO

Posted: 01 May 2010, 21:52
by Georgio
thanks a lot Stevee :D

[hrc=red]2[/hrc]

i finish the edits; works greate! 8-)
Screens:
Screen1: Topic SEO desc on create/edit post.
Screen1: Topic SEO desc on create/edit post.
Screen2: SEO keywords
Screen2: SEO keywords

Re: Topic SEO

Posted: 02 May 2010, 11:52
by Fire-Fox
Great mod Steve© :)

Re: Topic SEO

Posted: 02 May 2010, 14:05
by plasmino
great steve©

Re: Topic SEO

Posted: 02 May 2010, 18:35
by artikkk

Code: Select all

Topic SEO
PHP Version: 5.2.9
DBMS: MySQL 4.1.22-standard-log
phpBB3 Version: 3.0.7-PL1

Aggiunta di una nuova colonna denominata topic_seo_desc nella tabella avphpbb_topics
SQL ERROR Table 'my_pronosky.avavphpbb_topics' doesn't exist

Aggiunta di una nuova colonna denominata topic_seo_key nella tabella avphpbb_topics
SQL ERROR Table 'my_pronosky.avavphpbb_topics' doesn't exist
:(

Re: Topic SEO

Posted: 02 May 2010, 18:39
by Steve
Have you browsed to your site and run the installer ?
now browse to yoursite.com/install_topic_seo.php and run the installer .Dont forget to DELETE or rename this file from your server.
[edit][/edit]