Add structured data to feature pages

This commit is contained in:
Marc Froehlich
2026-07-07 01:10:36 +02:00
parent 59b8e2fbbb
commit 6907af5c81
+20 -1
View File
@@ -36,4 +36,23 @@ layout: base.njk
</div>
{% endif %}
</article>
</section>
</section>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "{{ title }}",
"description": "{{ summary }}",
"about": "KST4Contest",
"url": "https://kst4contest.hamradioonline.de{{ page.url }}",
"author": {
"@type": "Person",
"name": "Praktimarc"
},
"publisher": {
"@type": "Organization",
"name": "KST4Contest"
}
}
</script>