mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-07-13 16:16:44 +02:00
Add structured data to feature pages
This commit is contained in:
@@ -37,3 +37,22 @@ layout: base.njk
|
||||
{% endif %}
|
||||
</article>
|
||||
</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>
|
||||
Reference in New Issue
Block a user