Google and duplicate content

Discussion in 'Google' started by sarahturned, May 28, 2009.

  1. #1
    On my blog, I have a webpage http://www.domain.com/page1.htm

    On my homepage, I have a link to the above webpage by way of a php file that redirects to the above page.

    Should I be making the php file no follow, no index or doing something else via htaccess so that it doesn't affect the PR of page1.htm?
     
    sarahturned, May 28, 2009 IP
  2. gamemerlin

    gamemerlin Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    No sure what your issue is I am confused. A nofollow should keep PR from being passed and google I think will follow the link but not pass any link juice to it. Hope this helps.
     
    gamemerlin, May 28, 2009 IP
  3. himarket.co.cc

    himarket.co.cc Peon

    Messages:
    128
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Google is very intelgent enough to discover all duplicate contents
     
    himarket.co.cc, May 28, 2009 IP
  4. sarahturned

    sarahturned Peon

    Messages:
    268
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I guess the concern is that I am not linking to page1.htm directly on the homepage but rather through a php file that redirects.

    I know Google is pretty smart, but I don't want to give them any suspicion that I'm doing something blackhat, hence the thought of making the php file noindex, nofollow etc.
     
    sarahturned, May 28, 2009 IP
  5. ckgni

    ckgni Active Member

    Messages:
    208
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #5
    <?php
    header("HTTP/1.1 301 Moved Permanently");
    header("location: http://www.domain.com/page1.htm");
    exit();
    ?>
    Code (markup):
    If you use the above code at the beginning of your PHP file, you will be fine with Google. The most important part is the line containing the HTTP 301 permanent redirect instruction. It says to the search engines that they should deindex the PHP page and index the redirect destination (page1.htm in this case), to avoid any duplicate content filtering.
     
    ckgni, May 28, 2009 IP
  6. angilina

    angilina Notable Member

    Messages:
    7,824
    Likes Received:
    186
    Best Answers:
    0
    Trophy Points:
    260
    #6
    Yes, I think you should block google from indexing/crawling the php page via using Robots.txt file. This is better to be on the safe side.
     
    angilina, May 28, 2009 IP
  7. ckgni

    ckgni Active Member

    Messages:
    208
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #7
    If he blocks the PHP page via robots.txt, then the search engines will never reach it and as a result, the actual page (where it redirects) will not be indexed either. By my personal experience, the best solution in this case is the HTTP 301 redirect I described above. :)
     
    ckgni, May 28, 2009 IP
  8. blackhatnoob

    blackhatnoob Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    If you use nofollow then u won't have any problem.
     
    blackhatnoob, May 29, 2009 IP
  9. newlogo

    newlogo Peon

    Messages:
    3,931
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #9
    you cant find any short cut to get success in google
     
    newlogo, May 29, 2009 IP
  10. subagio

    subagio Peon

    Messages:
    67
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    i still don't get a point of the question in this thread
     
    subagio, May 29, 2009 IP
  11. Rogi

    Rogi Active Member

    Messages:
    1,103
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    90
    #11
    You should use robots.txt file and stop all the search engines to crawl that page. Yes! you are right, it continues then your page rank may suffer.
     
    Rogi, May 29, 2009 IP
  12. rena

    rena Peon

    Messages:
    1,987
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I thing it will be an outbound link. So will pass some link juice to the the site page.. and its good for the PR pf page1.html
     
    rena, Sep 5, 2009 IP
  13. mitnitwer

    mitnitwer Peon

    Messages:
    257
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #13
    If your content is quality and it has good backlinks then it can rank high than other duplicate content.
     
    mitnitwer, Sep 13, 2009 IP
  14. seminar

    seminar Active Member

    Messages:
    226
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #14
    Dont try shortcut manner.
    Do hard work to get success
     
    seminar, Sep 13, 2009 IP