You can have itemprop
and itemscope
on the same element, but it will mean something different.
In this example, a Product item has the url
property:
In this example, some other item has the url
property, and its value is a Product item:
…
(Note for the the latter case: the url value is the Product item, not the URL in the href
attribute! So this probably doesn’t make sense for the url
property.)