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,84 +1,91 @@
{
"@context": "http://www.schema.org",
"@type": "person",
"name": "Evan Pratten",
"alternateName": "ewpratten",
"nationality": "Canadian",
"jobTitle": "Pipeline Software Developer",
"description": "Software Developer",
"callSign": [
"VA3ZZA",
"VA3UJF",
"VB3YEET",
"VG3ZZA",
"VG3UJF"
],
"parent": [
{
"@type": "person",
"name": "Warren Pratten",
"alternateName": "awpratten",
"description": "Musical artist",
"gender": "male"
}
],
"gender": "male",
"url": "https://va3zza.com",
"image": "https://avatars.githubusercontent.com/u/21065412",
"birthPlace": {
"@type": "Place",
"@context": "http://schema.org",
"@type": "Webpage",
"mainContentOfPage": {
"@context": "http://www.schema.org",
"@type": "person",
"name": "Evan Pratten",
"alternateName": [
"ewpratten",
"Evan"
],
"nationality": "Canadian",
"jobTitle": "Pipeline 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",
"VB3YEET",
"VG3ZZA",
"VG3UJF"
],
"parent": [
{
"@type": "person",
"name": "Warren Pratten",
"alternateName": "awpratten",
"description": "Musical artist",
"gender": "male"
}
],
"gender": "male",
"url": "https://va3zza.com",
"image": "https://avatars.githubusercontent.com/u/21065412",
"birthPlace": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "London",
"addressRegion": "ON",
"addressCountry": "Canada"
}
},
"address": {
"@type": "PostalAddress",
"addressLocality": "London",
"addressLocality": "Oakville",
"addressRegion": "ON",
"addressCountry": "Canada"
}
},
"address": {
"@type": "PostalAddress",
"addressLocality": "Oakville",
"addressRegion": "ON",
"addressCountry": "Canada"
},
"alumniOf": [
{
"@type": "HighSchool",
"name": "H.B. Beal Secondary School",
"sameAs": "https://en.wikipedia.org/wiki/H._B._Beal_Secondary_School"
},
{
"@type": "MiddleSchool",
"name": "Lester B. Pearson School for the Arts",
"sameAs": "https://en.wikipedia.org/wiki/Lester_B._Pearson_School_for_the_Arts"
},
{
"@type": "ElementarySchool",
"name": "St. Michael Catholic Elementary School",
"sameAs": "https://mil.ldcsb.ca/"
}
],
"worksFor": [
{
"@type": "Organization",
"name": "Industrial Brothers",
"sameAs": [
"https://www.linkedin.com/company/industrial-brothers",
"https://twitter.com/IndustrialBros",
"https://www.instagram.com/industrialbrothers/",
"https://www.facebook.com/industrialbrothers/"
]
}
],
"email": "ewpratten@gmail.com",
"birthDate": "2003-06-01",
"sameAs": [
"https://github.com/ewpratten",
"https://www.linkedin.com/in/ewpratten",
"https://www.instagram.com/evanpratten",
"https://keybase.io/ewpratten",
"https://gitlab.com/ewpratten",
"https://twitter.com/ewpratten",
"https://www.wikidata.org/wiki/Q111170999"
],
"mainEntityOfPage": "True"
}
"alumniOf": [
{
"@type": "HighSchool",
"name": "H.B. Beal Secondary School",
"sameAs": "https://en.wikipedia.org/wiki/H._B._Beal_Secondary_School"
},
{
"@type": "MiddleSchool",
"name": "Lester B. Pearson School for the Arts",
"sameAs": "https://en.wikipedia.org/wiki/Lester_B._Pearson_School_for_the_Arts"
},
{
"@type": "ElementarySchool",
"name": "St. Michael Catholic Elementary School",
"sameAs": "https://mil.ldcsb.ca/"
}
],
"worksFor": [
{
"@type": "Organization",
"name": "Industrial Brothers",
"sameAs": [
"https://www.linkedin.com/company/industrial-brothers",
"https://twitter.com/IndustrialBros",
"https://www.instagram.com/industrialbrothers/",
"https://www.facebook.com/industrialbrothers/"
]
}
],
"email": "ewpratten@gmail.com",
"birthDate": "2003-06-01",
"sameAs": [
"https://github.com/ewpratten",
"https://www.linkedin.com/in/ewpratten",
"https://www.instagram.com/evanpratten",
"https://keybase.io/ewpratten",
"https://gitlab.com/ewpratten",
"https://twitter.com/ewpratten",
"https://www.wikidata.org/wiki/Q111170999"
],
"mainEntityOfPage": "True"
}
}