Results 1 to 13 of 13

Keep getting red X's in Webmaster tools, 110,000 pages indexed to just 10,000

This is a discussion on Keep getting red X's in Webmaster tools, 110,000 pages indexed to just 10,000 within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; Hi, I keep getting red X's in Google Webmaster tools, don't really know why the sitemap has errors, here is ...

  1. #1
    Junior Member
    Real Name
    phornixx
    Join Date
    Feb 2009
    Posts
    6
    Liked
    0 times

    Keep getting red X's in Webmaster tools, 110,000 pages indexed to just 10,000

    Hi,

    I keep getting red X's in Google Webmaster tools, don't really know why the sitemap has errors, here is some info:

    htaccess:
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/) 
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteEngine On
    
    ####Charset
    AddDefaultCharset Off 
    
    ####Gzip
    <IfModule mod_rewrite.c>
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^(.*)(js|css)$ redir.php?file=$1$2&type=$2 [L]
    </IfModule>
    
    ####ETags
    FileETag None
    
    ####Expires
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/gif A2592000
    ExpiresByType image/jpeg A2592000
    ExpiresByType image/png A2592000
    ExpiresByType application/x-shockwave-flash A2592000
    ExpiresByType text/css A2592000
    ExpiresByType application/x-javascript A2592000
    </IfModule>
    
    RewriteEngine On 
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^view_(.*).htm$ view.php?pg=$1
    
    
    ErrorDocument 400 /400_forum.php
    ErrorDocument 401 /401_forum.php
    ErrorDocument 403 /403_forum.php
    ErrorDocument 404 /404_forum.php
    ErrorDocument 500 /500_forum.php
    
    Options +FollowSymLinks
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^phornixx\.com$
    RewriteRule ^(.*)$ http://www.phornixx.com/$1 [R=301,L]
    Admincp snapshot:









    Please I need to find a solution almost the half of my traffic is gone.

    Thanks in advanced!

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Hello,

    Where are the red x's showing? What is the exact error?
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Junior Member
    Real Name
    phornixx
    Join Date
    Feb 2009
    Posts
    6
    Liked
    0 times
    Te red X's are in the Webmaster tools Sitemaps area:

    The error is the next:

    Parsing error
    We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting.

    This error just appears in one of the subsitemaps, I mean this:




    Thanks!
    Last edited by Phornixx.com; 02-11-2010 at 11:47 PM.

  4. #4
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Hello,

    Please click on sitemap_8.xml.gz and it should show you the errors.
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #5
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/) 
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteEngine On
    is incorrect.

    The sitemap rule must come AFTER you turn the engine on, and i don't know where you got the vBSEO core product htaccess from, but that too should not be there.

    Code:
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    


    should replace what you have.

  6. #6
    Junior Member
    Real Name
    phornixx
    Join Date
    Feb 2009
    Posts
    6
    Liked
    0 times
    Quote Originally Posted by Michael Biddle View Post
    Hello,

    Please click on sitemap_8.xml.gz and it should show you the errors.
    The error is in my previous post:

    Code:
    Parsing error
    We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting.

    Quote Originally Posted by Brian Cummiskey View Post
    Code:
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/) 
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteEngine On
    is incorrect.

    The sitemap rule must come AFTER you turn the engine on, and i don't know where you got the vBSEO core product htaccess from, but that too should not be there.

    Code:
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    


    should replace what you have.
    I've made the change, do you think that was the source of the error?


    Thanks!

  7. #7
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    This sitemaps were probably not accessible before.

  8. #8
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    But, if they somehow were, the error is not related to a parse error.

    It sounds like your script is timing out. I would suggest either increasing your memory_limit and/or wait_timeout settings so that the script fully completes.

  9. #9
    Junior Member
    Real Name
    phornixx
    Join Date
    Feb 2009
    Posts
    6
    Liked
    0 times
    But the problem is not everyday, it just happens once or twice a week. Most of the days the sitemaps are Ok.

  10. #10
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Which makes sense... sometimes your server will have more users/load on it than others. When its slow, the sitemap will likely complete. When its busy and it runs, there might not be enough resources.

  11. #11
    Junior Member
    Real Name
    phornixx
    Join Date
    Feb 2009
    Posts
    6
    Liked
    0 times
    Ok, I will check it with my host and I reply back, thankyou very much.

  12. #12
    Junior Member
    Real Name
    phornixx
    Join Date
    Feb 2009
    Posts
    6
    Liked
    0 times
    Well, the time is not the issue now (I've increased the time to 600 secs which is enough), but the sitemap randomly generates with errors. One week it generates fine and the other start with problems.

    Here is what google says:

    222007 Parsing error
    We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting.

    The file:

    http://www.phornixx.com/sitemap_9.xml.gz

    The other files generate just fine.


    Thanks!!

  13. #13
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Sitemap file looks ok, try to remove sitemap entry in webmaster account and then resubmit it.

Similar Threads

  1. Google webmaster tools submitted urls and indexed urls
    By Big-Pete in forum General Discussion
    Replies: 5
    Last Post: 02-15-2010, 02:57 PM
  2. google webmaster tools
    By m0rgulvale in forum General Discussion
    Replies: 1
    Last Post: 09-12-2009, 08:15 PM
  3. Indexed URLs in Sitemap (Google Webmaster Tools)
    By MikeWarner in forum General Discussion
    Replies: 0
    Last Post: 05-01-2008, 03:27 AM
  4. 2 different sitemap & webmaster tools
    By Julio in forum General Discussion
    Replies: 37
    Last Post: 03-18-2008, 09:55 AM
  5. Google Webmaster Tools
    By OnR in forum Türkçe
    Replies: 2
    Last Post: 07-12-2007, 11:42 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
  •