Dynamic site - only homepage is indexed in sitemap.xml?
« on: June 24, 2012, 04:04:47 PM »
I used the free sitemap generator for my static site before.  Recently, I redesigned the entire site to dynamic pages.  When I use the free sitemap generator to generate a new sitemap, only the homepage is added to the sitemap.  My site is: [ External links are visible to forum administrators only ] and the sitemap generated is like this:

<?xml version="1.0" encoding="UTF-8"?>
<urlset
      xmlns="[ External links are visible to forum administrators only ]"
      xmlns:xsi="[ External links are visible to forum administrators only ]"
      xsi:schemaLocation="[ External links are visible to forum administrators only ]
            [ External links are visible to forum administrators only ]">
<!-- created with Free Online Sitemap Generator www.xml-sitemaps.com -->

<url>
  <loc>[ External links are visible to forum administrators only ]</loc>
</url>
</urlset>

How do I add the dynamic pages to the sitemap and let Google know that my site is more than 1 page?