Google sitemap multilingual not correct

Store Builder 4.18.2.SP1

If more than one language is enabled, the Google sitemap becomes messy and no longer in XML format.
Also happens in your online demos.

I’m having the same problem.

There’s no issue with the sitemap itself — it remains valid XML even with multiple languages enabled. What you’re seeing is just how the browser renders it. Some browsers don’t pretty-print large or complex XML files, especially with multilingual nodes.

To view it in a readable format, try:

  • Opening the source code of the page (right-click → View Page Source),
  • Or using an XML-friendly editor like VS Code, Notepad++, or any IDE.

If it’s about visual formatting, it’s a browser-side matter, not a CS-Cart bug.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.