theNewDynamic / gohugo-theme-ananke

Ananke: A theme for Hugo Sites
https://gohugo-ananke-theme-demo.netlify.com/
MIT License
1.09k stars 1.12k forks source link

Include authors meta tag #634

Closed j0hax closed 2 months ago

j0hax commented 1 year ago

This patch includes a <meta name="author" ... tag. If there are multiple authors, their names will be comma-seperated.

netlify[bot] commented 1 year ago

Deploy Preview for gohugo-ananke-theme-demo canceled.

Name Link
Latest commit 641b5656ecd682f6840a3f8145baa665c04e5caa
Latest deploy log https://app.netlify.com/sites/gohugo-ananke-theme-demo/deploys/644a840fd0fecd0008661684
regisphilibert commented 7 months ago

Hi @j0hax and thanks for this. Could you provide some literature on the relevance of the author tag? I could not find anything of note with a simple search.

j0hax commented 7 months ago

Hi! According to W3C, author is a standard name for the <meta> tag:

The value must be a free-form string giving the name of one of the page's authors.

More examples from around the web:

I believe that providing machine-readable metadata about the author can improve user experience in e.g. reader views or social share previews.