From 3f61ceac70f0647c11f2be23c9e85316ada93ab4 Mon Sep 17 00:00:00 2001 From: Daniel Haim <2808046+danielhaim1@users.noreply.github.com> Date: Sat, 22 Oct 2022 16:29:01 +0200 Subject: [PATCH] Removed support for meta `author` ## Summary Removed `` tag 1. `` has been dropped back in 2014. 2. `` is used incorrectly in the template. ## Further information: - [Special tags currently supported by Google](https://support.google.com/webmasters/answer/79812?hl=en) - [Moz on "author" tag, listed under "Bad Metas"](https://moz.com/blog/the-ultimate-guide-to-seo-meta-tags) - [Google Authorship Markup](https://webmasters.googleblog.com/2011/06/authorship-markup-and-web-search.html) - [Google Scholar Metadata & the `author` tag](https://www.monperrus.net/martin/accurate+bibliographic+metadata+and+google+scholar ) The correct way to use the `authorship` tag is: ``` ``` or when citing a source: ``` ``` This is directly related to an outdated pull #363 --- lib/template.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/template.html b/lib/template.html index 981aa9a..d9d4186 100755 --- a/lib/template.html +++ b/lib/template.html @@ -9,10 +9,6 @@ {% endif %} -{% if seo_tag.author.name %} - -{% endif %} - {% if seo_tag.description %}