Tagged Questions
0
votes
1answer
166 views
Schema.org markups: Can I define a <span itemprop=“example”> within an undefined parent div if that parent div's parent div is defined?
Here is the example:
<div itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<p>some text and lorem ipsum</p>
<div class="random">
<span ...