Skip to content

Instantly share code, notes, and snippets.

@illvart
illvart / meta-schema-custom-tag.njk
Created May 9, 2019 17:21
Meta schema JSON on Eleventy by nunjucks include, set, filter, custom tags.
<script type="application/ld+json">
{% minifyJson %}
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "{{ metadata.url }}",
"potentialAction": {
"@type": "SearchAction",
"target": "{{ metadata.url }}/search?q={search_term_string}",
"query-input": "required name=search_term_string"