This sounds to be working as designed. Here's how HTML sitemaps are generated:
- If you have 100 or less webpages, 1 sitemap page is created with all of the links. The page titles are displayed on the page with links to the pages.
- If you have > 100 webpages, 1 index page is created with links to subsequent pages. Each of the subsequenct pages will have 100 or less links. This is done because Google highly recommends having no more than 100 links per page.
Source:
http://www.google.com/support/webmasters/bin/answer.py?answer=35769One thing I haven't publicized yet is that you can customize the design of the HTML sitemap pages.
In the "C:\Program Files\iArchitect\iArchitect Sitemap Generator v4.0\sitemaps\yourwebsite\" folder (or wherever you installed it), there are two files:
- htmlheader.htm - Header file for all HTML sitemaps
- htmlfooter.htm - Header file for all HTML sitemaps
(I just realized this file isn't created until you generate the HTML sitemap once...I will fix that).
Open these files and feel free to change anything. Then regenrate your sitemap so it matches your site.
Note: I added some default styles so you can see how to edit the look and feel. If you know CSS basics, it's very easy to modify how the page looks and how the links look. For a CSS refresher, see this webpage:
http://www.w3schools.com/css/default.asp