1

attempting to fix json ld

This commit is contained in:
Evan Pratten 2022-05-03 10:49:12 -04:00
parent dda0826187
commit 9791cdd979

View File

@ -10,22 +10,7 @@
<meta name="og:title" content="Evan Pratten (VA3ZZA)" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://va3zza.com/",
"about": "{{config.description}}",
"potentialAction": [{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://va3zza.com/search?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}]
}
</script>
<script type='application/ld+json'>
[
{
"@context": "http://www.schema.org",
"@type": "person",
@ -51,7 +36,22 @@
"https://gitlab.com/ewpratten",
"https://twitter.com/ewpratten"
]
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://va3zza.com/",
"about": "{{config.description}}",
"potentialAction": [{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://va3zza.com/search?q={search_term_string}"
},
"query-input": "required name=search_term_string"
}]
}
]
</script>
{% endblock head %}