Add structured data.
This commit is contained in:
22
index.html
22
index.html
@ -20,6 +20,27 @@
|
||||
<meta property="profile:last_name" content="Kraus">
|
||||
<meta property="profile:username" content="bovender">
|
||||
<meta property="profile:gender" content="male">
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org/",
|
||||
"@type": "Person",
|
||||
"familyName": "Kraus",
|
||||
"givenName": "Daniel",
|
||||
"description": "bovender",
|
||||
"jobTitle": "attending physician",
|
||||
"worksFor": {
|
||||
"@type": "Organization",
|
||||
"legalName": "Universitätsmedizin Mainz",
|
||||
"department": "1st Department of Internal Medicine",
|
||||
"url": "https://www.unimedizin-mainz.de"
|
||||
},
|
||||
"hasOccupation": {
|
||||
"@type": "Occupation",
|
||||
"description": "internist/nephrologist",
|
||||
"url": "https://www.unimedizin-mainz.de"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container my-3">
|
||||
@ -321,4 +342,3 @@ sudo apt-get install create-changelog</code></pre>
|
||||
<noscript><p><img src="//www.bovender.de/matomo/matomo.php?idsite=1" class="no-border" alt="" /></p></noscript>
|
||||
</body>
|
||||
</html>
|
||||
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->
|
||||
|
Reference in New Issue
Block a user