Google Quality Score And PHP Redirects

Discussion in 'Google AdWords' started by mcloan01, Feb 24, 2008.

  1. #1
    Does anyone have any guidance if php redirects hurt your quality score on a landing page:

    Something like the below:
    
    <?php
    $strKeyword = $_GET['kw'];
    header( 'Location: http://www.mylink.com/g9117y1A719PRVRXRZRPUQRRSWW?sid=' . $strKeyword ) ;
    ?>
    
    Code (markup):
    If they do does anyone have a better way to do it?

    Thank you!
     
    mcloan01, Feb 24, 2008 IP
  2. robertpriolo

    robertpriolo Peon

    Messages:
    1,859
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Google is redirect friendly
     
    robertpriolo, Feb 24, 2008 IP