Skip to content

sitemap.xml for languages is invalid #44

Description

@sumitramanga

I think the formatting for the site maps is incorrect.

/en/sitemap.xml /fr/sitemap.xml and any other language should follow this XML structure:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://blog.autohive.com/en/example-post</loc>
    <lastmod>2025-06-09</lastmod>
  </url>
  <!-- repeat for each post/page -->
</urlset>

The index root sitemap.xml is valid. E.g. - https://demo.gethugothemes.com/bookworm/site/sitemap.xml

Can you please help me validate your site map works or with this theme ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions