Topic on User talk:Kghbln

Evolution and evolvability (talkcontribs)

Hello Kghbln,

I'm looking to apply metadata tags to WikiJournal articles in order to be compatible with indexing and tracking services (e.g. AltMetric). Currently I'm using the code:

<div style="display:none"><meta name='citation_doi' value='{{{doi}}}'></div>

Where {{{doi}}} is the article's full doi number. For example in this article, it is included as:

<div style="display:none">&lt;meta name='citation_doi' value='10.15347/wjm/2017.005'&gt;</div>

However, the < and > characters get transcluded as &lt; and &gt; which (I think) prevents it from working properly.

Is Extension:WikiSEO compatible with the requirements of help.altmetric.com/...what-metadata-is-required-to-track-our-content?

(Also posted at Topic:U51g8egyx5j0xixz)

Kghbln (talkcontribs)

Yeah, posting at support desk or at the extensions wiki page Topic:U5avsnmlai4z9xqw is the way to go.

I am no longer using this extension so I cannot be much of help. Since only the tag within the div trying to hide the meta name is affected you could try removing it. If yes try to add a style information to the meta tag rather than wrapping the meta tag into a div hiding it for users. I am not sure if this works but it is probably worth a shot.

Evolution and evolvability (talkcontribs)

Thanks. Hopefully it'll be possible to get working.

Kghbln (talkcontribs)

Keeping fingers crossed.