Is it valid to use the itemprop
attribute and the rel
attribute on the same element?
The example from Google’s Site Name documentation contains
<link rel="canonical" href="https://example.com/" itemprop="url">
which gives this error in https://validator.w3.org/nu/:
Attribute
rel
not allowed on elementlink
at this point.