콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
2 답글
3126 화면

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?

아바타
취소
베스트 답변

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.

아바타
취소
베스트 답변

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.

아바타
취소
관련 게시물 답글 화면 활동
0
5월 25
12
2
1월 25
2587
1
12월 24
6257
1
11월 24
2741
1
11월 24
2039