vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 14 of 14

Google Sitemap-Status of 200 (found successfully) for pages that don't exist.

This is a discussion on Google Sitemap-Status of 200 (found successfully) for pages that don't exist. within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I have submitted my forums ( WMT.in - Webmaster Forum ) site map to Google but when I log in ...

  1. #1
    Junior Member
    Real Name
    Sonia
    Join Date
    Apr 2007
    Posts
    8

    Unhappy Google Sitemap-Status of 200 (found successfully) for pages that don't exist.

    I have submitted my forums (WMT.in - Webmaster Forum) site map to Google but when I log in into Google Webmaster Tools > Site Map I am presented with this:

    Verification status: NOT VERIFIED
    Last attempt Apr 16, 2007: We've detected that your 404 (file not found) error page returns a status of 200 (Success) in the header.

    Webmaster Help Center - We've detected that your server returns a status of 200 (found successfully) for pages that don't exist.

    We've detected that your server returns a status of 200 (found successfully) for pages that don't exist.


    We've detected that your server returns a status of 200 (found successfully) for pages that don't exist. We can't verify sites with this configuration because it would enable anyone to verify ownership of your site. You can try our meta tag verification method or change your server's configuration.
    This configuration presents a security risk for site verification and therefore, we can't verify your site. If your web server is configured to return a status of 200 (found) in the header of 404 (not found) pages, and we enabled you to verify your site with this configuration, others would be able to take advantage of this and verify your site as well. To ensure that no one can take advantage of this configuration to view statistics to sites they don't own, we only verify sites that return a status of 404 in the header of 404 pages.
    If your server is configured to return something other than a 404 for non-existent pages, try our meta tag verification method or change your server's configuration.
    You can change your web server configuration to return a status of 404 in the header of 404 pages and still provide a custom error page (see Apache information and IIS information). Note that we do a HEAD request (and not a GET request) when we check for this. Once your web server is configured correctly, try to verify the site again and we'll recheck your configuration.
    In my vBSEO setting, I have done this:

    "File Not Found" requests handling?
    Select how 'File Not found' requests will be handled:
    - Redirect to homepage
    - Send 404 HTTP code and show a 'Page not found' message
    - Include custom error page. NOTE: The filename should include the absolute path. (example: /home/user/public_html/error.php)

    I hv this: Include custom script: /usr/home/webmaste/public_html/404.shtml


    Could you please let me know how should I fix this?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Hello,

    you should set ""File Not Found" requests handling?" to "Send 404 code", complete google verification process and then you can switch it back to "404.shtml".
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  3. #3
    Junior Member
    Real Name
    Sonia
    Join Date
    Apr 2007
    Posts
    8
    Thanks for your reply.

    Yes, I did that. It worked but in a few hours Google starting showing the same error again as mentioned above... due to which I cannot see the stats and it is required to me.

    Also, I need to have 404.shtml because if I don't use this than all old URLs will not work and I will loose members.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Then you should make sure that your custom 404 handler send HTTP code 404. In php you should use:
    PHP Code:
               header ("HTTP/1.1 404 Not Found"); 
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  5. #5
    Junior Member
    Real Name
    Sonia
    Join Date
    Apr 2007
    Posts
    8
    Bingo! That worked.

    Thanks for your help

  6. #6
    Junior Member
    Real Name
    Saudi Zoom
    Join Date
    Aug 2007
    Location
    saudi arabia
    Posts
    20
    Quote Originally Posted by Oleg Ignatiuk View Post
    Then you should make sure that your custom 404 handler send HTTP code 404. In php you should use:
    PHP Code:
               header ("HTTP/1.1 404 Not Found"); 
    sorry, would you explain more please ? i face the same problem right now

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Hello,

    are you using php file as your "Custom 404 handler script"?
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  8. #8
    Senior Member
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    447
    Blog Entries
    1
    This is also a follow on from this post
    Google web master tools problem

    Where do you put this code?

    PHP Code:
    header ("HTTP/1.1 404 Not Found"); 
    If its in the "Include custom script:" when I try that all I get is
    PHP Code:
    header 
    left in the box and still no joy

    This is the error google web master tools throw up at me each time I try and access the stats there and try and verify my web sites

    Verification status: NOT VERIFIED
    Last attempt Nov 20, 2007: Our system has experienced a temporary problem.
    And this is what google have about the error


    We couldn't find your verification file. Make sure it is named correctly and is uploaded to the correct location.

    We looked for your verification file, but couldn't locate it. Check the following and then try again:
    • case sensitivity - did you use the same upper and lowercase letters as shown on the page?
    • extension - does the file have an .html extension? Sometimes text editors automatically add a .txt extension to files. If this has happened, rename the file so that the extension is .html.
    • location - did you upload the file to the directory listed beside the Verify button?
    Another possible reason for this error is that you've added the site to your account, but typed it in incorrectly. So, you've uploaded your verification file to the right place, but we are looking for it somewhere else. Make sure that the site we show is your site. If it's not, delete the site and add yours.
    All the above is done, its all been working fine until I moved the forum to the main url rather than a folder on the url

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    First of all, what do you have selected for ""File Not Found" requests handling" option currently?
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  10. #10
    Senior Member
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    447
    Blog Entries
    1
    Thats set to "Send 404 HTTP code"

  11. #11
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    It should not be related then, try to resubmit verification request.
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  12. #12
    Senior Member
    Real Name
    Lee
    Join Date
    Sep 2006
    Location
    Costa Blanca
    Posts
    447
    Blog Entries
    1
    I have to redo most of my web sites over the next week or so, another job I just cant wait to do and I will try adding meta tags to each one, see if that cures the problem

  13. #13
    Member
    Real Name
    D L Maxwell
    Join Date
    Jul 2008
    Location
    Goodyear, Az.
    Posts
    45
    I am having this issue currently. I have 4 websites returning this error, and only 1 has vBSEO installed.

    Could someone please explain this in simple terms?

  14. #14
    Member
    Real Name
    D L Maxwell
    Join Date
    Jul 2008
    Location
    Goodyear, Az.
    Posts
    45
    Verified....all is OK, just had to re-read the thread.

Similar Threads

  1. Google Now Reporting Anchor Text Phrases
    By Eros in forum General Discussion
    Replies: 5
    Last Post: 02-11-2009, 03:42 PM
  2. Replies: 2
    Last Post: 03-16-2007, 12:58 PM
  3. Replies: 0
    Last Post: 12-17-2005, 01:11 PM