lgraubner/sitemap-generator-cli

Angular2 Routing urls note detected

matthijssn opened this issue · 1 comments

Hi,

When I run the generator on my site, the routing urls are not detected:

http://www.url.bla/#/page

In this case only http://www.url.bla will be added to the sitemap file.

Single page apps are not supported.

This module is based on a crawler which cannot crawl an spa as it expects server responses. In your case it detects every page correctly as the same as the hash does not imply a different page.