Only a few pages in site map
« on: December 01, 2011, 02:59:59 PM »
I used this site to create XML sitemap for my site before and it worked fine but now it is not generating a site map with only few pages. Any ideas?

Thank you in advance

Here is my site: [ External links are visible to forum administrators only ]
Re: Only a few pages in site map
« Reply #1 on: December 02, 2011, 09:46:58 AM »
Hello,

links to your albums are handled with javascript, hence not visible to bots:
onclick="window.location.href = 'Pages/Childhood.html'"

you need to use <a href="Pages/Childhood.html" > to get them indexed.
Re: Only a few pages in site map
« Reply #2 on: December 02, 2011, 02:37:31 PM »
Thanks for your insight into the problem. But, it is indexing achievements.html and it is in the same script. And it is not indexing tributes.html, news.html, about.html, and blog.html. I made the website with the iWeb but the navigation bar is made with html widget (it has html and css).
The weird thing is, I did generate a site map before with all the pages indexed.

Any thoughts?

Thanks in advance.
Re: Only a few pages in site map
« Reply #3 on: December 03, 2011, 04:06:25 PM »
There is a plain link to tributes.html at the bottom of the page, that's where it's found by generator, the menu is not crawlable though.