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
3 answers

actual webpage using rdfa or microdata?

Where is there a webpage that I can load that is using rdfa or microdata? Or, where should I be looking. I am not asking for a code example. An actual website that is, today, using rdfa or microdata. For context, I am looking at the google…
0
votes
1 answer

HTML Microdata using tags more than once

I was wondering if using the same microdata tags on the same page of a website is 'valid'. For example I have a standard footer which contains the address of the company and I have a contact us page which also has the company address on. I was…
0
votes
1 answer

How to make a "Confirm Subscribe" button for gmail?

How can I make a button "Confirm Subscription" like in MailChimp? My HTML code so far:
0
votes
1 answer

Microdata: How can i show hierarchy of offer category

I have offer of product, on my website, which is in some_category > subcategory > another_subcategory. How can I show this hierarchy with microdata?
0
votes
1 answer

What type is the best to present service/services with schema.org?

I want to present my services i.e. programming, analysis with use schema.org types. What type the best suits to present this information. I thinking about Product but not sure since services is not tangible and countable. I think also about Offer…
Chameleon
  • 9,722
  • 16
  • 65
  • 127
0
votes
2 answers

adding authorship markup to products

Hi I am looking to put authorship markup to my flowers products as all are made in house by designer florist. Any ideas how I would implement that to a product. I would also like to mention that the site is using the BigCommerce engine. Flower…
0
votes
2 answers

How to add Microdata to Blogger posts?

How can I put Microdata into my Blogger post? I am searching over the Internet for the past hour but I am not able to find anything. When I use the Google Structured Data Marker, it gives me HTML but I don't know where to put that HTML.
Mohammad Areeb Siddiqui
  • 9,795
  • 14
  • 71
  • 113
0
votes
2 answers

Schema.org microdata - Price value not showing in google searchresults

We had tagged our Product Detail web page with the 'Product' microdata. We are trying to show the Price of the item when a particular product is searched for on Google. We marked up the item's price with the "www.Schema.org/Offers" itemscope and the…
karry
  • 3,270
  • 3
  • 18
  • 31
0
votes
3 answers

Using javascript to pull specific page text, and then write to a span tag

I am currently trying to mark up my website product pages with product rating microdata for google SERP benefits. The current cart software I am using does have a product rating system. It generates the following html related to the product's…
Alex Ritter
  • 1,009
  • 3
  • 18
  • 40
0
votes
1 answer

Validating your implementation of Schema.org Microdata?

Is there any way to validate that an implementation of Microdata (using Schema.org) is correct? Eyeballing the HTML is not really the best test … :)
Anders Johansen
  • 10,165
  • 7
  • 35
  • 52
0
votes
1 answer

How to state correctly the author informations of an article with microdata?

I'm using the microdata system for some articles. But I can't find some good ressources to know if the structure of my schema, for the author, is good or not. "Article"'s shema allow to specify an "author", but how to indicate the informations…
Valky
  • 1,856
  • 3
  • 20
  • 38
0
votes
2 answers

HTML 5 microdata product name is a image

This is the code:

Product text

Normally I could do this:

Product name here

Anyone know how I can do this?
0
votes
1 answer

where microdata itemprop="url" tag coming from?

I have microdata on my site
and I am getting the following in Rich Snippets for images on my page: url: https://example.com/artist/node/457 url: https://example.com/artist/node/1137 My…
LTech
  • 1,677
  • 5
  • 29
  • 48
0
votes
1 answer

itemprop="offers" shows incomplete microdata error if no price tag

Is it possible to have the tag
but no tag? I don't want to show the price if the item is out of stock. I just want to use the tag
LTech
  • 1,677
  • 5
  • 29
  • 48
0
votes
2 answers

Microdata: moving from microformats to schema.org (example hAtom news markup?)

BACKGROUND I have been using microformats for the past 5 years. I'm switching to the schema.org approach for all new sites because it's — IMHO — a better separation of style and meta info. In addition all the major search providers have adopted and…
Timidfriendly
  • 3,224
  • 4
  • 27
  • 36