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
ゼロからの、レトロゲームエンジンの作り方
tokujiros
3
1.2k
『改訂新版 良いコード/悪いコードで学ぶ設計入門』活用方法−爆速でスキルアップする!効果的な学習アプローチ / effective-learning-of-good-code
minodriven
29
4.9k
AHC041解説
terryu16
0
550
Lookerは可視化だけじゃない。UIコンポーネントもあるんだ!
ymd65536
1
150
Fixstars高速化コンテスト2024準優勝解法
eijirou
0
210
為你自己學 Python
eddie
0
540
shadcn/uiを使ってReactでの開発を加速させよう!
lef237
0
440
AWS Organizations で実現する、 マルチ AWS アカウントのルートユーザー管理からの脱却
atpons
0
110
“あなた” の開発を支援する AI エージェント Bedrock Engineer / introducing-bedrock-engineer
gawa
11
1.6k
2,500万ユーザーを支えるSREチームの6年間のスクラムのカイゼン
honmarkhunt
6
4.6k
SRE、開発、QAが協業して挑んだリリースプロセス改革@SRE Kaigi 2025
nealle
3
3.5k
月刊 競技プログラミングをお仕事に役立てるには
terryu16
2
1.3k
Featured
See All Featured
The Invisible Side of Design
smashingmag
299
50k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Statistics for Hackers
jakevdp
797
220k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.4k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.2k
Building Applications with DynamoDB
mza
93
6.2k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
A better future with KSS
kneath
238
17k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
29
2.2k
Site-Speed That Sticks
csswizardry
3
310
Optimizing for Happiness
mojombo
376
70k
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/