Questions tagged [structured-data]

Structured data is a system of pairing a name with a value that helps search engines categorize and index your content. Schema is recognized (and in fact the vocabulary is maintained) by Google, Bing, Yahoo!, and Yandex. It's unclear whether other search engines are using this markup to change how they display search results.

Structured data is a form of semantic mark-up designed to describe elements on a web page e.g. review, person, event etc. This mark-up can be combined with typical HTML properties to define each item type through the use of associated attributes.

For example, ‘Person’ has the properties name, url and title – attributes can be applied to HTML tags to describe each property:

<div itemscope itemtype="http://data-vocabulary.org/Person">
Name: <span itemprop="name">Sahil Popli</span>
Website: <a href="http://popli.me" itemprop="url">popli.me</a>
Title: <span itemprop="title">UI/UX Developer</span>
</div>
  • Itemscope – is an indicator that the content within this is an item.
  • Itemtype – describes what the item is, in the above instance ‘Person’.
  • Itemprop – describes each property of the specific item.

Structured data can be used to mark up all kinds of items from products to events to recipes. It is most often used to provide additional information about the following:

  • Creative work
  • Event
  • Organization
  • Person
  • Place
  • Product

A full list of items you can mark up with Schema is available here.

337 questions
0
votes
1 answer

How to use structured data (JSON-LD) for a local business that is made up of several sub businesses

I built a website for a local business that has a golf course, indoor sports complex (tennis, racquetball, wally ball, batting cages, nautilus), a restaurant, does catering, and offers weddings and receptions. Not sure how to get started. Any help…
user3272436
  • 19
  • 1
  • 4
0
votes
0 answers

HTMLpurifier Add significantLink microdata itemprop to user generated html

I'm using an HTML editor so that users can write forum posts. I've taken some time to develop accurate structured data. I'd like to extend that to the links that people share in their forum posts. The following schema includes an itemprop for…
Amy Neville
  • 10,067
  • 13
  • 58
  • 94
0
votes
3 answers

Is it good to add other products in a single product page?

By following schema.org web page, I designed a single product page on a website for my client. I've followed most of the schema required to enlist a single product on a single product page. My question is, can I mention other products on the same…
Aditya Singh
  • 97
  • 2
  • 12
0
votes
1 answer

Use Google Search to search for an attribute in a Recipe Rich Snippet

A lot of sites with recipes use http://schema.org/ markup, e.g.,