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
relnot allowed on elementlinkat this point.