html5 - Rich Snippet works with no html 5 pages? -


this question has answer here:

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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -