Add structured data.
This commit is contained in:
parent
97c8ccba49
commit
2e5c9d7683
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
|
|
||||||
upload: assets/main.css sitemap.xml
|
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
|
assets/main.css: src/component.scss src/config.scss src/bovender.scss
|
||||||
yarn exec webpack
|
yarn exec webpack
|
||||||
|
22
index.html
22
index.html
@ -20,6 +20,27 @@
|
|||||||
<meta property="profile:last_name" content="Kraus">
|
<meta property="profile:last_name" content="Kraus">
|
||||||
<meta property="profile:username" content="bovender">
|
<meta property="profile:username" content="bovender">
|
||||||
<meta property="profile:gender" content="male">
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container my-3">
|
<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>
|
<noscript><p><img src="//www.bovender.de/matomo/matomo.php?idsite=1" class="no-border" alt="" /></p></noscript>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->
|
|
||||||
|
@ -51,4 +51,3 @@
|
|||||||
<noscript><p><img src="//www.bovender.de/matomo/matomo.php?idsite=1" class="no-border" alt="" /></p></noscript>
|
<noscript><p><img src="//www.bovender.de/matomo/matomo.php?idsite=1" class="no-border" alt="" /></p></noscript>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<!-- vim: set tw=72 ai et ts=2 sw=2 sts=-1 fo+=tqn: -->
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.bovender.de/</loc>
|
<loc>https://www.bovender.de/</loc>
|
||||||
<lastmod>2019-12-29</lastmod>
|
<lastmod>2020-01-14</lastmod>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>https://www.bovender.de/privacy.html</loc>
|
<loc>https://www.bovender.de/privacy.html</loc>
|
||||||
<lastmod>2019-12-29</lastmod>
|
<lastmod>2020-01-14</lastmod>
|
||||||
<changefreq>monthly</changefreq>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>0.5</priority>
|
<priority>0.5</priority>
|
||||||
</url>
|
</url>
|
||||||
|
Loading…
Reference in New Issue
Block a user