Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Microdata
Search
shalo
March 05, 2012
Programming
5
160
Microdata
The benefits of structured data
shalo
March 05, 2012
Tweet
Share
More Decks by shalo
See All by shalo
The Path to Theming Mastery
shalo
3
160
Other Decks in Programming
See All in Programming
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
120
Effect の双対、Coeffect
yukikurage
5
1.4k
エラーって何種類あるの?
kajitack
5
150
TypeScript LSP の今までとこれから
quramy
1
500
Go Modules: From Basics to Beyond / Go Modulesの基本とその先へ
kuro_kurorrr
0
120
業務自動化をJavaとSeleniumとAWS Lambdaで実現した方法
greenflagproject
1
110
プロダクト開発でも使おう 関数のオーバーロード
yoiwamoto
0
150
カクヨムAndroidアプリのリブート
numeroanddev
0
420
Java on Azure で LangGraph!
kohei3110
0
130
Rails産でないDBを Railsに引っ越すHACK - Omotesando.rb #110
lnit
1
160
XSLTで作るBrainfuck処理系
makki_d
0
200
A comprehensive view of refactoring
marabesi
0
520
Featured
See All Featured
Building Applications with DynamoDB
mza
95
6.4k
Stop Working from a Prison Cell
hatefulcrawdad
269
20k
Bash Introduction
62gerente
614
210k
Docker and Python
trallard
44
3.4k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Making the Leap to Tech Lead
cromwellryan
134
9.3k
Six Lessons from altMBA
skipperchong
28
3.8k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
123
52k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Statistics for Hackers
jakevdp
799
220k
Transcript
Microdata ...and the benefits of structured data
Semantic Markup Reinforces the semantics, or meaning, of content Great
for Accessibility Great for SEO Great for Performance
Structured Data Microformats, RDFa, Microdata Machine Readable Improve SEO Improves
Findability (Rich Snippets)
Microformats Extends HTML with semantic information Simple to implement Not
extensible Requires use of "class" and "rel" attributes
RDFa Most Extensible Most complex of the 3 Lower Adoption
Microdata Simpler than RDFa Extensible Chosen by Google, Yahoo, and
Bing Vocabulary (schema.org)
Example: RDFa
Example: Microformats
Example: Microdata
“...we’ve found that microdata strikes a balance between the extensibility
of RDFa and the simplicity of microformats, so this is the format that we’ve gone with.” - Google
Rich Snippets Snippets - The text under search results Rich
Snippets - Snippets + Other information Generated from Structured Data
Rich Snippets Snippet Rich Snippet
None
Snippet Types Events Music
Products Applications People
Resources Microdata Spec - http://www.w3.org/TR/microdata/ Schema.org Types - http://schema.org/docs/full.html Microformats
- http://www.microformats.org Rich Snippet Testing Tool - http://www.google.com/webmasters/tools/richsnippets RDFa Primer - http://www.w3.org/TR/xhtml-rdfa-primer/