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.
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?
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
],
...