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
-2
votes
1 answer

Is there a well defined schema for semantically marking up Q&A platforms?

I am looking for a schema in microdata/open graph protocol with which I can markup content generated in Q&A platforms. Q&A platforms are user generated Q&A system like popular stackoverflow, quora, answers.yahoo.com, answers.com etc. Typically, they…
Tom Praison
  • 41
  • 1
  • 5
-3
votes
1 answer

What is microdata structure or html tags to express developer of site/make reference?

I want to put some information about developer of site and not know how to do it in HTML or with use microdata or note (i.e. schema.org or other). Can you share some how to put information about developer (I will be partially author, publisher)?
Chameleon
  • 9,722
  • 16
  • 65
  • 127
-5
votes
1 answer

how much important html5 validate for Microdata and how can I fix them?

I checked my webpage on a html5 validator and I got 3 types of errors: Error1: Attribute name not allowed on element link at this point. From line 19, column 5; to line 19, column 56 !" />↩
user3307827
  • 556
  • 1
  • 7
  • 20
1 2 3
58
59