Hi i just installed the sitemap on the current version of zen cart and i recieved this error
Empty Sitemap
Your Sitemap does not contain any URLs. Please validate and resubmit your Sitemap.
does anyone know why this would occur.
Printable View
Hi i just installed the sitemap on the current version of zen cart and i recieved this error
Empty Sitemap
Your Sitemap does not contain any URLs. Please validate and resubmit your Sitemap.
does anyone know why this would occur.
I get this error also on one of my xmls
XML Parsing Error: no element found
Location: http://mysite.com/folder/GoogleSitem...approducts.xml
Line Number 1, Column 1:
Alright i guess im getting closer to the solution,now my xml is displaying the wrong url for my site.
Its showing
www.mysite.com/sitemapproducts.xml
Instead of
www.mysite.com/myzencart/sitemapproducts.xml
how can i make it show the latter?
I have my store in a folder of my main site,do i need it to be a subdomain?
Andrew- Are you going to hold off releasing v2.0 now that Zencart v2.0 has been announced as imminent?
I have read all 77 pages of this module and its issues.
I haven seen this one.
I have installed and reinstalled the system and I keep getting this error.
"Save path - "/home/sbilick1/public_html/"
Base URL - "http://delicate-delights.com/"
Sitemap location specified in robots.txt "http://www.delicate-delights.com/sitemapindex.xml Disallow: /admin/" another than "http://delicate-delights.com/sitemapindex.xml""
this is what I have in my robots.txt file.
User-agent: *
Sitemap: http://www.delicate-delights.com/sitemapindex.xml
Disallow: /admin/
I cant figure out what I am doing wrong. I did change the security setting to 777 and I see all four of the xml files in my root....
I dont know.
try:
User-agent: *
Disallow: /admin/
Sitemap: http://www.delicate-delights.com/sitemapindex.xml
Well it got rid of the Disallow error. I am still getting:
Google Sitemap Generation (v 1.3.19 20.04.2008 17:24) started
Save path - "/home/sbilick1/public_html/"
Base URL - "http://delicate-delights.com/"
Sitemap location specified in robots.txt "http://www.delicate-delights.com/sitemapindex.xml" another than "http://delicate-delights.com/sitemapindex.xml"
I just noticed one URL has the WWW and one doesnt? Any ideas?
Ughhh if its not one thing its another!
SO I went into my robots.txt and changes the sitemap address to reflect only http://delicate-delights.com/sitemapindex.xml
NOW I get no error messges. It run for like 5 seconds then just
Google Sitemap Generation (v 1.3.19 20.04.2008 17:24) started
Save path - "/home/sbilick1/public_html/"
Base URL - "http://delicate-delights.com/"
When I look at the output files the are all still at 0k.
I know I must have missed something... but I cant seem to put my finger on it. I think I killed to many cells reading last night.
You may also consider this article:
https://www.zen-cart.com/tutorials/index.php?article=73
in specific:
https://www.zen-cart.com/tutorials/index.php?article=33
after doing that, you will want to stop advertising your admin directory in the robots.txt file :wink:
about the www, maybe you are rewriting url's in .htaccess?
check that file and see how your url's are supposed to be, then adjust the files to match that.
nagelkruid, thanks for the heads up on the security issue.
I have included below the .htacces file. I see both www and non. So now what? I am not familiar with how this file works or what it even does to be honest. My developer has got pulled away to other business and I am left to figure itout on my own
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://delicate-delights.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://delicate-delights.com$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.delicate-delights.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.delicate-delights.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://delicate-delights.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://delicate-delights.com$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.delicate-delights.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^https://www.delicate-delights.com$ [NC]
RewriteRule .*\.(jpeg|png|bmp|swf)$ - [F,NC]