add more content to jsonld
This commit is contained in:
parent
0199291295
commit
5a64788339
71
static/person.jsonld
Normal file
71
static/person.jsonld
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"@context": "http://www.schema.org",
|
||||||
|
"@type": "person",
|
||||||
|
"name": "Evan Pratten",
|
||||||
|
"nationality": "Canadian",
|
||||||
|
"jobTitle": "Pipeline Software Developer",
|
||||||
|
"description":"Software Developer",
|
||||||
|
"callSign": [
|
||||||
|
"VA3ZZA",
|
||||||
|
"VA3UJF"
|
||||||
|
],
|
||||||
|
"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": "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"
|
||||||
|
],
|
||||||
|
"mainEntity": "https://www.wikidata.org/wiki/Q111170999"
|
||||||
|
}
|
@ -10,38 +10,8 @@
|
|||||||
<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">
|
||||||
{
|
{% set person_ld = load_data(path="static/person.jsonld")%}
|
||||||
"@context": "http://www.schema.org",
|
{% if person_ld %}{{person_ld | safe}}{% endif %}
|
||||||
"@type": "person",
|
|
||||||
"name": "Evan Pratten",
|
|
||||||
"jobTitle": "Software Developer",
|
|
||||||
"callSign": [
|
|
||||||
"VA3ZZA",
|
|
||||||
"VA3UJF"
|
|
||||||
],
|
|
||||||
"gender": "male",
|
|
||||||
"url": "https://va3zza.com",
|
|
||||||
"image": "https://avatars.githubusercontent.com/u/21065412",
|
|
||||||
"address": {
|
|
||||||
"@type": "PostalAddress",
|
|
||||||
"addressLocality": "Oakville",
|
|
||||||
"addressRegion": "Ontario",
|
|
||||||
"postalCode": "L6H6W4",
|
|
||||||
"addressCountry": "Canada"
|
|
||||||
},
|
|
||||||
"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"
|
|
||||||
],
|
|
||||||
"mainEntity": "https://www.wikidata.org/wiki/Q111170999"
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
<script type="application/ld+json">
|
<script type="application/ld+json">
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user