Ive built a repository for articles to a journal project, the thing is that i need to be clear positive that the articles will index at google scholar. Currently im using citation meta tags as refered in :
https://scholar.google.com/intl/en/scholar/inclusion.html#indexing
Im using this code meta tags:
<meta name="citation_title" content="The testis isoform of the phosphorylase kinase catalytic subunit (PhK-T) plays a critical role in regulation of glycogen mobilization in developing lung">
<meta name="citation_author" content="Liu, Li">
<meta name="citation_author" content="Rannels, Stephen R.">
<meta name="citation_author" content="Falconieri, Mary">
<meta name="citation_author" content="Phillips, Karen S.">
<meta name="citation_author" content="Wolpert, Ellen B.">
<meta name="citation_author" content="Weaver, Timothy E.">
<meta name="citation_publication_date" content="1996/05/17">
<meta name="citation_journal_title" content="Journal of Biological Chemistry">
<meta name="citation_volume" content="271">
<meta name="citation_issue" content="20">
<meta name="citation_firstpage" content="11761">
<meta name="citation_lastpage" content="11766">
<meta name="citation_pdf_url" content="http://www.example.com/content/271/20/11761.full.pdf">
The thing is that ive seen other repositories code and they seem to use this DC meta tags :
<link rel="schema.DCTERMS" href="http://purl.org/dc/terms/" />
<link rel="schema.DC" href="http://purl.org/dc/elements/1.1/" />
<meta name="DC.contributor" content="Confraria, João" />
<meta name="DC.contributor" content="Medeiros, Rui" />
<meta name="DC.creator" content="Lopes, Ana Margarida Balseiro de Sousa" />
<meta name="DCTERMS.dateAccepted" content="2014-07-21T09:41:57Z" scheme="DCTERMS.W3CDTF" />
<meta name="DCTERMS.available" content="2014-07-21T09:41:57Z" scheme="DCTERMS.W3CDTF" />
<meta name="DCTERMS.issued" content="01-04-2014" scheme="DCTERMS.W3CDTF" />
<meta name="DC.identifier" content="http://hdl.handle.net/10400.14/14915" scheme="DCTERMS.URI" />
<meta name="DC.language" content="por" xml:lang="por" scheme="DCTERMS.RFC1766" />
<meta name="DC.rights" content="openAccess" xml:lang="por" />
<meta name="DC.title" content="Falhas do estado na regulação das parcerias público-privadas no setor rodoviário" xml:lang="por" />
<meta name="DC.type" content="masterThesis" xml:lang="por" />
<meta name="DC.identifier" content="201343371" />
<meta name="DC.subject" content="Domínio/Área Científica::Ciências Sociais::Direito" />
Are thoose meta tags required aswell? or the citation ones ill be enough? Also is there a way to force crawl and have a faster indexing of the articles on the google scholar ? Since for example by using Google Search Console i can force a crawl on my website and the google ill reindex the website pretty quick.
Im just trying to clear this questions so that i can be sure that it will index my articles.