I get only 1 page
« on: December 28, 2009, 05:31:39 PM »
This seems to be a popular topic, however I havn't found any relevant answer to my problem. My webshop [ External links are visible to forum administrators only ] is currenlty, before the official opening, only 1 page. The real shop entrance is at /shop, to which customers will be forwarded when shop is open (redirect). Is it not possible to give the direct link to /shop to the online sitemap generator?  Any help appreciated, thanks.
Re: I get only 1 page
« Reply #1 on: December 28, 2009, 06:58:16 PM »
Hello,

you should just specify http://www.domain.com/shop/ as Starting URL for sitemap generator in this case.
Re: I get only 1 page
« Reply #2 on: December 28, 2009, 07:06:39 PM »
You should also remove this html tag from your pages:
<meta name="robots" content="noindex, nofollow" />
Re: I get only 1 page
« Reply #3 on: December 28, 2009, 08:51:15 PM »
Thanks for your quick response. I just tried what you suggest, but no success. I'm using zen-cart and I removed the html tag you mentioned in nddbc.html and in /templates/-/common/html_header.html, if you're familiar with zen-cart. I've also for testing removed robots.txt and .htaccess but no improvement.
Re: I get only 1 page
« Reply #4 on: December 30, 2009, 11:49:19 AM »
I still see that tag on your shop/ page:
<meta name="robots" content="noindex, nofollow" />
Re: I get only 1 page
« Reply #5 on: December 30, 2009, 06:12:59 PM »
You're right, it's caused by a bug in zen-cart, one I didn't know about. Now it works! Thanks.