Time2Dine.co.nz is Online Restaurant Booking
 
Elusion Electronic Cigarette
 New Zealand Restaurants Forum
Restaurant Forum | Contact Time2Dine | Book Online & Save | About Time2Dine

Go Back   New Zealand Restaurants & Food Forum > Search Engine Optimisation > SEO vBulletin
Register

Reply
 
LinkBack Thread Tools
  #1  
Old 10th May 05, 04:18 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default vBulletin rel=nofollow hack

The VBulletin rel=nofollow hack - focussing Google PR onto the pages that count.

As part of the main SEO VBulletin hack, there is need to focus Google PR onto the main urls, therefore reduce the number of url's that Google attributes PR to.

The idea is that you change urls to read <a rel="nofollow" href=""></a>

I have therefore used the rel=nofollow tag on the following templates:

forumdisplay:

[HTML]<a href="search.php

<a href="newthread.php

<a href="$sorturl

<a href="forumdisplay.php?$session[sessionurl]do=markread

<a href="subscription.php?[/HTML]


footer:

[HTML]<a href="$vboptions[contactuslink]"[/HTML]

forumhome:

Don't add it to the login.php, as there is javascript on this that is effected. [HTML]<a href="forumdisplay.php?$session[sessionurl]do=markread">

<a href="showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>

<a href="online.php?$session[sessionurl]">

<a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1">

<a href="calendar.php?$session[sessionurl]">[/HTML]


showthread:

[HTML]<a href="newreply.php

<a href="newreply.php

<a href="printthread.php

<a href="sendmessage.php

<a href="showthread.php?$session[sessionurl]p=$FIRSTPOSTID

<a href="showthread.php?$session[sessionurl]mode=hybrid

<a href="search.php?$session[sessionurl]">$vbphrase[advanced_search][/HTML]
Navbar:

[HTML]<a href="private.php?

<a href="register.php?

<a href="faq.php?

<a href="search.php?$session[sessionurl]">$vbphrase[search]

<a href="online.php?

<a rel="nofollow" href="calendar.php?$session[sessionurl]">[/HTML]

Note: if the calender is used for events that you want to be spidered, then certainly don't have the nofollow. But it is often just showing birthdays, so there is no relevant information there to be spidered.

Postbit
:

[HTML]<a href="showpost.php?

<a name="post$post[postid]" href="showthread.php?$session[sessionurl]p=$post[postid]

<a href="private.php?$session[sessionurl]do=newpm&amp;userid=$post[userid]"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]

<a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[send_email_to_x]

<a href="profile.php?$session[sessionurl]do=addlist

<a href="$post[replylink]">

<a href="$post[forwardlink]">[/HTML]


Threadbit:

[HTML]<a href="newreply.php?[/HTML]

Postbit_legacy:

[HTML]<a name="post$post[postid]" href="showthread.php?$session[sessionurl]p=$post

<a href="showpost.php?$session[sessionurl]p=$pos

<a href="$post[forwardlink]">

<a href="$post[replylink]">

<a href="private.php?$session[sessionurl]do=newpm

<a href="sendmessage.php?$session[sessionurl]do=mailmember

<a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&[/HTML]


forumhome_loggedinuser:

This is shown on the main forum home page. There is lots of PR going to this page, and I see no need for the members profiles to get so much PR.

[HTML] <a href="member.php?$session[sessionurl]u=$loggedin[userid]">[/HTML]

forumhome_moderator:

This is shown on the main forum home page. There is lots of PR going to this page, and I see no need for the moderators profiles to get so much PR.

[HTML] <a href="member.php?$session[sessionurl]u=$moderator[userid]">
[/HTML]

Change the forumhome page last post by, to be a rel=nofollow:


The userprofiles can be found via the threads, but it is very expensive in terms of PR to have the user profiles accessed via the front page, and it is rather transient with the last poster changing with every new post.

Language and Phrases
Search in phrases
for: by_x
(select "Phrase Variable name only")

