add person metadata to the contact page

This commit is contained in:
Daniel Micay 2019-05-04 15:01:07 -04:00
parent f25cbd31c8
commit 5d1af483ca

View File

@ -61,5 +61,18 @@
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Daniel Micay",
"email": "danielmicay@gmail.com",
"sameAs": [
"https://twitter.com/DanielMicay",
"https://github.com/thestinger",
"https://reddit.com/u/DanielMicay"
]
}
</script>
</body>
</html>