The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Search Engine Optimized Keywords & Description per Forum Details »» | |||||||||||||||||||||||||||||||
Search Engine Optimized Keywords & Description per Forum
Developer Last Online: Feb 2016
Search Engine Optimized Keywords & Descriptions per Forum
Keywords: SEO, Search, Engine, Optimization, Meta-tag, Keywords, Description, Meta, Tags Context: If you don't want to use any paid SEO utilitiy like vbseo, then this is for you. 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. 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: <if condition="$show['threadinfo']"> <meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title]" /> <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]" /> <else /><if condition="$show['foruminfo']"> <meta name="keywords" content="$foruminfo[title_clean]" /> <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" /> Replace With: <if condition="$show['threadinfo']"> <meta name="keywords" content="$foruminfo[forumkeywords],<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html], $threadinfo[title]" /> <meta name="description" content="$foruminfo[forumdescription],<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[prefix_plain_html],$threadinfo[title] $foruminfo[title_clean]" /> <else /><if condition="$show['foruminfo']"> <meta name="keywords" content="$foruminfo[forumkeywords],$foruminfo[title_clean]" /> <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. Thanks Download Now
Show Your Support
|
Благодарность от: | ||
JohorBahru |
Comments |
#2
|
||||
|
||||
Thank toy Neutral Singh very good mod install...
|
#3
|
||||
|
||||
Sounds like a great opportunity for free SEO
|
#4
|
|||
|
|||
What if we have vbseo already installed? is this addon any good??
|
#5
|
||||
|
||||
I was about to ask the same thing. I have the oder version of this hack, WORKS GREAT. But, I am about to install vB SEO. Wondering if this is even needed, and if will it create any conflicts/duplicate content, keywords, etc.
|
#6
|
||||
|
||||
[high]* projectego clicks install [/high]
|
#7
|
|||
|
|||
Very good job mate. Installed & nominated. thx
|
#8
|
|||
|
|||
Sounds excellent! I will install tomorrow but I am clicking install now so I don't forget!
Nice job from the sounds of it! |
#9
|
|||
|
|||
Yeah I am interested in that question too. What if we already have vbSEO? Is it still necessary?
|
#10
|
||||
|
||||
hmmm looking at View page before install and after install
meta tags contain same information as before, plus my headincluded did not have matching search tags as you added.. My original thread keyword tag - Code:
<meta name="keywords" content="<if condition="$threadinfo['taglist']">$threadinfo[taglist], </if>$threadinfo[prefix_plain_html] $threadinfo[title], $vboptions[keywords]" /> <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]" /> My original forums keyword tag - Code:
<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]" /> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|