Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed support for meta author #474

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

danielhaim1
Copy link

Summary

Removed <meta name="author" /> tag

  1. <meta name="author" /> has been dropped back in 2014.
  2. <meta name="author" /> is used incorrectly in the template.

Further information:

The correct way to use the authorship tag is:

<a href="/authorname/archive" rel="author">Author Name</a>

or when citing a source:

<meta name="citation_title" content="Crystal structure of squid rhodopsin" />
<meta name="citation_publication_date" content="1999" />
<meta name="citation_author" content="Murakami, Midori" />
<meta name="citation_author" content="Kouyama, Tsutomu" />
<meta name="citation_pdf_url" content="crist_struct.pdf" />

This is directly related to an outdated pull #363

## Summary

Removed `<meta name="author" />` tag

1. `<meta name="author" />` has been dropped back in 2014.
2. `<meta name="author" />` 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:
```
<a href="/authorname/archive" rel="author">Author Name</a>
```

or when citing a source:

```
<meta name="citation_title" content="Crystal structure of squid rhodopsin" />
<meta name="citation_publication_date" content="1999" />
<meta name="citation_author" content="Murakami, Midori" />
<meta name="citation_author" content="Kouyama, Tsutomu" />
<meta name="citation_pdf_url" content="crist_struct.pdf" />
```

This is directly related to an outdated pull jekyll#363
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant