Add structured data.

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

View File

@ -1,7 +1,7 @@
.PHONY: upload
upload: assets/main.css sitemap.xml
rsync -r --exclude .git/ --exclude src/ --exclude node_modules/ . doktorkraus.de:/var/www/bovender
rsync -rv --exclude .git/ --exclude src/ --exclude node_modules/ . bovender.de:/var/www/bovender/
assets/main.css: src/component.scss src/config.scss src/bovender.scss
yarn exec webpack

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

View File

@ -51,4 +51,3 @@
<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: -->

View File

@ -1,13 +1,13 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.bovender.de/</loc>
<lastmod>2019-12-29</lastmod>
<lastmod>2020-01-14</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://www.bovender.de/privacy.html</loc>
<lastmod>2019-12-29</lastmod>
<lastmod>2020-01-14</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>