forked from adobecom/bacom-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelix-sitemap.yaml
42 lines (41 loc) · 1.1 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
version: 1
sitemaps:
blog:
origin: https://business.adobe.com
lastmod: YYYY-MM-DD
languages:
default:
source: /blog/query-index.json
destination: /blog/sitemap.xml
hreflang: en
alternate: /{path}
uk:
source: /uk/blog/query-index.json
destination: /blog/sitemap-uk.xml
hreflang: en-gb
alternate: /uk/{path}
au:
source: /au/blog/query-index.json
destination: /blog/sitemap-au.xml
hreflang: en-au
alternate: /au/{path}
fr:
source: /fr/blog/query-index.json
destination: /blog/sitemap-fr.xml
hreflang: fr
alternate: /fr/{path}
de:
source: /de/blog/query-index.json
destination: /blog/sitemap-de.xml
hreflang: de
alternate: /de/{path}
jp:
source: /jp/blog/query-index.json
destination: /blog/sitemap-jp.xml
hreflang: ja
alternate: /jp/{path}
kr:
source: /kr/blog/query-index.json
destination: /blog/sitemap-kr.xml
hreflang: ko
alternate: /kr/{path}