Some pages missing from site map
« on: October 27, 2009, 01:13:44 PM »
Hi

My boss is using your sitemap generator.  It gets most of the pages on our site, but several are missing...which, coincidentally, are pages created by php scripts I wrote.

Any ideas?

Thanks,
Sean
Re: Some pages missing from site map
« Reply #1 on: October 27, 2009, 04:00:41 PM »
Hello,

what is your site URL and example links that are missing in sitemap?
Re: Some pages missing from site map
« Reply #2 on: October 27, 2009, 04:32:17 PM »
Site url is:
[ External links are visible to forum administrators only ]

this page is one of those missing:
[ External links are visible to forum administrators only ]
Re: Some pages missing from site map
« Reply #3 on: October 28, 2009, 09:05:36 PM »
Hello,

looks like this page can be reached via javascript handled link only:
Code: [Select]
onclick='submarket(14)'
You should use plain html link <a href=".."> to allow generator and search engine bots to find those pages.
Re: Some pages missing from site map
« Reply #4 on: October 28, 2009, 09:14:04 PM »
ok, i think I see...thanks for your help