1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Supplemental Results Pages

Discussion in 'Reviews' started by pcdoc, Feb 16, 2007.

  1. #1
    With all the talk about duplicate content filtering generating supplemental results pages, I modified

    http://www.1stpageseo.com/google-site-check.php

    to query google and produce a listing of only supplemental results pages.

    Let me know what you think.
     
    pcdoc, Feb 16, 2007 IP
  2. mobilebay

    mobilebay Active Member

    Messages:
    1,024
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    90
    #2
    COOOL tool thanks
     
    mobilebay, Feb 16, 2007 IP
  3. rhc

    rhc Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    How often does Google typically update supp results? I removed a ton of my pages, but they still show up in the search...

    The pages are gone, gone, gone - but Google still shows them in the search results.
     
    rhc, Feb 16, 2007 IP
  4. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #4

    Good is in a mess :p its showing me some pages in my sites which were removed 1 year back and even the hosting was changed.
     
    amitpatel_3001, Feb 16, 2007 IP
  5. rhc

    rhc Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    What experiences have others had - how long do supp results stick in after they source files are deleted from the server? Is there any way to move this faster?
     
    rhc, Feb 16, 2007 IP
  6. Notorious

    Notorious Well-Known Member

    Messages:
    903
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    145
    #6
    The only method that worked for me was setting a 410 http status for the gone pages.
    It can be done by adding this to .htaccess
    
    Redirect 410 /xxxDIRxxx/
    
    Code (markup):
     
    Notorious, Feb 16, 2007 IP
  7. CymaxStores

    CymaxStores Guest

    Messages:
    90
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    This could be really handy, but I'm wondering if you know how to do it in IIS? I've been reading around and messing with my management console and 410 doesn't show up in the custom error/headers list. I've also read a few patch/upgrade notes for IIS 7 saying that 410 may no longer be supported(?). I need basic info that I can give to someone else to do this, given that I don't have access to the management features on our publication servers.
     
    CymaxStores, Feb 16, 2007 IP
  8. Notorious

    Notorious Well-Known Member

    Messages:
    903
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    145
    #8
    For asp
    
    Response.Status = "410 Gone"
    
    Code (markup):
    for php
    
    header("Status: 410 Gone");
    
    Code (markup):
    should work,
     
    Notorious, Feb 16, 2007 IP
    CymaxStores likes this.
  9. rhc

    rhc Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    This is great - thanks - I will try it out and post the results. We have a directory that was an old programming backup that continues to show in G*. Keeping backup directories on your server = a ticket to supp results.
     
    rhc, Feb 18, 2007 IP