1

More aggressive content tagging

This commit is contained in:
Evan Pratten 2022-05-26 15:29:04 -04:00
parent c5455c75a9
commit 0bb47e73ba
2 changed files with 85 additions and 88 deletions

View File

@ -1,14 +1,4 @@
[
{
"@context": "http://schema.org",
"@type": "Webpage",
"specialty": "{{description}}",
"mainContentOfPage": {
"@context": "http://schema.org/",
"@type": "WebPageElement",
"cssSelector": ".page-content"
}
},
{
"@context": "http://schema.org",
"@type": "WebSite",

View File

@ -1,11 +1,17 @@
{
"@context": "http://schema.org",
"@type": "Webpage",
"mainContentOfPage": {
"@context": "http://www.schema.org",
"@type": "person",
"name": "Evan Pratten",
"alternateName": "ewpratten",
"alternateName": [
"ewpratten",
"Evan"
],
"nationality": "Canadian",
"jobTitle": "Pipeline Software Developer",
"description": "Software Developer",
"description": "Evan Pratten is a Canadian software developer. He is also known for his work in amateur radio, robotics, animation, and his musical history.",
"callSign": [
"VA3ZZA",
"VA3UJF",
@ -81,4 +87,5 @@
"https://www.wikidata.org/wiki/Q111170999"
],
"mainEntityOfPage": "True"
}
}