Add JSON-LD Person markup
This commit is contained in:
parent
2d04a7b4d7
commit
066d035a3d
1 changed files with 15 additions and 0 deletions
15
index.html
15
index.html
|
|
@ -5,6 +5,21 @@
|
|||
<title>Caesar Schinas</title>
|
||||
<link rel="stylesheet" href="./font-awesome/css/font-awesome.css" />
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "http://schema.org",
|
||||
"@type": "Person",
|
||||
"name": "Caesar Schinas",
|
||||
"url": "http://caesarschinas.com",
|
||||
"image": "http://caesarschinas.com/images/caesar.jpg",
|
||||
"sameAs": [
|
||||
"https://github.com/caesar",
|
||||
"https://twitter.com/CaesarSchinas",
|
||||
"https://www.linkedin.com/in/caesarschinas/",
|
||||
"https://plus.google.com/+CaesarSchinas"
|
||||
]
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
|
|
|||
Loading…
Reference in a new issue