Seit dem der Autor Tag und das Google+ Profil von Google eingestellt wurden, fragst Du Dich sicher, wie Du jetzt Deinen Blog richtig mit einem Google Profil verknüpfen kannst. Aktuell heißt das Zauberwort wohl Schema.org. Mithilfe von sogenannten Rich-Snippets kannst Du Google mitteilen, dass der Blogpost zu einem Autor gehört, der ein Google / YouTube Profil hat.
Bei mir sieht das aktuell so aus:
<script type="application/ld+json"> { [...], "author": { "@type": "Person", "name": "Viktor Dite", "url": "https://www.xing.com/profile/Viktor_Dite" }, "publisher": { "@type": "Organization", "name": "Technickr Magazin", "sameAs":[ "https://twitter.com/ViktorDite", "https://www.youtube.com/c/ViktorDite", "https://www.google.com/maps/contrib/112457602357038466754/" ], [...] } </script>
Letzte Änderung: