1
2022-05-24 11:34:27 -04:00

71 lines
2.0 KiB
Plaintext

[
{
"@context": "http://schema.org",
"@type": "Webpage",
"specialty": "{{description}}",
"mainContentOfPage": {
"@context": "http://schema.org/",
"@type": "WebPageElement",
"cssSelector": ".page-content"
}
},
{
"@context": "http://schema.org",
"@type": "WebSite",
"additionalType": [
"CreativeWork",
"Person"
],
"url": "{{url}}",
"name": "Evan Pratten",
"alternateName": "ewpratten",
"headline": "{{title}}",
"image": "{{avatar}}",
"logo": "{{avatar}}",
"inLanguage": "en-CA",
"author": "Evan Pratten",
"description": "{{description}}",
"disambiguatingDescription": "Personal website of Evan Pratten",
"publisher": {
"@type": "Organization",
"name": "Evan Pratten",
"url": "https://va3zza.com",
"logo": {
"@type": "ImageObject",
"url": "{{avatar}}",
"width": "460",
"height": "460"
}
},
"potentialAction": {
"@type": "SearchAction",
"target": "{{url}}/search?q={search_term_string}",
"query-input": "required name=search_term"
},
"keywords": [
"Evan Pratten",
"Software",
"Music",
"Photography",
"Hobby",
"Blog"
]
},
{
"@context": "https://schema.org",
"@graph": [
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"name": "Blog",
"url": "{{url}}/blog"
},
{
"@context": "https://schema.org",
"@type": "SiteNavigationElement",
"name": "Contact",
"url": "{{url}}/contact"
}
]
}
]