attempting to fix json ld
This commit is contained in:
parent
dda0826187
commit
9791cdd979
@ -10,22 +10,7 @@
|
|||||||
<meta name="og:title" content="Evan Pratten (VA3ZZA)" />
|
<meta name="og:title" content="Evan Pratten (VA3ZZA)" />
|
||||||
|
|
||||||
<script type="application/ld+json">
|
<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",
|
"@context": "http://www.schema.org",
|
||||||
"@type": "person",
|
"@type": "person",
|
||||||
@ -51,7 +36,22 @@
|
|||||||
"https://gitlab.com/ewpratten",
|
"https://gitlab.com/ewpratten",
|
||||||
"https://twitter.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>
|
</script>
|
||||||
{% endblock head %}
|
{% endblock head %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user