How to let sitemap generator fully crawl Angular router for SPA?
I am trying to generate a sitemap for my webpage. The sitemap generators online only show me a homepage on xml file. <?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> -<url> <loc>http://margvel.com</loc> <priority>0.5</priority> </url> </urlset> my webpage meanwhile has several routes in angular. to see the webpage you could go to margvel.com I used couple of sitemap generators. xml-sitemap and botmap I checked botmap, because it should have SPA support. The links I want to create sitemap use material design and routerlink. the code looks like