Skip to content

Commit

Permalink
MWPW-132487 Fix noindex pages in sitemap (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon32 committed Jul 12, 2023
1 parent c59aee0 commit dd33b71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ indices:
select: none
value: |
parseTimestamp(headers['last-modified'], 'ddd, DD MMM YYYY hh:mm:ss GMT')
robots:
select: head > meta[name="robots"]
value: |
attribute(el, 'content')
sitemap-ae_ar:
include:
- '/ae_ar/customer-success-stories/**'
Expand Down

0 comments on commit dd33b71

Please sign in to comment.