nephila / djangocms-page-sitemap

django CMS page extension to handle sitemap customization
BSD 3-Clause "New" or "Revised" License
9 stars 21 forks source link

Sitemap properties for multilanguage pages #68

Open WrapTheCode opened 3 years ago

WrapTheCode commented 3 years ago

I have a multilanguage page and properties that i set for one language change properties for all rest languages.

I think it is a common bug and it dont need a steps to reproduce.

yakky commented 2 years ago

The extension currently assume that sitemap properties are language indipendent. I don't know how common is the use case to have different frequencies or priorities according to the page language.

Could you elaborate on your use case?