The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Add Search Engine Optimized Keywords & Description to each Forum Details »» | |||||||||||||||||||||||||||
Add Search Engine Optimized Keywords & Description to each Forum
Developer Last Online: Feb 2016
Add Search Engine Optimized Keywords & Description to each Forum
Keywords: SEO, Search, Engine, Optimization, Meta-tag, Keywords, Description, Meta, Tags Context: This plugin gives you the facility to add some special keywords and descriptions to each forum thus allowing you to optimize each of your forum for its relevant keywords. No need to inform you that Search Engine Optimized (SEO) keywords and description for your forums is essential to enhance your presence in search engines as well as increase your web traffic for relevant keywords. How this Works? http://www.sikhphilosophy.net (View the source of each forum to realise the effect of this plugin on your forums.) Recommended Usage: Only Text based information should be added in keywords and description for maximum results. Code:
*** Installation Instructions: (Also attached here) *** ------------------------- 1. Installing the Plugin: Admincp > Plugin System > Manage Products Click: Import Product Browse: Your computer for downloaded file "product-forum_seo.xml" After selecting the file, click Import button. ********************************************************************** 2. Only Template Edit: headinclude i) Edit - headinclude Template: ********************************************************************** Find: <meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" /> <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" /> Replace With: <meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" /> <meta name="description" content="$foruminfo[forumdescription]. <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" /> ********************************************************************** Find: <meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" /> <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" /> Replace With: <meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title],$vboptions[keywords]" /> <meta name="description" content="$foruminfo[forumdescription]. <if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" /> Now, simply Go to > Forum Manager > Edit a forum > Towards the bottom you will find the fields to enter your relevant keywords and description. You can play with the template modification to suit your needs. Enjoy !! If you installed this plugin, please click INSTALL for future support. :devious: Thanks Show Your Support
|
Comments |
#22
|
||||
|
||||
No, you just have to use commas for the keywords. For example "vBulletin, vBulletin Hacks, vBulletin Mods, vBulletin Skins" and so on.
|
#23
|
|||
|
|||
Does this also create SEO friendly URL's, for example http://www.forum.com/SEO-friendly-fo...dly-thread.htm ???
If not, which mod am I looking for in addition to this? Thanks for the assist. |
#25
|
|||
|
|||
Does this work ok with 3.6.8?
|
#26
|
||||
|
||||
This just adds descripton and keywords to the forumdisplay, or to the threads also?
|
#27
|
|||
|
|||
Edited: posted in wrong thread. I have the same question. Does this hack work with 3.6.8 or not? |
#28
|
|||
|
|||
great hack mate!
~installed~ |
#29
|
||||
|
||||
It's working fine on mine so the answer is yes.
|
#30
|
||||
|
||||
it does work fine on my 3.6.8 PL2, and yes, each forum keywords spread to every thread under it.
I'd like to find out, however, how to avoid adding default keywords when a forum has its own set. EDIT: spoke too soon. I used this on my headinclude template: Code:
<if condition="!empty($foruminfo[forumkeywords])"> <meta name="keywords" content="$foruminfo[forumkeywords],$threadinfo[title]" /> <else /> <meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" /> </if> Code:
<if condition="!empty($foruminfo[forumkeywords])"> <meta name="keywords" content="$foruminfo[forumkeywords],$foruminfo[title_clean]" /> <else /> <meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" /> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|