html5 - Rich Snippet works with no html 5 pages? -
this question has answer here:
- implement microdata non html5 page 1 answer
i adding microdata in page of site. site standard html ,not html 5. can add without change heading of pages?
<div itemscope itemtype="http://data-vocabulary.org/person"> <h1 itemprop="name">mark pilgrim</h1> </div>
microdata, includes itemscope
, itemtype
attributes part of html5 work there's no standard doctype available using microdata earlier doctypes.
i think have change heading of pages html5. best way forward.
but think consumers of microdata unlikely care doctype using.
Comments
Post a Comment