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 |
#32
|
||||
|
||||
Installed. Very good mod.
Hope it has impact in SEO and wait for possible improvements . I still get in google webmaster tools 6000+ duplicate title tags and meta descriptions (same number as threads in forum) and short meta descriptions as well. |
#33
|
|||
|
|||
I personally went for the following edits
Code:
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], <if condition="$foruminfo['forumkeywords']">$foruminfo[forumkeywords]<else />$vboptions[keywords]</if>" /> <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html] $threadinfo[title] $foruminfo[title_clean]" /> <meta name="keywords" content="$foruminfo[title_clean],<if condition="$foruminfo['forumkeywords']">$foruminfo[forumkeywords]<else />$vboptions[keywords]</if>" /> <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if><if condition="$foruminfo['forumdescription']">$foruminfo[forumdescription]<else />$foruminfo[description_clean]</if>" /> Wondered what peoples thoughts were towards this angle? |
#34
|
||||
|
||||
That is an excellent approach.
|
#35
|
||||
|
||||
Thank you. It works fine on vBulletin 3.8.1.
|
#36
|
||||
|
||||
just add $foruminfo[forumkeywords], in any place you wantr the key words to appear
most probably in : <meta name="keywords" content= |
#37
|
|||
|
|||
does this work on vb 3.8.3
|
#38
|
||||
|
||||
can i use this mod with vbulletin 3.8.1 if yes then i cant find this in headerinclude template . where can i find it or fix it .
Quote:
|
#39
|
||||
|
||||
you can add :
$foruminfo[forumkeywords] where you like the keywords to appear |
#40
|
|||
|
|||
This is terrible, it not working at all. I was not seen any changes after I installed this, plus added keywords and desc for specific forum. It just not added any keywords or meta.
|
#41
|
||||
|
||||
Does this work for FORUMS only? will it work for SHOWTHREAD pages?
I would like to fetch the showthread message body to the Meta description tag. Just like the text in the TITLE box is added to the Title tag. VB 4 has this by default. I'm running 3.8 Thanks |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|