Top "Microdata" questions

Microdata is a syntax for expressing structured data in (X)HTML5 documents.

Is it OK to hide microdata with CSS?

let's say I have some html document with a lot of text. Is it "good" (~not bad :)) to have elements …

html microdata
How to hide microdata schema?

I have the following problem. I have add the microdata schema to my page but I want hidden. Anyone have …

html microdata
Correct microdata markup for breadcrumbs

On researching how to do microdata for webpage breadcrumbs, I've found a couple of methods and I'm not sure which …

html seo schema.org microdata
What is div itemtype? I have a review site what can be the value of itemtype for my site?

If i use <div> tag itemprop="review" itemscope itemtype="http://mydomainname.com/Review" itemtype then do i need …

html microdata
Categories for Product in schema.org?

Using as a reference: https://support.google.com/webmasters/answer/146750?hl=en You will notice under 'Product' that there is …

schema.org microdata google-rich-snippets
"position" property required for ItemList with Product list items?

I have a problem: Google’s Structured Data Testing Tool gives me an error: Tag position doesn't exist. It's required. …

schema.org microdata google-rich-snippets
HTML5 Microdata - itemref to another itemscope (Person works for Organization)

The website of an organization, say "Sun Industries", would like to add a list of employees. The address and contact …

html reference microdata
Can I add Microdata from HTML5 to a XHTML Strict site and still be compliant?

I've got a site coded in XHTML 1.0 Strict. I want to use the new Microdata to add breadcrumbs to my …

validation html breadcrumbs xhtml-1.0-strict microdata
schema.org / microdata - Product or Offer?

I am having trouble using MicroFormats and working out which itemtype to use, either Product or Offer. I have used …

microdata schema.org
True custom attributes (e.g. Microdata) in React

The site I am developing makes use of Microdata (using schema.org). As we are shifting development over to use …

javascript reactjs microdata react-jsx