diff options
| -rw-r--r-- | templates/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index d888ad7..04d7afe 100644 --- a/templates/index.html +++ b/templates/index.html @@ -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" /> |
