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
150
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
Pinia Colada が実現するスマートな非同期処理
naokihaba
4
210
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
5
6.6k
『ドメイン駆動設計をはじめよう』のモデリングアプローチ
masuda220
PRO
8
510
GCCのプラグインを作る / I Made a GCC Plugin
shouth
1
160
開発効率向上のためのリファクタリングの一歩目の選択肢 ~コード分割~ / JJUG CCC 2024 Fall
ryounasso
0
430
Outline View in SwiftUI
1024jp
1
290
EventSourcingの理想と現実
wenas
6
2.2k
Webの技術スタックで マルチプラットフォームアプリ開発を可能にするElixirDesktopの紹介
thehaigo
2
1k
2024/11/8 関西Kaggler会 2024 #3 / Kaggle Kernel で Gemma 2 × vLLM を動かす。
kohecchi
4
610
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
1.5k
What’s New in Compose Multiplatform - A Live Tour (droidcon London 2024)
zsmb
1
450
みんなでプロポーザルを書いてみた
yuriko1211
0
200
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Measuring & Analyzing Core Web Vitals
bluesmoon
3
76
Side Projects
sachag
452
42k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
A Philosophy of Restraint
colly
203
16k
Agile that works and the tools we love
rasmusluckow
327
21k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9k
Imperfection Machines: The Place of Print at Facebook
scottboms
264
13k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
Building Applications with DynamoDB
mza
90
6.1k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
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/