Questions tagged [microdata]

Microdata is a syntax for expressing structured data in (X)HTML5 documents. (If the question is about the vocabulary Schema.org, use the [schema.org] tag.)

Microdata is a syntax for expressing structured data in HTML documents. It’s designed to annotate content with machine-readable labels, to allow scripts to act on the type of content in the document.

Microdata support can be found in technologies such as search engines and web crawlers to better understand what information is contained in a web page, providing better search results.

From the Wikipedia article:

Microdata is an attempt to provide a simpler way of annotating HTML elements with machine-readable tags than the similar approaches of using RDFa and microformats.

Related tags

  • and
  • , the most popular vocabulary that can be used in Microdata
  • , an alternative syntax that can also be used with (X)HTML5
  • , a different approach to express structured data in (X)HTML documents
  • , an alternative syntax using JSON format

References

873 questions
0
votes
1 answer

What is the difference between meta content and link href?

Can somebody explain me the difference between following two markups: and Are they fully identical?…
Evgeniy
  • 2,337
  • 2
  • 28
  • 68
0
votes
0 answers

Not able to display Google map

This is javascript function to access latitude longitude and city from json: function parse() { var json = ''; var events = jQuery.parseJSON(json); var DateArray = new Array(); var size =…
bkashaf
  • 152
  • 2
  • 12
0
votes
1 answer

How many id's can contain the itemref?

If you look onto this working example of itemref usage:
Who Tub Ring
When