Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MWPW-136993 Sitemap and Query Targets #20

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ indices:
exclude:
- '**/fragments/**'
- '**/drafts/**'
target: /query-index.xlsx
target: /blog/query-index.xlsx
properties: &minProps
author:
select: head > meta[name="author"]
Expand Down Expand Up @@ -70,7 +70,7 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /uk/query-index.xlsx
target: /uk/blog/query-index.xlsx

blog-uk-us:
include:
Expand Down Expand Up @@ -107,7 +107,7 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /au/query-index.xlsx
target: /au/blog/query-index.xlsx

blog-au-us:
include:
Expand Down Expand Up @@ -145,7 +145,7 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /fr/query-index.xlsx
target: /fr/blog/query-index.xlsx

blog-de:
include:
Expand All @@ -162,7 +162,7 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /de/query-index.xlsx
target: /de/blog/query-index.xlsx

blog-jp:
include:
Expand All @@ -178,7 +178,7 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /jp/query-index.xlsx
target: /jp/blog/query-index.xlsx

blog-kr:
include:
Expand All @@ -192,4 +192,4 @@ indices:
- '**/drafts/**'
properties:
<<: *minProps
target: /kr/query-index.xlsx
target: /kr/blog/query-index.xlsx
14 changes: 7 additions & 7 deletions helix-sitemap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@ sitemaps:
lastmod: YYYY-MM-DD
languages:
default:
source: /query-index.json
source: /blog/query-index.json
destination: /blog/sitemap.xml
hreflang: en
alternate: /{path}
uk:
source: /uk/query-index.json
source: /uk/blog/query-index.json
destination: /blog/sitemap-uk.xml
hreflang: en-gb
alternate: /uk/{path}
au:
source: /au/query-index.json
source: /au/blog/query-index.json
destination: /blog/sitemap-au.xml
hreflang: en-au
alternate: /au/{path}
fr:
source: /fr/query-index.json
source: /fr/blog/query-index.json
destination: /blog/sitemap-fr.xml
hreflang: fr
alternate: /fr/{path}
de:
source: /de/query-index.json
source: /de/blog/query-index.json
destination: /blog/sitemap-de.xml
hreflang: de
alternate: /de/{path}
jp:
source: /jp/query-index.json
source: /jp/blog/query-index.json
destination: /blog/sitemap-jp.xml
hreflang: ja
alternate: /jp/{path}
kr:
source: /kr/query-index.json
source: /kr/blog/query-index.json
destination: /blog/sitemap-kr.xml
hreflang: ko
alternate: /kr/{path}
Loading