Closed ghost closed 7 years ago
Nice catch! I will fix it tonight
Fixed. I also notice some glitch while parsing your website (the //analytics… and the mailto link) its also fixed.
Works, great! One more issue left with data URI images that should be excluded and an improvement proposal. I will open a new ticket for those.
Running:
python3 main.py --domain https://www.2globalnomads.info --output sitemap.xml --images --report --parserobots
Output:
<image:loc>https://www.2globalnomads.infopaivi-santeri-kannisto/subscribe.png</image:loc></image:image><image:image><image:loc>https://www.2globalnomads.infopaivi-santeri-kannisto/logo.png</image:loc>
There should be "/" in the URL before path, between "info" and "paivi" like this "info/paivi"
The same issue happens with all local URLs. Remote URLs are all OK.