Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
3123 Widoki

How do i go about getting the different languages added to sitemap.xml? Now by default  just the base language url's are  added. Or there is no point in doing that?

Awatar
Odrzuć
Najlepsza odpowiedź

There is indeed no point in doing that.
Odoo is using alternate meta tag to inform crawler about translated version of the website.
Only the main language should be part of the sitemap.

See https://developers.google.com/search/docs/specialty/international/localized-versions?hl=fr
There is many ways to indicate google/crawler about the translations, and Odoo is using the alternate​ tag to do so.

Awatar
Odrzuć
Najlepsza odpowiedź

Today I came to the same conclusions. Wanting to find out a way to include all the language varaibles in the same SiteMap

Edit: I quickly did it myself.

In Views (Technical > User Interface > Views) go find your sitemap generator with key "website.sitemap_locs"


My default language is Spanish "/" or "/es/" and my additional language is english "/en" so I replaced with the following code. Now all URLs have an aditional url including "/en"

Note: copy pasting this quote is being rendered blank, so since I don't know how to escape it I'm uploading a screenshot of my text editor. Sorry !


After saving the view always deleted the cached version .xml version because the server has a 12h cache and you want to see the results of your tests. Go to Technical > Database > Attachments and delete the file "/sitemap-1.xml". Then load the homepage url of your website + "/sitemap.xml" to see your results.

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
maj 25
12
2
sty 25
2577
1
gru 24
6246
1
lis 24
2732
1
lis 24
2028