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
AI時代のUIはどこへ行く?
yusukebe
16
8.2k
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
230
私の後悔をAWS DMSで解決した話
hiramax
4
190
ソフトウェアテスト徹底指南書の紹介
goyoki
1
140
ProxyによるWindow間RPC機構の構築
syumai
3
1k
Rancher と Terraform
fufuhu
2
210
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
140
Go言語での実装を通して学ぶLLMファインチューニングの仕組み / fukuokago22-llm-peft
monochromegane
0
120
AIコーディングAgentとの向き合い方
eycjur
0
260
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
260
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
Design Foundational Data Engineering Observability
sucitw
3
170
Featured
See All Featured
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Designing for humans not robots
tammielis
253
25k
GitHub's CSS Performance
jonrohan
1032
460k
Done Done
chrislema
185
16k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
The Cult of Friendly URLs
andyhume
79
6.6k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Thoughts on Productivity
jonyablonski
70
4.8k
KATA
mclloyd
32
14k
Code Review Best Practice
trishagee
70
19k
Into the Great Unknown - MozCon
thekraken
40
2k
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/