Hi Experts,
I am using Silverstripe 3.0 and i tried to use the googlesitemap modul to generate my sitemap. My site contains 5 "toplevel" pages and 3 subpages.
I downloaded the modul from this URL:
https://github.com/silverstripe-labs/silverstripe-googlesitemaps/tree/1.1
Then i copied the folder to the "mysite" folder and run dev/build.
When i open http://localhost/silverstripe/sitemap.xml I get following XML:
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>http://localhost/silverstripe/sitemap.xml/sitemap/SiteTree/1</loc>
<lastmod>2013-03-13</lastmod>
</sitemap>
</sitemapindex>
All my sites are missing in the XML, what am I doing wrong? Any Ideas?
Kind Regards
Manuel