Very few links in Sitemap
« on: November 24, 2009, 12:01:05 AM »
Hi,

I've just tried running the sitemap generator - and it only shows 5 pages/links.
In previous runs, it returned 90+
I have made some minor changes to the site, but as far as I can see, all the internal links (and the internal sitemap) are OK.

Any ideas what might be wrong  - site is [ External links are visible to forum administrators only ]

Thanks, Frank.
Re: Very few links in Sitemap
« Reply #1 on: November 24, 2009, 08:49:36 PM »
Hello,

what is an example URL that is not included in sitemap and how it can be reached starting  from homepage?
Re: Very few links in Sitemap
« Reply #2 on: November 24, 2009, 09:39:26 PM »
Thanks for your follow-up.

One example is :

[ External links are visible to forum administrators only ]

This can be reached by clicking on 'packages' on the homepage menu.

(similarly for blog, help etc. etc.)

Thanks, Frank
Re: Very few links in Sitemap
« Reply #3 on: November 25, 2009, 05:42:52 AM »
Looks like error returning request from your server perhaps. As you said it returned 90 earlier and this time 5. right ?
Re: Very few links in Sitemap
« Reply #4 on: November 25, 2009, 08:58:16 PM »
Hello,

you are including that link using javascript:
Code: [Select]
document.write('  <li style="width: 90px;"><a href="pricing.htm">packages</a>');
you should include the link directly as html instead.