find Global phrases "by <a href="{1}">{2}</a>"
copy default text and add so that it is: by <a rel="nofollow" href="{1}">{2}</a>

Last edited by T2DMan; 7th Jun 05 at 11:11 PM.
Reply With Quote
  #2  
Old 11th May 05, 08:51 AM
Junior Reviewer
 
Join Date: May 2005
Posts: 5
mediax is on a distinguished road
Default

thx for this great hack !
Reply With Quote
  #3  
Old 2nd Jun 05, 07:41 AM
Junior Reviewer
 
Join Date: May 2005
Posts: 1
deb0 is on a distinguished road
Default

Dude, this is schweet! thx!
Reply With Quote
  #4  
Old 2nd Jun 05, 02:52 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default Glad you like it

The concept is a real powerful one for getting you higher on Google.
Reply With Quote
  #5  
Old 11th Aug 05, 04:34 AM
Junior Reviewer
 
Join Date: Aug 2005
Posts: 3
rookiecrd1 is on a distinguished road
Default

Thanks so much for this A question though. What about the faq.php and memberlist.php in the navbar template? Shouldn't they be given a rel=nofollow as well?

Brian
Reply With Quote
  #6  
Old 11th Aug 05, 08:55 AM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default

Hi

Please note that in the navbar template, I do mention adding to the faq.php.

I allow access to the member.php from the navbar, since in most places I disallow access to the members url's. There needs to be access to the members urls from somewhere.
Reply With Quote
  #7  
Old 12th Aug 05, 08:32 AM
Junior Reviewer
 
Join Date: Aug 2005
Posts: 3
rookiecrd1 is on a distinguished road
Default

Is there really any good searchable content in the members URLs? Isn't that a waste of PR?
Reply With Quote
  #8  
Old 12th Aug 05, 08:45 AM
Junior Reviewer
 
Join Date: Aug 2005
Posts: 3
rookiecrd1 is on a distinguished road
Default

Also in the navbar template I don't see

Code:
<a href="
Code:
search.php?$session[sessionurl]">$vbphrase[search]
I do see
Code:
a href="search.php?$session[sessionurl 
with other things following it rather than the phrase you have. I assume these should all have nofollow attributed to them, right?
Reply With Quote
  #9  
Old 12th Aug 05, 12:16 PM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default members and search

Without members of a forum where would we be. It is a nice thing for some to Google and find their name around the web on the forums that they have contributed to. I add quite a few rel=nofollows to the members links, but purposely leave a number in, and also onpage SEO the members page so it is more easily found with less PR.

I dont add rel=nofollows to members sigs either - got to pay them something for contributing to the forum.

With the Search.php - Just get the idea of what I am trying to achieve. Add to some, not to others at your choice.

Last edited by T2DMan; 19th Dec 05 at 10:45 AM.
Reply With Quote
  #10  
Old 19th Dec 05, 10:46 AM
T2DMan's Avatar
Administrator
 
Join Date: Apr 2004
Location: Auckland, New Zealand
Posts: 7,839
T2DMan is on a distinguished road
Default

My post re rel=nofollow on Matt Cutts Blog
http://www.mattcutts.com/blog/seo-mi...doorway-pages/
See T2DMan post
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Search Engine Optimize vBulletin T2DMan SEO vBulletin 260 23rd Nov 08 09:16 PM
vbSEO-vBulletin url rewrite hack T2DMan SEO vBulletin 13 1st Feb 07 11:26 PM
Search Engine Optimize vBulletin 3.5 T2DMan SEO vBulletin 9 8th Sep 05 01:46 AM
Contract details for Search Engine Optimize vBulletin T2DMan SEO vBulletin 1 7th May 05 11:23 AM
Search Engine Optimizing vBulletin T2DMan SEO vBulletin 0 28th Oct 04 12:23 PM



Powered by: vBulletin Copyright ©2000 -2012, Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0
© 2010 Time2Dine