Skip to content

Commit

Permalink
chore: add robots to helix-query.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rofe authored Nov 22, 2023
1 parent a9b81bc commit 4400394
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,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')
docpages:
target: /docpages-index
include:
Expand All @@ -46,6 +50,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')
content:
select: main
value: |
Expand Down

0 comments on commit 4400394

Please sign in to comment.