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", "@context": "http://schema.org",
"@type": "WebSite", "@type": "WebSite",

View File

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