vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Google Sitemap error

This is a discussion on Google Sitemap error within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I'm getting this error when I upload my sitemaps on Google. Unsupported file format Your Sitemap does not appear to ...

Go Back   vBulletin SEO Forums > vBSEO Google/Yahoo Sitemap > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 07-30-2008, 01:33 AM
Member
 
Real Name: Cristian
Join Date: Mar 2008
Location: Argentina
Posts: 33
Google Sitemap error

I'm getting this error when I upload my sitemaps on Google.

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

what should I do?

Thank You.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-30-2008, 02:31 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,473
verify that you can view the file in a browser.

can you go to yoursite.com/forums/sitemap_index.xml.gz ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-30-2008, 02:49 AM
Member
 
Real Name: Cristian
Join Date: Mar 2008
Location: Argentina
Posts: 33
Quote:
Originally Posted by briansol View Post
verify that you can view the file in a browser.

can you go to yoursite.com/forums/sitemap_index.xml.gz ?

No, it doesn't...

It opens the forum home.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-30-2008, 02:53 AM
Michael Biddle's Avatar
vBSEO Staff
vBSEO Total Customer Support
 
Real Name: Michael Biddle
Join Date: Jan 2007
Location: Southern California
Posts: 2,898
Blog Entries: 5
What is your .htaccess? When it redirects to your homepage, it normally means that you did not add the line into the .htaccess to make it forward it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-30-2008, 03:26 AM
Member
 
Real Name: Cristian
Join Date: Mar 2008
Location: Argentina
Posts: 33
this is my .htaccess:

Quote:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

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

# 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\.buforo\.com
RewriteRule (.*) http://www.buforo.com/$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]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-30-2008, 05:13 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,473
try this:


Code:
<IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
 </IfModule>
 
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.buforo\.com
RewriteRule (.*) http://www.buforo.com/$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]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-30-2008, 11:35 AM
Member
 
Real Name: Cristian
Join Date: Mar 2008
Location: Argentina
Posts: 33
I tryes that .htaccess but the browser doesn't read the sitemap.

I opens the forum index, too.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-30-2008, 12:19 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,450
Blog Entries: 1
Try to change this line:
Code:
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
to:
Code:
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/)
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-30-2008, 12:30 PM
Member
 
Real Name: Cristian
Join Date: Mar 2008
Location: Argentina
Posts: 33
Well..

With your help, my browser now it opens the sitemap_index.


It shows the following:

PHP Code:
<sitemapindex xsi:schemaLocation="             http://www.sitemaps.org/schemas/sitemap/0.9             http://www.sitemaps.org/schemas/sitemap/09/siteindex.xsd">
&
#8722;
    
<sitemap>
<
loc>http://www.buforo.com/sitemap_1.xml.gz</loc>
<lastmod>2008-07-30T02:01:11+00:00</lastmod>
</
sitemap>
&
#8722;
    
<sitemap>
<
loc>http://www.buforo.com/sitemap_2.xml.gz</loc>
<lastmod>2008-07-30T02:01:11+00:00</lastmod>
</
sitemap>
&
#8722;
    
<sitemap>
<
loc>http://www.buforo.com/sitemap_3.xml.gz</loc>
<lastmod>2008-07-30T02:01:11+00:00</lastmod>
</
sitemap>
</
sitemapindex

is that OK??

Now, it says that I have 3 sitemaps, but, in data/ folder I have this:



It shows 4 sitemaps..


Is that ok? Should I resubmit my sitemaps on Google? Or should I still do something more?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 07-30-2008, 02:43 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,473
#4 might be old...

delete all .xml.gz files and re-generate again.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 07-30-2008, 10:01 PM
Member
 
Real Name: Cristian
Join Date: Mar 2008
Location: Argentina
Posts: 33
I've resubmited the sitemaps to Google..

I hope It works...


In some days, I'll tell you what happened..


Thanks a lot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 08-05-2008, 12:16 PM
Joe Ward's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Joseph Ward
Join Date: Jun 2005
Location: Puerto Rico
Posts: 19,320
Blog Entries: 7
Hi Christian - has Google accepted your sitemap now?
__________________
Joe Ward / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 08-08-2008, 04:43 AM
Member
 
Real Name: Cristian
Join Date: Mar 2008
Location: Argentina
Posts: 33
Quote:
Originally Posted by Joe Ward View Post
Hi Christian - has Google accepted your sitemap now?
yes, it has.

one of them has a warning.. but I will create another thread to explain.


Thanks a lot.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
google, sitemap

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Google sitemap error Spree Troubleshooting 2 07-18-2008 03:31 PM
Google sitemap error Endurer Troubleshooting 2 07-19-2007 06:50 PM
Google Sitemap Error Rude Awakening Troubleshooting 1 04-13-2007 03:16 AM
Google sitemap error... Sonnie Troubleshooting 2 01-23-2007 04:07 PM
Google Sitemap Error Exitilus Troubleshooting 3 01-18-2007 05:23 PM


All times are GMT -4. The time now is 05:13 PM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.