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 |
#22
|
|||
|
|||
Wow...thanksJi...U r a star!
|
#23
|
||||
|
||||
Some things seems to be listed twice, for some reason. What's up with that?
<meta name="keywords" content="tweaking,overclocking,registry edits,tips, tricks,windows,XP,Vista,overclocking,annoyances,fi xes,tweaks,modification,mods,T weaking" /> <meta name="description" content="It's all about not having to wait, right? Overclocking, registry edits, tips, tricks, etc.,It's all about not having to wait, right? Overclocking, registry edits, tips, tricks, etc." /> |
#24
|
|||
|
|||
BTTT
Please someone answer my question above. thanx |
#25
|
||||
|
||||
Keywords should preferably be separated with a comma or a space.
|
#26
|
||||
|
||||
Quote:
Before adding a keyword please checkout: what is already showing up in the source of webpage... only add those keywords which are not already showing up. same applies to description as well. |
#27
|
|||
|
|||
:up:
|
#28
|
||||
|
||||
Could we have an update for the "find" and "replace" parts? Because I just upgraded to 3.8.1 and it seems the headinclude has changed. And I'm no good at coding or php.
|
#29
|
||||
|
||||
installed
Code:
<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]" /> my vb version is 3.8.1 |
#30
|
|||
|
|||
I have a semi-minor concern about this, and I'm not sure if it will affect search engine indexing or not.
After I update the keywords, for some reason they do not change when I view the page source IN THE ARCHIVE. They do update instantly, from what I've seen, in the full version, standard viewer, but I cannot figure out when I view the page source for the archive the keywords are not updated. Now, like I said, I don't know how big of a deal this is. I know Google crawls my archive every now and then, but I don't know if it would help Google index my pages if the archive were consistent?? Know what I mean? Any suggestions or input would be greatly appreciated!!! |
#31
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|