generated from adobe/aem-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathhelix-sitemap.yaml
40 lines (40 loc) · 1.04 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
sitemaps:
mammotome:
origin: https://www.mammotome.com
default: en
languages:
de:
source: /de/de/query-index.json
destination: /sitemap.xml
hreflang: de
alternate: /de/de/{path}
en-US:
source: /us/en/query-index.json
destination: /sitemap.xml
hreflang: en-US
alternate: /us/en/{path}
en-GB:
source: /uk/en/query-index.json
destination: /sitemap.xml
hreflang: en-GB
alternate: /uk/en/{path}
es:
source: /es/es/query-index.json
destination: /sitemap.xml
hreflang: es
alternate: /es/es/{path}
fr:
source: /fr/fr/query-index.json
destination: /sitemap.xml
hreflang: fr
alternate: /fr/fr/{path}
it:
source: /it/it/query-index.json
destination: /sitemap.xml
hreflang: it
alternate: /it/it/{path}
pl:
source: /pl/pl/query-index.json
destination: /sitemap.xml
hreflang: pl
alternate: /pl/pl/{path}