SEO in Ionic PWA
问题 I just finished building a PWA using Ionic. Now i am stuck in making PWA SEO enabled. Since in ionic there is #(Hash location strategy) enabled in ionic and this results in # in all of the urls which doesn't help at all in SEO. So to remove # I tried setting Path location strategy {locationStrategy: 'path'} in AppModule. This removes the # from the url. But when I try to refresh it or go directly to a url, it returns 'Cannot GET /url' Few things I read for this problem is to rewrite to index