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

Schema's schema

Is there a schema's schema? Maybe in Thing > Intangible > StructuredValue but can't find it in here... The purpose would be to describe a schema. Anyone aware of this?
abernier
  • 27,030
  • 20
  • 83
  • 114
0
votes
1 answer

Is there a way to add Microdata type for feeds?

I am displaying the feeds from Facebook and Twitter on a site. For SEO purpose I came across this excellent site http://schema.org/. I read through the site but didn’t get a way to add Microdata to feeds. Does anyone have idea? Also is there a…
VishwaKumar
  • 3,433
  • 8
  • 44
  • 72
-1
votes
1 answer

How is structured data cross-checked with the page content by search engines?

I've just started learning structured data and I'm still trying to wrap my head around the concept. First I started out with Microdata using schema.org vocabulary and now I'm learning JSON-LD. The thing that is bugging me is that 'how do search…
-1
votes
1 answer

The content of 'position' property need to be consecutive?

I have a structured breadcrumb like below:
-1
votes
1 answer

How to add itemprop and assing a value to it using jQuery?

Keywords

What I want to do is add the item property keywords and assign a value to it for the above tag. $('.keywords-data').attr('itemprop','alternateName'); With the above…
nambu
  • 1
  • 2
-1
votes
2 answers

Error in SDTT: "SiteNavigationElement is not a known valid target type for the additionalType property."

I tried a simple example, but the SiteNavigationElement is not working when I test it using the Google Structured Data Testing Tool. It gives the error: SiteNavigationElement is not a known valid target type for the additionalType property. The…
-1
votes
1 answer

Best Approach for integrating Microdata schema.org

I am developing a simple website and want to implement microdata on it. The website is for a local business and simply has the default structure (about, services, contact, etc..). My question is if microdata can be cloned on every page or if I…
ace
  • 313
  • 1
  • 5
  • 19
-1
votes
1 answer

Updating Schema.org availability on my website

In my ProductDetails.html page I have added the below mircodata, but I need to toggle it on and off based on inventory being InStock or OutofStock. Right now it is toggled InStock for all products. Please help!
Vbe
  • 1
  • 1
  • 2
-1
votes
1 answer

Do my web pages need to be in HTML5 to use the Data Highlighter or Schema.org Microdata?

Do my web pages need to be written in HTML5 to use the Data Highlighter? Do my web pages need to be written in HTML5 to use the Schema.org Microdata?
Ron
  • 21
  • 1
-1
votes
1 answer

Multiple headline for an Article

I have an Article schema for my structured data. I've three part of title like "Up title", "Main Title" and "Lead":

This is up title

Art Mary
  • 562
  • 4
  • 12
-1
votes
2 answers

Can’t an image count as name in Schema.org Microdata?

So far I have
<?php echo $product['name']; ?>
I understand that the fn is supposed to be a value…
Rahul Khosla
  • 349
  • 9
  • 21
-2
votes
1 answer

How can I use application/ld for rent car site?

I want to increase the attractiveness of the site in a search engine and I want to use a microdata. But I did not find a single example of application/ld micromarking for a car rental website. I could find only microdata for email notifications. Is…
-2
votes
1 answer

google add menu title before content in that menu

main address blog is: http://www.example.com/ http://www.example.com/p1 http://www.example.com/p2 . . . and also I have some other page blog style for example for most view articls. for example this is for most views in…
partiz
  • 1,206
  • 2
  • 13
  • 34
-2
votes
1 answer

Rich Snippet for thirdparty Logos

i want to add a section to my homepage with third party logos of companies i've worked for. To tell google what this section is about I want to wrap my content in a richsnippet code. My own logo is wrapped like this:
ThomasB
  • 402
  • 3
  • 14
-2
votes
1 answer

Is it possible to use microdata in a Tumblr blog?

I want to use schema.org in a tumblr blog. Can you use microdata in a Tumblr blog?
1 2 3
58
59