Crossmark
When an article uses Crossmark, indicate this using a
<custom-meta> element child of
<custom-meta-group>.
The
<custom-meta> element must have two child elements:- A
<meta-name>element containing the valuecrossmark
. - A
<meta-value>element containing the value ofyes
.
Example
<custom-meta>
<meta-name>crossmark</meta-name>
<meta-value>yes</meta-value>
</custom-meta>