Invalid Sitemap XML
What This Means
The sitemap file is not valid XML or does not conform to the sitemap protocol specification. Search engines may not be able to parse it correctly.
What Triggers This Issue
This issue is triggered when the sitemap content cannot be parsed as valid XML, contains malformed tags, missing required elements, or doesn’t follow the sitemap schema.
How To Fix
Validate your sitemap using an XML validator and the sitemap schema. Fix any parsing errors, ensure proper XML declaration, and verify all required elements (urlset, url, loc) are present and correctly formatted.
Last updated on