Renaming Core Phrases in vBulletin to improve SEO

Status
Not open for further replies.

Mr Happy

Active Member
4,093
2009
2,572
0
After doing a tutorial a few days ago on the Google Webmaster Area and SEO I got a lot of PM's from people asking me how do they change the core phrases.

To recap lots of people in the Google Webmaster Area seam to have lots of generic Keywords like: Code, Post, Forum etc rather than words like: Download, Hotfile, Free, Warez etc.

9p81x.png

I'll use this one as an example as it's the most common

tIDRP.png

Everyone uses the bbcode tags on forums for their links. By default vBulletin adds the word code at the top of the code box as shown in the above image.

Their are two ways of changing this.

Option 1
The first way is to change the template.

In your vBulletin Admin Area go to Style Manager

pLZ3H.png

Then Edit the template that's your main or current template

ankxy.png

Then you want to find the bbcode template in the list

YADQk.png

You'd then be presented with something like the image below. Now don't get scared of the code it's really simple and I'll explain the part we'll change.

KbKgl.png

The part called $vbphrase
Code:
[/b] is the bit that makes the phrase [b]code[/b] so you can replace it whatever you want like [B]Download Links[/B] or something like that.
[I]EDIT (10th Feb 2011): remember you are replacing all of '$vbphrase[code]' and not just the word code in the square brackets.[/I]

[SIZE="4"]Option 2[/SIZE]
That template change will only change one skin. The other thing you can do it change the core phrase. The advantage of this is it will remain changed if you ever change your skin.

Again in the Admin CP go to Language & Phrases and then Search in Phrases

[CENTER][img]http://i.imgur.com/73t0s.png[/img] [/CENTER]

Then enter [b]code[/b] in the Search for Text box and select GLOBAL in the Phrase Type List.

[CENTER][img]http://i.imgur.com/yKMN5.png[/img][/CENTER]

It's the single [b]code[/b] phrase we are going to edit

[CENTER][img]http://i.imgur.com/gDrxW.png[/img][/CENTER]

Then in the box enter the text you want to change it to. Again in this case I'm just changing it to [b]Download Links[/b] but you can change it to whatever you want.

[CENTER][img]http://i.imgur.com/zmmq8.png[/img][/CENTER]

Whichever of the above tow methods you use you should end up with something like like what's shown in the image below. As you can see it's not only makes more sense but is also better for your SEO.

[CENTER][img]http://i.imgur.com/1edDY.png[/img][/CENTER]

Hope this helps and if you've any questions just let me know. Please reply here rather than PMing me with any questions :)
 
Last edited:
28 comments
It's very annoying to see download links in "Code". Annoying like seeing a Calendar or a Members list..
Edit your scripts people! Its common sense!
 
happy download latest nulled version as thats what 99% of people use. Remove calendar, faq. Change the code and repackage as seo warez vb nulled. lol I am sure x10 more people will be thankful then doing it themselves. ahaha

on sw vb I changed code to download. the traffic jumped a bit.
 
I get the following error when doing this Mr. H this is by using method 1 I will try it via method 2 and see what happens :(

[slide]http://minimages.com/images/83605351380052117526.png[/slide]

Any help is appreciated.

JGM.

EDIT - Method 2 does not work for me either :( I have the WGTools link checker installed using a lytebox so it is probably that which is messing with it.
 
Last edited:
Code:
http://pastebin.com/zR47dY5Z

This is my bbcode template which Mr. H says to edit. I edited it to add the link checker in to it but other than that it is standard.

JGM.
 
Last edited:
I get the same error

Original:

<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">$vbphrase
Code:
:&nbsp;[<a href="http://wgtools.com/link-checker/?url=$_SERVER[SERVER_NAME]$_SERVER[REQUEST_URI]">Check Download Links</a>]</div>
    <pre class="alt2" dir="ltr" style="
        margin: 0px;
        padding: $stylevar[cellpadding]px;
        border: 1px inset;
        width: $stylevar[codeblockwidth];
        height: {$blockheight}px;
        text-align: left;
        overflow: auto">$code</pre>
</div> 





what i added:



<div style="margin:20px; margin-top:5px">
    <div class="smallfont" style="margin-bottom:2px">$vbphrase[Download Links]:&nbsp;[<a href="http://wgtools.com/link-checker/?url=$_SERVER[SERVER_NAME]$_SERVER[REQUEST_URI]">Check Download Links</a>]</div>
    <pre class="alt2" dir="ltr" style="
        margin: 0px;
        padding: $stylevar[cellpadding]px;
        border: 1px inset;
        width: $stylevar[codeblockwidth];
        height: {$blockheight}px;
        text-align: left;
        overflow: auto">$code</pre>
</div>
 
should be really simple

Code:
http://pastebin.com/ATndAKMw



edit bx for you

<div style="margin:20px; margin-top:5px">
<div class="smallfont" style="margin-bottom:2px">Download Links:&nbsp;[<a href="http://wgtools.com/link-checker/?url=$_SERVER[SERVER_NAME]$_SERVER[REQUEST_URI]">Check Download Links</a>]</div>
<pre class="alt2" dir="ltr" style="
margin: 0px;
padding: $stylevar[cellpadding]px;
border: 1px inset;
width: $stylevar[codeblockwidth];
height: {$blockheight}px;
text-align: left;
overflow: auto">$code</pre>
</div>
 
Code:
http://pastebin.com/zR47dY5Z

This is my bbcode template which Mr. H says to edit. I edited it to add the link checker in to it but other than that it is standard.

JGM.

Shit JGM that worked fine for me on vB default

StGzK.png


I'll have another look in an hour when I have more time.
 
Oh smegging hell! Thanks DeLeTeD I thought Mr. H was just referring to the code in the square brackets to alter rather than removing the whole thing, thanks so much for the help! (y)

Mr. H thank you for taking the time to post this and I apologise if you thought my PM asking about this was "annoying" ;)

My thanks again chaps!

JGM.
 
Ya sorry about that. Thanks DeL. you do have to replace the whole of $vbphrase
Code:
[/b] and not just the word code which is wrapped in the brackets. If anyone else has any other questions or problems just let me know.
 
Looking forward to any others you make m8 really loving your tutorials on this sort of thing excellent information <3

JGM.
 
no need change phrases code
just go to bbcode template then find this $vbphrase
Code:
 and change it wtf you want... done 
[/B][/QUOTE]

That's stated as Option 2. The reason I gave the choice is because the $vbphrase[code] is also used in bbcode help topic so if you edit the core phrase is edits it on that page too and it looks a bit silly. That's why I gave the choice of both.
 
Last edited:
Status
Not open for further replies.
Back
Top