Add structured data.

This commit is contained in:
2020-01-14 21:39:23 +01:00
parent 97c8ccba49
commit 2e5c9d7683
4 changed files with 24 additions and 5 deletions

View File

@ -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: -->