SEO Plugin Sitemap Multilanguage

Hi there,

I’m using the tobimori SEO Plugin for a website (GitHub - tobimori/kirby-seo: 🔎 All-in-one toolkit that makes implementing SEO & Meta best practices in your Kirby 4+ site a breeze) and I’m beginning to think that I’m too stupid to understand the plugin, because I recently had to ask about the indexing settings, and now this. :smiley:

My sitemap is generated, but not bilingual. There is a German and a French version of the website. The sitemap only shows the German pages. What could be the reason for this?

The French pages are indexed. The site is multilingual. I have not deactivated any language function, at least I don’t know where. Shouldn’t the plugin automatically output pages in multiple languages? :thinking:

A little help would be great!

That’s my config:

return [
  'tobimori.seo.canonicalBase' => 'https://seitenurl.ch',

  'tobimori.seo.sitemap' => [
      'excludeTemplates' => ['s', 'error', 'files', 'post-archive'], 
      'changefreq' => 'weekly', 
  ],

  'languages' => [
    'detect' => true
  ],

...

I got the following response from the devloper of the plugin (in German)

Die Sitemap wird erfolgreich mehrsprachig generiert, nur die visuelle Darstellung enthält nur die URLs der Hauptsprache. Wenn man ein view-source davor hängt ist alles korrekt.