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

Meta tags for Google Scholar #103

Closed
ajkiessl opened this issue Oct 25, 2022 · 1 comment · Fixed by #104
Closed

Meta tags for Google Scholar #103

ajkiessl opened this issue Oct 25, 2022 · 1 comment · Fixed by #104

Comments

@ajkiessl
Copy link
Contributor

From Google Scholar:

Articles appear to be missing machine-readable bibliographic metadata in the form of "citation_XX" metatags that the Scholar system uses for indexing

Example from scholarsphere:

<!-- Google Scholar metadata -->
<meta name="citation_title" content="Title of Publication">
  <meta name="citation_author" content="Author 1">
  <meta name="citation_author" content="Author 2">
<meta name="citation_publication_date" content="2022">
  <meta name="citation_pdf_url" content="https://scholarsphere.psu.edu/resources/b74bdd73-07fc-45d3-abed-cb6ac89fda87/downloads/21069">
@ajkiessl
Copy link
Contributor Author

Scholarsphere code: https://github.com/psu-libraries/scholarsphere/blob/d03c18d13fc13eccca868abdcf4d12be1b514c43/app/components/google_scholar_metadata_component.html.erb

Note that we only want to include a single 'citation_pdf_url' meta tag.

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 a pull request may close this issue.

1 participant