Hi, I have a multilingual website (FR/EN). The primary language is french.
When I submitted the website to Google Webmaster, it tells me that the English links are correct but that the french ones are invalid. So sitemap.xml is correct and /en/sitemap.xml is correct. But not the /fr/sitemap.xml
In config.toml I have:
DefaultContentLanguage = "fr"
baseURL = "https://www.magalieseabrooke.ca/"
relativeURLs = true
[languages]
[languages.fr]
weight = 1
languageCode = "fr-ca"
contentDir = "content/fr"
name = "fr"
When I look at
view-source:https://www.magalieseabrooke.ca/fr/sitemap.xml
everything looks alright. What am I doing wrong here?