Page 1 of 2 1 2 LastLast
Results 1 to 15 of 21

Was working fine?

This is a discussion on Was working fine? within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; My site was working fine with google & now I am getting these errors?: Code: Not found 1 – 3 ...

  1. #1
    Member dreck's Avatar
    Real Name
    dreck
    Join Date
    Apr 2006
    Posts
    77
    Liked
    0 times

    Was working fine?

    My site was working fine with google & now I am getting these errors?:
    Code:
    Not found
    1 – 3 of 3
    URL	Detail	Problem Detected On
    http://thisdarncar.com/{1}
    404 (Not found)Help	Sep 23, 2008
    http://thisdarncar.com/index-cookies.html
    404 (Not found)Help	Sep 24, 2008
    http://thisdarncar.com/index-disclaimer.htm
    I have not made any changes to my site in over a week, and google said it was fine for the last week?

    Thanks, dreck

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    It looks like you removed some pages from your vbadvanced.
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Member dreck's Avatar
    Real Name
    dreck
    Join Date
    Apr 2006
    Posts
    77
    Liked
    0 times
    Well, the cookies page yes. But not the disclaimer:
    Code:
    http://thisdarncar.com/index.php?page=disclaimer
    What do I need to do to remove the cookies from the sitemap, the page has not been active in months?
    As for:
    Code:
    http://thisdarncar.com/{1}
    I don't know what that would have been?

    Thanks for the quick reply, dreck

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    What is your CRR?
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #5
    Member dreck's Avatar
    Real Name
    dreck
    Join Date
    Apr 2006
    Posts
    77
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    What is your CRR?
    Code:
    // showgroup.php as forumleaders.html v.0.1 by the vBSEO Team ;)
    // Remove the comment below to enable.
    //'^showgroups\.php$' => 'forumleaders.html'
    'index\.php\?page=(.+)' => 'index-$1.html'

  6. #6
    Member dreck's Avatar
    Real Name
    dreck
    Join Date
    Apr 2006
    Posts
    77
    Liked
    0 times
    Anyone else have any ideas?

    Thanks, dreck

  7. #7
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Change:
    Code:
    'index\.php\?page=(.+)' => 'index-$1.html'
    to

    Code:
    '^index\.php\?page=(.+?)$' => 'index-$1.html'
    The Forum Hosting - Forum Hosting from the Forum Experts

  8. #8
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    4,012
    Liked
    13 times
    Hi dreck,

    Are you saying that if you regenerate the sitemaps and then view them, the cookies page is still listed?

  9. #9
    Member dreck's Avatar
    Real Name
    dreck
    Join Date
    Apr 2006
    Posts
    77
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    Change:
    Code:
    'index\.php\?page=(.+)' => 'index-$1.html'
    to

    Code:
    '^index\.php\?page=(.+?)$' => 'index-$1.html'
    Will do, thanks!

    Quote Originally Posted by Ace Shattock View Post
    Hi dreck,

    Are you saying that if you regenerate the sitemaps and then view them, the cookies page is still listed?
    Yes

  10. #10
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Do you have that URL in your sitemap or you got the error in Diagnostics->Web crawl section? They list ALL URLs there found for your site, not only those listed in sitemap.

  11. #11
    Member dreck's Avatar
    Real Name
    dreck
    Join Date
    Apr 2006
    Posts
    77
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Do you have that URL in your sitemap or you got the error in Diagnostics->Web crawl section? They list ALL URLs there found for your site, not only those listed in sitemap.
    I don't think they are in my actual sitemaps. I searched all 7 files and didnt find:
    Code:
    http://thisdarncar.com/index-cookies.html
    or
    Code:
    http://thisdarncar.com/index-disclaimer.htm
    I have re-submit my sitemap to google again. Should this fix my errors?

    Also, I did find:
    Code:
    http://thisdarncar.com/index.php?page=disclaimer
    Now isn't this link suppose to end with .html?

    Thanks, dreck

  12. #12
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    I have re-submit my sitemap to google again. Should this fix my errors?
    It's not related to sitemap, if you don't have links to those pages anywhere, google will remove them after some time.

    Now isn't this link suppose to end with .html?
    Do you still have CRR for it?

  13. #13
    Member dreck's Avatar
    Real Name
    dreck
    Join Date
    Apr 2006
    Posts
    77
    Liked
    0 times
    Yes, I think so? Here is what I have:
    Code:
    // showgroup.php as forumleaders.html v.0.1 by the vBSEO Team ;)
    // Remove the comment below to enable.
    //'^showgroups\.php$' => 'forumleaders.html'
    '^index\.php\?page=(.+?)$' => 'index-$1.html'

  14. #14
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    vBa pages seem to be non-rewritten on your forum.

  15. #15
    Member dreck's Avatar
    Real Name
    dreck
    Join Date
    Apr 2006
    Posts
    77
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    vBa pages seem to be non-rewritten on your forum.
    Ok. Is there anything I can do to fix this?

    Thanks, dreck

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Replies: 4
    Last Post: 02-27-2008, 06:43 PM
  2. Already doing fine... will vBSEO really help?
    By tylercruz in forum Pre-Sales Questions
    Replies: 7
    Last Post: 07-25-2007, 09:28 AM
  3. Is it working?
    By GlennVB73 in forum General Discussion
    Replies: 3
    Last Post: 01-16-2007, 01:55 PM
  4. Forum works fine - but testforum does not anymore
    By caliman in forum Troubleshooting
    Replies: 1
    Last Post: 03-05-2006, 04:23 PM
  5. was working fine then happened to check the site
    By drex in forum Troubleshooting
    Replies: 3
    Last Post: 11-08-2005, 03:33 AM

Posting Permissions

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