Skip to content

Commit

Permalink
Merge pull request #164 from adobecom/methomas/index-date
Browse files Browse the repository at this point in the history
MWPW-138379 Add publish date to all query indexes
  • Loading branch information
meganthecoder authored Jan 10, 2024
2 parents eb07ffe + fd810ff commit 99e5355
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 @@ -28,6 +28,10 @@ indices:
select: head > meta[name="robots"]
value: |
attribute(el, 'content')
publishDate:
select: head > meta[name="publishdate"]
value: |
dateValue(attribute(el, 'content'), 'MM-DD-YYYY')
sitemap-ae_ar:
include:
- '/ae_ar/'
Expand Down

0 comments on commit 99e5355

Please sign in to comment.