-
Notifications
You must be signed in to change notification settings - Fork 9
/
helix-sitemap.yaml
47 lines (46 loc) · 1.16 KB
/
helix-sitemap.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
version: 1
sitemaps:
blog:
origin: https://blog.adobe.com
lastmod: YYYY-MM-DD
languages:
en:
source: /en/query-index.json
destination: /en/sitemap.xml
hreflang: en
alternate: /en/{path}
ko:
source: /ko/query-index.json
destination: /ko/sitemap.xml
hreflang: ko
alternate: /ko/{path}
jp:
source: /jp/query-index.json
destination: /jp/sitemap.xml
hreflang: ja
alternate: /jp/{path}
it:
source: /it/query-index.json
destination: /it/sitemap.xml
hreflang: it
alternate: /it/{path}
fr:
source: /fr/query-index.json
destination: /fr/sitemap.xml
hreflang: fr
alternate: /fr/{path}
es:
source: /es/query-index.json
destination: /es/sitemap.xml
hreflang: es
alternate: /es/{path}
de:
source: /de/query-index.json
destination: /de/sitemap.xml
hreflang: de
alternate: /de/{path}
br:
source: /br/query-index.json
destination: /br/sitemap.xml
hreflang: pt
alternate: /br/{path}