The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
[Convert to vb3.5] SEO - Forum Specific Keyword Meta Tags
Hello guys i really need this hack for vb3.5 rc3.
https://vborg.vbsupport.ru/showthrea...light=keywords Anyone willing to convert this? (i can donate $15 to anyone who can) |
#2
|
|||
|
|||
im still looking for someone todo this for me
|
#3
|
||||
|
||||
You should ask in the modification thread for if the coder will port it
Satan |
#4
|
|||
|
|||
i have done but the user hasnt been online since Jul2005
|
#5
|
|||
|
|||
i don't know if this will be useful... but i use this simple code modification
(template headinclude, below <meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" /> ) Code:
<if condition="$GLOBALS[forumid] == 2"> <meta name="keywords" content="attualit?,notizie,ansa,eventi,test,sondaggi,barzellette" /> <meta name="description" content="F o r u m attualit?" /> </if> <if condition="$GLOBALS[forumid] == 5"> <meta name="keywords" content="cinema,film,tv,televisione,telefilm" /> <meta name="description" content="F o r u m cinema e tv" /> </if> <if condition="$GLOBALS[forumid] == 28"> <meta name="keywords" content="teatro,palcoscenico,attore,attori,musical,commedia,romeo,shakespeare" /> <meta name="description" content="F o r u m teatro" /> </if> <if condition="$GLOBALS[forumid] == 6"> <meta name="keywords" content="musica,chitarra,rock,jazz,metal,soul,dance,classica,concerto" /> <meta name="description" content="F o r u m musica" /> </if> <if condition="$GLOBALS[forumid] == 7"> <meta name="keywords" content="arte,letteratura,filosofia,libri,pittori,poesie,opere" /> <meta name="description" content="F o r u m arte letteratura e filosofia" /> </if> <if condition="$GLOBALS[forumid] == 8"> <meta name="keywords" content="sport,calcio,basket,pallavolo,formula 1,motomondiale" /> <meta name="description" content="F o r u m sport" /> </if> <if condition="$GLOBALS[forumid] == 9"> <meta name="keywords" content="politica,fascismo,comunismo,nazismo,elezioni,iraq,politici,unione europea,razzismo,clandestini" /> <meta name="description" content="F o r u m politica" /> </if> <if condition="$GLOBALS[forumid] == 11"> <meta name="keywords" content="motori,auto,moto,tuning,car,macchine,strade,autostrade" /> <meta name="description" content="F o r u m auto e moto" /> </if> <if condition="$GLOBALS[forumid] == 18"> <meta name="keywords" content="sesso,sentimenti,amico,amicizia,amore,sessualit?,corteggiare,sesso e sentimenti" /> <meta name="description" content="F o r u m sesso e sentimenti" /> </if> <if condition="$GLOBALS[forumid] == 25"> <meta name="keywords" content="droghe,droga,cannabis,cocaina,marijuana,LSD,THC" /> <meta name="description" content="F o r u m droghe e droga" /> </if> <if condition="$GLOBALS[forumid] == 26"> <meta name="keywords" content="salute,alimentazione,omeopatia,malattie,dieta,diete,alimenti" /> <meta name="description" content="F o r u m salute, alimentazione e omeopatia" /> </if> <if condition="$GLOBALS[forumid] == 29"> <meta name="keywords" content="moda,mode,bellezza,bellezze,stile,cosmetica,tendenze,cosmetici" /> <meta name="description" content="F o r u m moda e bellezza" /> </if> <if condition="$GLOBALS[forumid] == 27"> <meta name="keywords" content="viaggio,viaggi,turismo,vacanze,vacanza" /> <meta name="description" content="F o r u m viaggi e vacanze" /> </if> <if condition="$GLOBALS[forumid] == 14"> <meta name="keywords" content="videogames,videogiochi,giochi,playstation,xbox,console" /> <meta name="description" content="F o r u m videogames" /> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|