I got slapped for using a php redirect.

Discussion in 'Affiliate Programs' started by lhd333, Dec 25, 2007.

  1. Farmer77

    Farmer77 Peon

    Messages:
    232
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #21
    So the landing pages are all evaluated by an algorithm to determine quality score and not humans?
     
    Farmer77, Jan 9, 2008 IP
  2. speed100

    speed100 Peon

    Messages:
    1,009
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #22
    ?? It make no sense.
     
    speed100, Jan 9, 2008 IP
  3. MrMean

    MrMean Guest

    Messages:
    98
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #23
    This is quite simple, you need to use PHP to show Google one thing and your users another ;)
     
    MrMean, Jan 9, 2008 IP
  4. lhd333

    lhd333 Active Member

    Messages:
    199
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #24
    Php redirect or cloaking?
     
    lhd333, Jan 9, 2008 IP
  5. MrMean

    MrMean Guest

    Messages:
    98
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #25
    if its the quality score bot, it needs to be shown its dream landing page - otherwise just use a redirect so in logical terms:

    if google { show this perfect landing page } else { redirect }

    - thats cloaking
     
    MrMean, Jan 9, 2008 IP
  6. mcloan01

    mcloan01 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    Can google catch this cloaking?

    Also anyone using location: redirects with success on adwords?
     
    mcloan01, Feb 24, 2008 IP
  7. aditya_sfs

    aditya_sfs Peon

    Messages:
    2,271
    Likes Received:
    389
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Cloaking means this -

    if(visitor=human)
    {
    redirect_to_affiliate_link
    }
    else if(visitor=adwords_bot)
    {
    send_some_decent_landing_page_with_keywords_in_title_tags_and_body
    }
     
    aditya_sfs, Feb 26, 2008 IP