mass internal pages redirect to main page

Discussion in 'Search Engine Optimization' started by redhits, Sep 1, 2009.

  1. #1
    i want to do an referral program ... that will have a mode rewrite, like

    geoseo.com/affiliate23232, but, i want everybody who will go to geoseo.com/affiliate23232 to be redirected to / main page

    will this increase my serps, or,etc?!


    ***FOR MODS: and yeah this is a google related question, i don't care about others SE so please do not move in another category
     
    redhits, Sep 1, 2009 IP
  2. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #2
    This is what I'm using for a similar purpose:
    
    RewriteEngine on
    RewriteRule ^.*$ http://www.netbuilders.org [R=301]
    
    Code (markup):
     
    Will.Spencer, Sep 1, 2009 IP
  3. Canonical

    Canonical Well-Known Member

    Messages:
    2,223
    Likes Received:
    141
    Best Answers:
    0
    Trophy Points:
    110
    #3
    Are you trying to set up an affiliate program and pay affiliates who send you traffic to your home page? If so why are you giving each affiliate their own page like:

    geoseo.com/affiliate23232
    geoseo.com/affiliate23233
    geoseo.com/affiliate23234
    geoseo.com/affiliate23235
    geoseo.com/affiliate23236
    geoseo.com/affiliate23237
    etc.

    If you want affiliates to send you traffic to your home page then why not use:

    geoseo.com/?aid=23232
    geoseo.com/?aid=23233
    geoseo.com/?aid=23234
    geoseo.com/?aid=23235
    geoseo.com/?aid=23236
    geoseo.com/?aid=23237

    and then in the <head> of your home page HTML add <link rel="canonical" href="http:/www.geoseo.com/">?
     
    Canonical, Sep 1, 2009 IP
    Will.Spencer likes this.
  4. redhits

    redhits Notable Member

    Messages:
    3,023
    Likes Received:
    277
    Best Answers:
    0
    Trophy Points:
    255
    #4
    Because I just want to disturb SE as much as I can
     
    redhits, Sep 3, 2009 IP