Hey Sitejet Team,
since some days we have severe issues with the generated Sitemaps. We use Plesk and the Sitejet Extension (Version 1.3.4-6817)
The sitemap in the preview looks something like this:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://[redacted].preview.sitehub.io</loc>
<changefreq>daily</changefreq>
<priority>1.00</priority>
</url>
<url>
<loc>https://[redacted].preview.sitehub.io/wesel</loc><changefreq>daily</changefreq>
<priority>0.80</priority>
</url>
This looks fine to me (There is a full URL and the main page has an entrance.
This is the version when published to Plesk:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc/>
<changefreq>daily</changefreq>
<priority>1.00</priority>
</url>
<url>
<loc>/wesel</loc>
<changefreq>daily</changefreq>
<priority>0.80</priority>
</url>
Here the first opening “” part is missing completely (this results in mayor google errors). Also the full domain/URL is missing.
I hope this is an easy fix. Thanks so much!