Results 1 to 3 of 3

Thread: Dealing with Google and old content

  1. #1
    Roll Tide! mobilebadboy's Avatar
    Join Date
    Apr 2004
    Location
    Mobile, AL
    Posts
    428

    Dealing with Google and old content

    Ok I've waited more than a month and 1/2 but Google still continues to list old content, content that the URLs or directories haven't existed since the middle of March. I've got an ErrorDocument setup and my 404 spits out a 404 header, and then redirects to my front page.

    Apparently Google is ignoring the 404 header and seeing the live page (being my front page) as the URL still existing. I've tried the automatic removal section on their site, and that's the message I get "this page still exits on the web".

    Here's what I have in my 404:


    PHP Code:
    <? 
    header
    ("HTTP/1.0 404 Not Found");
    header('Location:http://visualintensity.com'); 
    ?>
    What can I do to get Google to realize these old URLs it continues to list aren't there? I thought Google would recognize the first line while the redirect still let people get to a live page on my site. I don't want people just ending up on a regular 404 page and being stuck.

    Not only that, Google continues to ignore my robots.txt and index directories and files I Disallow in my robots txt.
    Shawn Kerr .com

  2. #2
    Roll Tide! mobilebadboy's Avatar
    Join Date
    Apr 2004
    Location
    Mobile, AL
    Posts
    428
    Well it seems Google's automatic removal system pays attention when you link the robots.txt file for it to look at. I'm unsure if it'll "stick" but within hours it's un-indexed all the URLs I wanted removed. I hope it stays that way. I just resubmitted to clean up a few last URLs.

    I'm having a hard time getting a few swf's removed though. robots.txt allows for wildcards, but for some reason their automatic removal system rejects wildcards. Seems odd when they promote robots.txt so much. You'd think they'd write their system to accept any included Disallows.
    Shawn Kerr .com

  3. #3
    Administrator Chris's Avatar
    Join Date
    Feb 2003
    Location
    East Lansing, MI USA
    Posts
    7,055
    Just move the swfs to a directory you can ban.
    Chris Beasley - My Guide to Building a Successful Website[size=1]
    Content Sites: ABCDFGHIJKLMNOP|Forums: ABCD EF|Ecommerce: Swords Knives

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •