10
schema.org the very basics

Schema.org basic introduction

Embed Size (px)

Citation preview

Page 1: Schema.org basic introduction

schema.orgthe very basics

Page 2: Schema.org basic introduction

getting started with schema.org

Page 3: Schema.org basic introduction

Step one: declare your element

<div itemscope>

</div>

Page 4: Schema.org basic introduction

Itemscope

• makes the thing you are describing explicit. “This is what I’m talking about, and nothing else.”

Page 5: Schema.org basic introduction

An example:why it can be important to

be explicit.

Page 6: Schema.org basic introduction

itemtypeWhat kind of thing is it?

Page 7: Schema.org basic introduction

<div itemscope itemtype=“http://schema.org/Person">

</div>

Page 8: Schema.org basic introduction

What kind of itemtypes are available?

• http://schema.org/docs/full.html

Page 9: Schema.org basic introduction

ItempropWhat property does the itemtype have?

Page 10: Schema.org basic introduction

itemprop