diff --git a/helix-query.yaml b/helix-query.yaml index ec4c6e85..54f7f438 100644 --- a/helix-query.yaml +++ b/helix-query.yaml @@ -40,6 +40,9 @@ indices: description: select: head > meta[property="og:description"] value: attribute(el, "content") + articleBlurb: + select: head > meta[name="articleBlurb"] + value: attribute(el, "content") category: select: head > meta[name="category"] value: match(attribute(el, "content"), "(?:https:\/\/[^/]+)?(.+)")