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

Google Webmaster submission error, .xml.gz is not a supported format?

This is a discussion on Google Webmaster submission error, .xml.gz is not a supported format? within the General Discussion forums, part of the vBulletin SEO Discussion category; Every time I try and submit my forum sitemap (mysite/forum/sitemap_1.xml.gz) into my Google Webmaster profile I get an error that ...

  1. #1
    Member FalkinPro1's Avatar
    Real Name
    Blain Reinkensmeyer
    Join Date
    Jul 2006
    Location
    United States
    Posts
    34
    Liked
    0 times

    Google Webmaster submission error, .xml.gz is not a supported format?

    Every time I try and submit my forum sitemap (mysite/forum/sitemap_1.xml.gz) into my Google Webmaster profile I get an error that says, "Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit."

    If you go directly to the file mysite/forum/sitemap_1.xml.gz on the background it says "XML Parsing error: no element found" Is the sitemap just not being created correctly?

    When I go to my reports though it shows success. View attached. I am so confused. I just updated the plugin to v2.5. I tried removing files then reinstalling, deleting the xmls and recreating the sitemap, still same result. Any help would be greatly appreciated.
    Attached Thumbnails Attached Thumbnails capture.jpg  

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    Seems as though your .htaccess rules are missing. What is your exact .htaccess?
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    Member FalkinPro1's Avatar
    Real Name
    Blain Reinkensmeyer
    Join Date
    Jul 2006
    Location
    United States
    Posts
    34
    Liked
    0 times
    Hi Michael, thanks for the help. My root forum .htaccess reads

    # 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)
    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]

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

    What if you make:

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)

    to:

    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/)
    The Forum Hosting - Forum Hosting from the Forum Experts

  5. #5
    Member FalkinPro1's Avatar
    Real Name
    Blain Reinkensmeyer
    Join Date
    Jul 2006
    Location
    United States
    Posts
    34
    Liked
    0 times
    No luck... should there be an XML parsing error at all when you go to the XML sitemap directly in a browser?

  6. #6
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    4 times
    No their should not. It should look like www.vbseo.com/sitemap_index.xml.gz.

    Please open a ticket with FTP and admincp access as well as your vbseocp.php password so we can troubleshoot your issue.
    The Forum Hosting - Forum Hosting from the Forum Experts

  7. #7
    Member FalkinPro1's Avatar
    Real Name
    Blain Reinkensmeyer
    Join Date
    Jul 2006
    Location
    United States
    Posts
    34
    Liked
    0 times
    Ok, so I downloaded the sitemaps directly and all the lines of coding were in there without a problem. So then I simply created a new folder in the forum root, /sitemap and stuck the sitemaps in there. Then I tried accessing them directly and they opened without a hitch! Something is simply messed up with the htaccess or something to cause the problem.

    Luckily for me my forum is shut down now so one up to date sitemap is all I need. Thanks again for the help!

  8. #8
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    Why move them? the htaccess will open them directly without movement.

    I would suggest using the default htaccess and the default file placement.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #9
    Member FalkinPro1's Avatar
    Real Name
    Blain Reinkensmeyer
    Join Date
    Jul 2006
    Location
    United States
    Posts
    34
    Liked
    0 times
    Hi Brian, thanks for the assistance. I was forced to move them because at their regular location, when I would go to read them, I would get an XML Parsing error,

    "XML Parsing error: no element found
    Location: mysite.com/forum/sitemap_index.xml.gz
    Line Number 1, Column 1".

    But, if I simply move that file to a dif location anywhere else on the site, it opens without a hitch. Thus, something is screwing up with htaccess (my guess) to cause the XML parsing error. Thoughts?

  10. #10
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    please open a ticket with ftp admincp and vbseo cp passwords so we can investigate.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  11. #11
    Member FalkinPro1's Avatar
    Real Name
    Blain Reinkensmeyer
    Join Date
    Jul 2006
    Location
    United States
    Posts
    34
    Liked
    0 times
    Done. I look forward to hearing from you guys, thanks in advance for the help.

  12. #12
    Member
    Real Name
    Steven Taylor
    Join Date
    Jun 2007
    Posts
    94
    Liked
    0 times
    Have you cmod 777 your data folder?

  13. #13
    Member FalkinPro1's Avatar
    Real Name
    Blain Reinkensmeyer
    Join Date
    Jul 2006
    Location
    United States
    Posts
    34
    Liked
    0 times
    Hi Steve, thanks for helping. Yes, the data folder has been chmod'd to 777.

  14. #14
    Member
    Real Name
    Steven Taylor
    Join Date
    Jun 2007
    Posts
    94
    Liked
    0 times
    OK Try removing the # from #RewriteBase / some server like mine require the rewrite base.

  15. #15
    Member FalkinPro1's Avatar
    Real Name
    Blain Reinkensmeyer
    Join Date
    Jul 2006
    Location
    United States
    Posts
    34
    Liked
    0 times
    Done, no luck though. Any other ideas?

Page 1 of 2 1 2 LastLast

Similar Threads

  1. Google Webmaster Tools Error
    By RadarLaser in forum Troubleshooting
    Replies: 2
    Last Post: 02-06-2009, 03:27 PM
  2. Google error = unsupported format
    By Slingblade61 in forum Troubleshooting
    Replies: 7
    Last Post: 02-02-2009, 06:34 PM
  3. Unsupported Sitemap format - Google Error
    By atomicstorm in forum Troubleshooting
    Replies: 8
    Last Post: 07-14-2008, 04:48 PM
  4. google webmaster error
    By leanbulk in forum URL Rewrite Settings
    Replies: 4
    Last Post: 02-05-2008, 12:40 PM
  5. Google says sitemap format not supported
    By Lerris in forum Troubleshooting
    Replies: 2
    Last Post: 02-24-2006, 04:15 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
  •