Results 1 to 7 of 7

Some questions about dup content and referrals

This is a discussion on Some questions about dup content and referrals within the General Discussion forums, part of the vBSEO SEO Plugin category; I was wondering alot of webmasters use the referral system that is built into vbulletin such as register.php?referrerid=1 I was ...

  1. #1
    Member
    Join Date
    Oct 2005
    Posts
    51
    Liked
    0 times

    Some questions about dup content and referrals

    I was wondering alot of webmasters use the referral system that is built into vbulletin such as

    register.php?referrerid=1

    I was wondering does google see this as a duplicant content ? since refering id can range up to how may members you have and it will show up as the same page

    Also im amazed theres not a rewrite for this so we can benefit from the incoming links..

  2. #2
    Senior Member
    Real Name
    Joseph Ward
    Join Date
    Jun 2005
    Posts
    23,847
    Liked
    33 times
    Blog Entries
    9
    It can be rewritten with our CRRs.

    misc rules

    Code:
    '^register\.php\?referrerid=(\d+)$' => 'register/$1/'
    or

    Code:
    '^register\.php\?referrerid=(\d+)$' => 'register-$1.html'

  3. #3
    Member
    Join Date
    Oct 2005
    Posts
    51
    Liked
    0 times
    that worked thanks...

  4. #4
    Member
    Join Date
    Oct 2005
    Posts
    51
    Liked
    0 times
    Is there a way to do a 301 redirect ? on all incoming urls from these type of urls ? I think that would be more beneficial since the referrer is set by a cookie

    for example if u refered to the index page by via index.php?referrerid=1 than made it redirect to your forum root you would gain pr... from that... rather than letting the pr leak onto pages such as index/44/
    Last edited by s2kinteg916; 12-07-2005 at 05:46 PM.

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Hi,

    you can try the following modification to achive this:
    in global.php file FIND:
    vbsetcookie('referrerid', $referrerid);
    and ADD after that:
    exec_header_redirect('index.php');
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Member
    Join Date
    Oct 2005
    Posts
    51
    Liked
    0 times
    Seems to work thanks...
    Last edited by s2kinteg916; 12-16-2005 at 07:16 PM.

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Great!
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •