Replies: 1 comment · 1 reply
-
I hope the response isn't too late, but a solution is using a prefix. E.g., <html prefix="schema: https://schema.org">
<a href="https://x.com" rel="noopener" rel="noopener schema:YOURSCHEMAPROPERTY" href="http://example.com">test</a>
</html> |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone, I ran the schema validator on rdfa markup that has an
<a target=_blank rel=noopener>
tag in an Article. The validator gives the error:Is this a problem with the validator? Since
rel=noopener
orrel="noopener noreferrer"
fixes a security vulnerability whentarget=_blank
. Is there a workaround?Beta Was this translation helpful? Give feedback.
All reactions