forked from cadey/xesite
templates/index: add json-LD
This commit is contained in:
parent
05ddd53e61
commit
01df196e0e
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue