Unify taxonomy/remove language prefix folder on a multilingual page

Hi all!

Is it possible to remove the language prefix folder from taxonomy. I would like to unify English (default language) and German tags as many terms are identical.

This is my approach:

[permalinks]
tags = "/tag/:slug/"

[languages]
[languages.de]
[languages.de.permalinks]
tags = "/tag/:slug/" # path should be "/tag/MyTag/", not "/de/tag/MyTag/"

Thank you!

1 Like

Hey @Grob, did you manage to find a way of doing that? I currently have the same issue.

Hi!

If I remember correctly we stopped trying because many things were affected—the sitemaps, tag lists, maybe robots.txt etc.

I don’t know whether the relatively new front matter cascade is a way to implement this.