• Resolved ppantaleo

    (@ppantaleo)


    Hi I want to index content in Google Scholar and I want to use specific tags in each entry, how can I add them? An example of tags is:

    <meta name="citation_title" content="DESCI O EL FUTURO DE LA CIENCIA">
    <meta name="citation_author" content="Pantaleo, Patricio Iván">
    <meta name="citation_author_orcid" content="0000-0002-8104-8975">
    <meta name="citation_publication_date" content="2022/05/26">
    <meta name="citation_journal_title" content="Paideia Studio">
    <meta name="citation_doi" content="10.5281/zenodo.6587499">
    <meta name="citation_fulltext_html_url" content="https://paideiastudio.net/desci-o-el-futuro-de-la-ciencia/">
    <meta name="citation_keywords" content="DeSci; Ciencia descentralizada; Decentralized science; Open Science;">

    Sigo estas recomendaciones: https://scholar.google.com/intl/en/scholar/inclusion.html#indexing

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Rank Math Support

    (@rankmathsupport)

    Hello @ppantaleo,

    Thank you so much for getting in touch.

    You can do that using this code:
    add_action( 'rank_math/head', function() { echo '<meta name="citation_title" content="DESCI O EL FUTURO DE LA CIENCIA"> <meta name="citation_author" content="Pantaleo, Patricio Iván"> <meta name="citation_author_orcid" content="0000-0002-8104-8975"> <meta name="citation_publication_date" content="2022/05/26"> <meta name="citation_journal_title" content="Paideia Studio"> <meta name="citation_doi" content="10.5281/zenodo.6587499"> <meta name="citation_fulltext_html_url" content="https://paideiastudio.net/desci-o-el-futuro-de-la-ciencia/"> <meta name="citation_keywords" content="DeSci; Ciencia descentralizada; Decentralized science; Open Science;">'; }, 99 );
    You may refer to this guide on how to add filters to your website:?https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Index in Google Scholar’ is closed to new replies.