I'm trying to create a new sitemap but when I look at the XML document that is created, it's missing folders and pages from my site. It's not a huge site, probably under 100 pages and I'm using the link...http://www.xml-sitemaps.com/ to make the sitemap.xml Any ideas why it's not including all pages?
Do you have at least one link to every page on your site, accessible from pages which are somehow linked to from the home page? For example, if your structure looks like this: index.html - links to page1.html page1.html - links to index.html and page2.html page2.html - links to page1.html and page3.html page3.html - links to page2.html page4.html - links to page3.html In this example, none of the pages are linking to page4.html so the sitemap generator wouldn't know that it existed. I recommend creating an HTML sitemap first, and make sure that you link to it from your home page.