I am trying to submit a google sitemap in the google webmaster tools but running into errors. In admin I clicked on the extensions >> product feeds and enabled google sitemaps options. It provided me the link for sitemap but when I submit the link to google webmaster tools it doesn't like it and comes back with following error:
Unsupported file format
Your Sitemap does not appear to be in a supported format. Please ensure it meets our Sitemap guidelines and resubmit.
here is the URL that I am using: http://www.techcertsolutions.com/index.php?route=feed/google_sitemap
error: When I click on the sitemap link from google webmaster tools I see following message:
Notice: Undefined index: limit in /home7/jardinf1/public_html/techcertsolutions/vqmod/vqcache/vq2-catalog_model_catalog_product.php on line 440
I did check the .htaccess
file and do see following entry in the file:
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
so I'm not sure what is really happening here. I also deleted everything from vqcache
and tried again but no luck. Please give me some advice.