attempting to fix json ld
This commit is contained in:
parent
dda0826187
commit
9791cdd979
@ -10,6 +10,33 @@
|
||||
<meta name="og:title" content="Evan Pratten (VA3ZZA)" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
[
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "person",
|
||||
"name": "Evan Pratten",
|
||||
"jobTitle": "Software Developer",
|
||||
"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"
|
||||
]
|
||||
},
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
@ -24,34 +51,7 @@
|
||||
"query-input": "required name=search_term_string"
|
||||
}]
|
||||
}
|
||||
</script>
|
||||
<script type='application/ld+json'>
|
||||
{
|
||||
"@context": "http://www.schema.org",
|
||||
"@type": "person",
|
||||
"name": "Evan Pratten",
|
||||
"jobTitle": "Software Developer",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
</script>
|
||||
{% endblock head %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user