Results 1 to 6 of 6

Errors with Google Sitemap

This is a discussion on Errors with Google Sitemap within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; After installing vBSEO and running the generator I resubmitted my sitemaps to Google and it tells me this warning: Unsupported ...

  1. #1
    Member
    Real Name
    Bob
    Join Date
    Jun 2008
    Posts
    32
    Liked
    0 times

    Errors with Google Sitemap

    After installing vBSEO and running the generator I resubmitted my sitemaps to Google and it tells me this warning:

    Unsupported file format
    Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit.

  2. #2
    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 default vBSEO .htaccess file in your forums folder?

  3. #3
    Member
    Real Name
    Bob
    Join Date
    Jun 2008
    Posts
    32
    Liked
    0 times
    My .htaccess:
    Code:
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums/)
    #RewriteBase /
    
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|redir\.php)
    RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    
    ####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>

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please open a ticket with ftp access for troubleshooting.

  5. #5
    Member
    Real Name
    Bob
    Join Date
    Jun 2008
    Posts
    32
    Liked
    0 times
    Ticket 9962 submitted.

  6. #6
    Member
    Real Name
    Bob
    Join Date
    Jun 2008
    Posts
    32
    Liked
    0 times
    I'm getting 404 errors even after I uncommented the RewriteBase

Similar Threads

  1. Errors on Google Sitemap?
    By Ska in forum Troubleshooting
    Replies: 0
    Last Post: 01-10-2008, 05:16 PM
  2. Google errors
    By Trancetopia in forum Troubleshooting
    Replies: 4
    Last Post: 04-06-2006, 01:10 PM

Posting Permissions

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