templates/index: add json-LD

This commit is contained in:
Cadey Ratio 2019-02-13 06:57:33 -08:00
parent 05ddd53e61
commit 01df196e0e
1 changed files with 19 additions and 0 deletions

View File

@ -2,6 +2,25 @@
<title>Christine Dodrill</title>
<link rel="authorization_endpoint" href="https://idp.christine.website/auth">
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Person",
"name": "Christine Dodrill",
"alternateName": "Cadey, Xe, Xena",
"url": "https://christine.website",
"image": "https://christine.website/static/img/avatar_large.png",
"sameAs": [
"https://github.com/Xe",
"https://git.xeserv.us/xena",
"https://twitter.com/theprincessxena",
"https://mst3k.interlinked.me/@cadey",
"https://www.linkedin.com/in/christine-dodrill-1827a010b/",
"https://www.youtube.com/user/shadowh511"
]
}
</script>
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@theprincessxena" />