Skip to content

Commit

Permalink
MWPW-136691 Add AU-US and UK-US indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
meganthecoder committed Oct 10, 2023
1 parent cb3346a commit 10a5b2e
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,29 @@ indices:
<<: *minProps
target: /uk/query-index.xlsx

blog-uk-us:
include:
- '/uk/blog/'
- '/uk/blog/basics/**'
- '/uk/blog/how-to/**'
- '/uk/blog/perspectives/**'
- '/uk/blog/the-latest/**'
- '/blog/'
- '/blog/basics/**'
- '/blog/how-to/**'
- '/blog/perspectives/**'
- '/blog/the-latest/**'
exclude:
- '**/fragments/**'
- '**/drafts/**'
properties:
<<: *minProps
seoArticle:
select: head > meta[name="seo-article"]
value: |
attribute(el, 'content')
target: /uk/us-uk-query-index.xlsx

blog-au:
include:
- '/au/blog/'
Expand All @@ -86,6 +109,29 @@ indices:
<<: *minProps
target: /au/query-index.xlsx

blog-au-us:
include:
- '/au/blog/'
- '/au/blog/basics/**'
- '/au/blog/how-to/**'
- '/au/blog/perspectives/**'
- '/au/blog/the-latest/**'
- '/blog/'
- '/blog/basics/**'
- '/blog/how-to/**'
- '/blog/perspectives/**'
- '/blog/the-latest/**'
exclude:
- '**/fragments/**'
- '**/drafts/**'
properties:
<<: *minProps
seoArticle:
select: head > meta[name="seo-article"]
value: |
attribute(el, 'content')
target: /au/us-au-query-index.xlsx

fr:
include:
- '/fr/blog/'
Expand Down

0 comments on commit 10a5b2e

Please sign in to comment.