The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[VB 3 - request] SEO - individual Keywords and meta tags for each forum
I was wondering if someone already has or knows of anyone that has a modification to do individual meta keywords or meta tags for each forum.
You can see an example of what I am talking about here: http://forums.seochat.com/f16/s they have a description of the forums! SEO help forum to discuss all topics related to SEO. Relax and talk with other likeminded individuals about anything that?s on your mind. and if you view the source, you can see that it matches what is in the meta description! <meta name="description" content="SEO Help (General Chat), SEO help forum to discuss all topics related to SEO. Relax and talk with other likeminded individuals about anything that?s on your mind." /> I am sure that this is not really a hard mod, I am even willing to "dontate" for its cause! Thanks Mike PM me if anyone is interested! |
#2
|
|||
|
|||
Looking good so far Quarterbore, i hope you can complete this hack soon
|
#3
|
||||
|
||||
i would've gone the way of template conditionals and used the forum descriptions myself but meh
|
#4
|
||||
|
||||
Umm...what about this?
HTML Code:
<if condition='THIS_SCRIPT == 'forumdisplay' AND $foruminfo[description]"><meta name="description" content="$foruminfo[description]" /><else /> <meta name="description" content="$vboptions[description]" /></if> HTML Code:
<if condition="THIS_SCRIPT != 'showthread' AND THIS_SCRIPT != 'forumdisplay'"><meta name="keywords" content="$vboptions[keywords]" /> Where does the $foruminfo[description] come from that you are using on FORUMHOME? There's usually several forums displayed there... |
#5
|
|||
|
|||
looking forward to you cleaning this up and making some nice install instructions
|
#6
|
||||
|
||||
Quote:
Nothing. Nothing at all. May as well use $foruminfo[fluffypinkbunny] . This is because that variable has not been defined in the php file. |
#7
|
||||
|
||||
Have you had a look at the SEO thread on time2dine I mentioned earlier?
It is truly excellent. |
#8
|
|||
|
|||
This Mod has now been compiled and released as a BETA Release.
https://vborg.vbsupport.ru/showthread.php?p=652348 I made quite a few changes based on the notes that were here and I did save the development notes in case someone needs them... I just didn't want someone to use the code here instead of the released mod that I am hoping will get some feedback... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|