SlideShare a Scribd company logo
1 of 104
WINNINGWITH
STRUCTUREDDATA&
SCHEMA.ORG
IN2018
ME
WHAT IS
STRUCTURED
DATA?
STRUCTURED DATA
IN SEO
Information organized in a way that Search
Engines can classify and understand to help
provide better search results for users.
Video Game
Developed by
Who also voiced
Voice Cast
Who also created:
Sold by
Rated
9/10
Release date
28.10.2008
Price
By reviewer
$9.99
Playable on:
Genre:
Action Role-Playing
Certificate:
Mode:
Single Player
ALL THIS DATA
NEEDS
STRUCTURE
WHAT IS SCHEMA.ORG?
WENEEDA
STANDARDIZED
VOCABULARY!
A WHILE BACK…
FOAF
data-vocabulary
WENEEDA
STANDARDIZED
VOCABULARY!
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "VideoGame",
"name": "Fallout 3",
"genre": "Action Role-playing game",
"url": "http://fallout.wikia.com/wiki/Fallout_3",
"author": {
"name":"Bethesda Game Studios",
"url":"https://www.bethsoft.com/"
},
"datePublished":"2008-10-28",
"gamePlatform":["Microsoft Windows X", "Windows 7","Xbox 360","Xbox
One","PlayStation 3","Playstation 4"],
"contentRating":"ESRB M",
"aggregateRating":{
"@type":"AggregateRating",
"bestRating": "10",
"ratingValue":"9",
"ratingCount":"33",
"author": "Gamespot",
"url": "https://www.gamespot.com/reviews/fallout-3-review/1900-
6200093/"
},
"actor": "Ron Perlman" }
</script>
WHY IS SCHEMA MARKUP
IMPORTANT FOR SEO?
MACHINE UNDERSTANDING
MACHINE UNDERSTANDING
"@context": "http://schema.org",
"@type": "AutoRental",
"name": “Sixt London Gatwick Airport",
"address": {
"@type":"PostalAddress",
"addressLocality":"Horley",
"addressRegion":"GB",
"postalCode":" RH6 0NY",
"streetAddress": "Lower Forecourt Road"
},
"telephone": "+44-844-4993399",
MACHINE UNDERSTANDING
BUILDING YOUR KNOWLEDGE GRAPH
RICH RESULTS!
IMAGE
RATING
VOTES
RECIPE
TIME
NUTRITION
RATING VOTES PRICING
PRODUCT
PODCAST
EPISODE
DATE
ACTION
VIDEO
PUBLISHER
PUBLISHED
ARTICLES
NewsArticle
Product
AggregateRating
VideoObject
Entity KG Data
Paid Ads
Wikipedia
(no SD necessary)
RICH RESULTS MEAN MORE CLICKS
RICH RESULTS MEAN QUALITY TRAFFIC
Quicker & Healthier?
Better for me!
OK, HOW?
LET‘S GET STARTED
SCHEMA.ORG>HIERARCY
600TYPES/ CLASSES
MOST COMMON GENERIC TYPES
EVENT
CREATIVEWORK
ORGANIZATION
PERSON
PLACE,LOCALBUSINESS
PRODUCT
REVIEW
ACTION
HOW TO CREATE
YOUR MARK-UP
• HTML BASED
• WRAPS AROUND EACH TAG
• SUPPORTED BY: GOOGLE, BING, YAHOO, YANDEX
• REQUIRES: EFFORT
MICRODATA
• JAVASCRIPT BASED, BUT EASY AF
• PROVIDED IN ONE „BLOB“
• SUPPORTED BY: GOOGLE, BING
• REQUIRES: BASIC JS SYNTAX KNOWLEDGE (OR PRACTICE)
JSON-LD
TRY TO USE JSON-LD
JSON - LD
JAVASCRIPT
i.e. programming language
JAVASCRIPT OBJECT NOTATION
Exchanges data between server and web application
(similar to XML)
LINKED DATA
i.e. providing context by association
Izzi‘s Mum
EVENMYMUM
UNDERSTANDSIT
THEYMAKEITEASYFORYOU!
BEGINWITHSCHEMAEXAMPLES
SWAPITOUTWITHYOURDATA
GET MORE DETAILED
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "Izzi's Big Birthday Bonanza",
"description": "To celebrate her 25th birthday, Izzi is hosting a mega
birthday bash!",
"startDate" : "2018-08-18T20:00",
"endDate" : "2018-08-20T09:00",
"location" : {
"@type": "Place",
"name": "Izzi's Castle",
"address": {
"@type": "PostalAddress",
"addressLocality": "Munich" } },
"offers": {
"@type": "Offer",
"price": "10.00",
"priceCurrency": "EUR",
"url": "https://www.izzi-events.com/birthday/"
}
}
</script>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "Izzi's Big Birthday Bonanza",
"description" : "To celebrate her 25th birthday, Izzi is hosting a mega birthday bash!",
"url" : "https://www.izzis-birthday-bonanza.com/",
"typicalAgeRange" : "18+" ,
"startDate" : "2018-08-18T20:00",
"endDate" : "2018-08-20T09:00",
"location" : {
"@type": "Place",
"name": "Izzi's Castle",
"address": {
"@type": "PostalAddress",
"addressLocality": "Munich"
} },
"organizer" : {
"@type" : "Person",
"name" : "Izzi Smith",
"sameAs" : "twitter.com/izzionfire" },
"attendee" :
{ "@type" : "Person",
"name" : "Nils Kattau",
"url" : "nilskattau.com" },
"offers": {
"@type": "Offer",
"price": "10.00",
"priceCurrency": "EUR",
"url": "https://www.izzi-events.com/birthday/"
}
}
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@graph": [
{
"@type" :"Event",
"name": "Izzi's Big Birthday Bonanza",
"description": "To celebrate her 25th birthday, Izzi is hosting a mega birthday
bash!",
"startDate" : "2018-08-18T20:00",
"endDate" : "2018-08-20T09:00",
"location" : {
"@type": "Place",
"name": "Izzi's Castle",
"address": {
"@type": "PostalAddress",
"addressLocality": "Munich" } } },
{
"@type" :"Event",
"name": "Izzi's Hungover Breakfast",
"startDate" : "2018-08-20T09:30",
"location" : {
"@type": "Place",
"name": "McDonalds",
"address": {
"@type": "PostalAddress",
"addressLocality": "Munich" } } }
]
}
</script
ARRAYS
ALWAYS
VALIDATE!
STRUCTURED DATA TESTING TOOL
https://search.google.com/structured-data/testing-tool/u/0/
STRUCTURED DATA TESTING TOOL
COMMON MISTAKES:
Final comma!
COMMON MISTAKES:
Missing comma!
COMMON MISTAKES:
WARNINGS:
(notanerror–Googlejustwantsmoredata)
NEW(ISH) - RICH RESULTS TESTER
NEW(ISH) - RICH RESULTS TESTER
NEW(ISH) - RICH RESULTS TESTER
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Event",
"name" : "Izzi's Big Birthday Bonanza",
"description" : "To celebrate her 25th birthday, Izzi is hosting a mega birthday bash!",
"url" : "https://www.izzis-birthday-bonanza.com/",
"typicalAgeRange" : "18+" ,
"startDate" : "2018-08-18T20:00",
"endDate" : "2018-08-20T09:00",
"location" : {
"@type": "Place",
"name": "Izzi's Castle",
"address": {
"@type": "PostalAddress",
"addressLocality": "Munich"
} },
"organizer" : {
"@type" : "Person",
"name" : "Izzi Smith",
"sameAs" : "twitter.com/izzionfire" },
"attendee" :
{ "@type" : "Person",
"name" : "Nils Kattau",
"url" : "nilskattau.com" },
"offers": {
"@type": "Offer",
"price": "10.00",
"priceCurrency": "EUR",
"url": "https://www.izzi-events.com/birthday/"
}
}
</script>
DATE DEEPLINK LOCATION
IMPLEMENTATION
HOWCANIIMPLEMENTMYFANCYJSON-LD?
WORDPRESS?
EASY
BUT:
- LIMITED
- RISKYWHENEVERYTHINGIS1CLICK
NEEDDEVELOPERRESOURCES?
ASKFORYOUROWNPLUGIN!
CREATE FOOLPROOF GENERATORS
REALLY SEXY CONCATENATE FORMULA
Input
values
Schema
Property
(stays the same)
Gorgeous
JSON-LD
DYNAMICALLYWITHGTM
GUIDE: HERE
BUT…
DATA HIGHLIGHTER IN GSC
DOES THIS GIVE ENOUGH DETAIL?
WILL I GET
A RICH RESULT?
YOU‘LL GET RICH RESULTS IF:
GOOGLESUPPORTSTHESD
SDISCORRECTLYIMPLEMENTED
YOU‘REPLAYINGBYTHERULES
HAVEPATIENCE
PLAY BY THE RULES
QUALITY GUIDELINES
DON‘T SPAM IT AROUND EVERYWHERE
NEVER MARK-UP CONTENT NOT ON THE PAGE
NEVER BE MISLEADING ON WHAT YOU ARE REPRESENTING
TRY NOT TO MARK UP CONTENT THAT IS DYNAMICALLY
INJECTED / HIDDEN BY ONCLICK.
USE THE MOST SPECIFIC TYPE AVAILABLE (E.G. CASINO > LOCAL
BUSINESS.)
TECHNICAL GUIDELINES
APPLY MARK-UP TO ALL DUPLICATE PAGES, NOT JUST THE
CANONICAL PAGE. (CAN’T ALWAYS GUARANTEE WHAT GOOGLE
CONSIDERS THE CANONICAL.)
ONLY PUT SCHEMA ON PAGES CRAWLABLE AND INDEXABLE BY
GOOGLE.
SCHEMA PROBLEMS
DEBUNKED
SCHEMA PRESENCE IS NOT A
RANKING FACTOR…
BUT CTR AND BOUNCE RATE
IMPROVEMENTS CAN HELP
VALIDATE RANKINGS
IT TAKES TIME…
BUT IT‘S WORTH IT:
YOU COULD BE LOSING OUT.
GOOGLE WILL TAKE ALL MY
DATA FOR THEMSELVES…
BUT THEY‘RE JUST GOING TO
TAKE IT FROM YOUR
COMPETITORS ANYWAY. SRY.
THERE IS NO RICH RESULT
FOR ME…
TAKE THE OPPORTUNITY TO
CREATE MORE CONTENT.
STANDING OUT IN
AN ALREADY RICH
ENVIRONMENT
MORE SD
LESS SD
SEEWHATCONTENTYOUCANADDTOMARK-UP!
AMP RICH RESULTS
WHAT‘S WITH ?
LOCAL BUSINESS (AUTORENTAL)
AUTORENTAL & REVIEWS
SCHEMA.ORG/ANSWER
SCHEMA.ORG/ANSWER
SCHEMA.ORG/CAR
SCHEMA.ORG/CAR
SCHEMA.ORG/CAR
SCHEMA.ORG/CAR
NEW & PENDING: SPEAKABLE
https://pending.schema.org/speakable
SPEAKABLE TEST
SNIPPETABLE
SPEAKABLE
SPEAKABLE TEST
TRY IT YOURSELF
<script type="application/ld+json">
{"@context": "http://schema.org/",
"@type": "WebPage",
"name": "My Fabulous Homepage",
"url": "https://izzi.com/",
"speakable":
{
"@type": "SpeakableSpecification",
"cssSelector": "#SpeakableParagraph"
}}
</script>
NEW: HOW TO
https://schema.org/HowTo
TRY IT YOURSELF
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "HowTo",
"name": "How to win beautiful Featured Snippets",
"totalTime": "PT30M",
"steps": [
{
"@type":"HowToStep",
"itemListElement": "Be awesome",
"position": "1",
"description": "Featured Snippets only show up if you're awesome. Channel
your awesomeness through epic content that serves a need..."
},
{
"@type":"HowToStep",
"itemListElement": "Structure your epic content.",
"position": "2",
"description": "Use clear headers or un/ordered lists for your How To
content or create concise parapgraphs that provide answers and explanation in
40-60 words..."
} ] }
PERFORMANCE
GSC TRACKING
RICH SNIPPET CTR – SIXT.DE
26,52%
13,51%
9,84%
7,76%
5,69%
4,55% 3,75% 3,74%
2,27% 2,22%
0,00%
10,00%
20,00%
30,00%
40,00%
50,00%
60,00%
70,00%
80,00%
1 2 3 4 5 6 7 8 9 10
Rich Snippet CTR vs Average CTR (sixt.com)
Rich Snippet CTR Average CTR
0,00%
5,00%
10,00%
15,00%
20,00%
25,00%
30,00%
35,00%
40,00%
1 2 3 4 5 6 7 8 9 10
Rich Snippets CTR vs. Average CTR (sixt.de)
Rich Snippet CTR Average CTR
+11%
GSC data (past 3 months, top 1000 keywords per view)
RICH SNIPPET CTR – SIXT.CO.UK
26,52%
13,51%
9,84%
7,76%
5,69%
4,55% 3,75% 3,74%
2,27% 2,22%
0,00%
10,00%
20,00%
30,00%
40,00%
50,00%
60,00%
70,00%
80,00%
1 2 3 4 5 6 7 8 9 10
Rich Snippet CTR vs Average CTR (sixt.com)
Rich Snippet CTR Average CTR
0,00%
10,00%
20,00%
30,00%
40,00%
50,00%
60,00%
1 2 3 4 5 6 7 8 9
Rich Snippet CTR vs. Average CTR (sixt.co.uk)
Rich Snippet CTR Average CTR
+85%
GSC data (past 3 months, top 1000 keywords per view)
RICH SNIPPET CTR - SIXT.COM
0,00%
10,00%
20,00%
30,00%
40,00%
50,00%
60,00%
70,00%
80,00%
1 2 3 4 5 6 7 8 9 10
Rich Snippet CTR vs Average CTR (sixt.com)
Rich Snippet CTR Average CTR
+162%
GSC data (past 3 months, top 1000 keywords per view)
KEY TAKEAWAYS
KEY TAKEAWAYS
SDHELPSUSPROVIDECRUICALMEANINGTOOURCONTENT
USESCHEMAEXAMPLESTOMAKEJSON-LDEASY
WATCHOUTFORSYNTAXERRORS
PLAYBYTHESTRUCTUREDDATARULES
NEVERMANIPULATE
KEEPONENRICHINGYOURRESULTSTOSTANDOUTEVENMORE
TESTCOOLNEWANDPENDINGMARKUPS
RICHRESULTSCANREALLYUPLIFTCTR
STRUCTUREDDATAISAWESOME,USEIT!
THANKS, AND
GOOD LUCK!
Twitter: @izzionfire
LinkedIn: https://www.linkedin.com/in/izzi-smith/
Work with me and my awesome team at Sixt!
(We do epic sh*t)

More Related Content

What's hot

Challenges of building a search engine like web rendering service
Challenges of building a search engine like web rendering serviceChallenges of building a search engine like web rendering service
Challenges of building a search engine like web rendering serviceGiacomo Zecchini
 
Natural Semantic SEO - Surfacing Walnuts in Densely Represented, Every Increa...
Natural Semantic SEO - Surfacing Walnuts in Densely Represented, Every Increa...Natural Semantic SEO - Surfacing Walnuts in Densely Represented, Every Increa...
Natural Semantic SEO - Surfacing Walnuts in Densely Represented, Every Increa...Dawn Anderson MSc DigM
 
Build a High-Impact SEO Strategy in 2022
Build a High-Impact SEO Strategy in 2022Build a High-Impact SEO Strategy in 2022
Build a High-Impact SEO Strategy in 2022ALPSMarketing
 
SEO Tool Overload😱... Google Data Studio to the rescue
SEO Tool Overload😱... Google Data Studio to the rescueSEO Tool Overload😱... Google Data Studio to the rescue
SEO Tool Overload😱... Google Data Studio to the rescueNils De Moor
 
Negotiating crawl budget with googlebots
Negotiating crawl budget with googlebotsNegotiating crawl budget with googlebots
Negotiating crawl budget with googlebotsDawn Anderson MSc DigM
 
Building a Search Intent-Driven Website Architecture (SEO Mastery Summit 2022...
Building a Search Intent-Driven Website Architecture (SEO Mastery Summit 2022...Building a Search Intent-Driven Website Architecture (SEO Mastery Summit 2022...
Building a Search Intent-Driven Website Architecture (SEO Mastery Summit 2022...LazarinaStoyanova
 
Disambiguating Equiprobability in SEO Dawn Anderson Friends of Search 2020
Disambiguating Equiprobability in SEO Dawn Anderson Friends of Search 2020Disambiguating Equiprobability in SEO Dawn Anderson Friends of Search 2020
Disambiguating Equiprobability in SEO Dawn Anderson Friends of Search 2020Dawn Anderson MSc DigM
 
Conversion Rate Optimisation: Making The Most of Your Website (Service Networ...
Conversion Rate Optimisation: Making The Most of Your Website (Service Networ...Conversion Rate Optimisation: Making The Most of Your Website (Service Networ...
Conversion Rate Optimisation: Making The Most of Your Website (Service Networ...Marty Hayes
 
MAPPING YOUR SALES PROCESS
MAPPING YOUR SALES PROCESSMAPPING YOUR SALES PROCESS
MAPPING YOUR SALES PROCESSDoble Group, LLC
 
Thriving as an SEO Specialist: Frameworks & Tips to Manage Complex SEO Processes
Thriving as an SEO Specialist: Frameworks & Tips to Manage Complex SEO ProcessesThriving as an SEO Specialist: Frameworks & Tips to Manage Complex SEO Processes
Thriving as an SEO Specialist: Frameworks & Tips to Manage Complex SEO ProcessesAleyda Solís
 
BrightonSEO 2022.pdf
BrightonSEO 2022.pdfBrightonSEO 2022.pdf
BrightonSEO 2022.pdfIlia Markov
 
BrightonSEO Autumn 2021 - Advanced YouTube SEO Tricks
BrightonSEO Autumn 2021 - Advanced YouTube SEO TricksBrightonSEO Autumn 2021 - Advanced YouTube SEO Tricks
BrightonSEO Autumn 2021 - Advanced YouTube SEO TricksItamar Blauer
 
Conversion Rate Optimisation Presentation
Conversion Rate Optimisation PresentationConversion Rate Optimisation Presentation
Conversion Rate Optimisation PresentationMadhouse Associates
 
Advanced SEO: Logs, Load, and Language
Advanced SEO: Logs, Load, and LanguageAdvanced SEO: Logs, Load, and Language
Advanced SEO: Logs, Load, and LanguageIan Lurie
 
Tech SEO for the Omni-Channel at Brighton SEO 2022
 Tech SEO for the Omni-Channel at Brighton SEO 2022 Tech SEO for the Omni-Channel at Brighton SEO 2022
Tech SEO for the Omni-Channel at Brighton SEO 2022Crystal J Carter
 
Как на западе добиться ТОП 1 и удерживать результат
Как на западе добиться ТОП 1 и удерживать результатКак на западе добиться ТОП 1 и удерживать результат
Как на западе добиться ТОП 1 и удерживать результатSeoProfy Presentations
 
EAT: Have We Been Looking At It Backwards
EAT: Have We Been Looking At It BackwardsEAT: Have We Been Looking At It Backwards
EAT: Have We Been Looking At It BackwardsEdwardZiubrzynski1
 
Data Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina Stoy
Data Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina StoyData Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina Stoy
Data Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina StoyLazarinaStoyanova
 

What's hot (20)

Challenges of building a search engine like web rendering service
Challenges of building a search engine like web rendering serviceChallenges of building a search engine like web rendering service
Challenges of building a search engine like web rendering service
 
Natural Semantic SEO - Surfacing Walnuts in Densely Represented, Every Increa...
Natural Semantic SEO - Surfacing Walnuts in Densely Represented, Every Increa...Natural Semantic SEO - Surfacing Walnuts in Densely Represented, Every Increa...
Natural Semantic SEO - Surfacing Walnuts in Densely Represented, Every Increa...
 
Build a High-Impact SEO Strategy in 2022
Build a High-Impact SEO Strategy in 2022Build a High-Impact SEO Strategy in 2022
Build a High-Impact SEO Strategy in 2022
 
Technical SEO.pdf
Technical SEO.pdfTechnical SEO.pdf
Technical SEO.pdf
 
SEO Tool Overload😱... Google Data Studio to the rescue
SEO Tool Overload😱... Google Data Studio to the rescueSEO Tool Overload😱... Google Data Studio to the rescue
SEO Tool Overload😱... Google Data Studio to the rescue
 
Negotiating crawl budget with googlebots
Negotiating crawl budget with googlebotsNegotiating crawl budget with googlebots
Negotiating crawl budget with googlebots
 
Building a Search Intent-Driven Website Architecture (SEO Mastery Summit 2022...
Building a Search Intent-Driven Website Architecture (SEO Mastery Summit 2022...Building a Search Intent-Driven Website Architecture (SEO Mastery Summit 2022...
Building a Search Intent-Driven Website Architecture (SEO Mastery Summit 2022...
 
Disambiguating Equiprobability in SEO Dawn Anderson Friends of Search 2020
Disambiguating Equiprobability in SEO Dawn Anderson Friends of Search 2020Disambiguating Equiprobability in SEO Dawn Anderson Friends of Search 2020
Disambiguating Equiprobability in SEO Dawn Anderson Friends of Search 2020
 
Conversion Rate Optimisation: Making The Most of Your Website (Service Networ...
Conversion Rate Optimisation: Making The Most of Your Website (Service Networ...Conversion Rate Optimisation: Making The Most of Your Website (Service Networ...
Conversion Rate Optimisation: Making The Most of Your Website (Service Networ...
 
MAPPING YOUR SALES PROCESS
MAPPING YOUR SALES PROCESSMAPPING YOUR SALES PROCESS
MAPPING YOUR SALES PROCESS
 
Thriving as an SEO Specialist: Frameworks & Tips to Manage Complex SEO Processes
Thriving as an SEO Specialist: Frameworks & Tips to Manage Complex SEO ProcessesThriving as an SEO Specialist: Frameworks & Tips to Manage Complex SEO Processes
Thriving as an SEO Specialist: Frameworks & Tips to Manage Complex SEO Processes
 
BrightonSEO 2022.pdf
BrightonSEO 2022.pdfBrightonSEO 2022.pdf
BrightonSEO 2022.pdf
 
BrightonSEO Autumn 2021 - Advanced YouTube SEO Tricks
BrightonSEO Autumn 2021 - Advanced YouTube SEO TricksBrightonSEO Autumn 2021 - Advanced YouTube SEO Tricks
BrightonSEO Autumn 2021 - Advanced YouTube SEO Tricks
 
Conversion Rate Optimisation Presentation
Conversion Rate Optimisation PresentationConversion Rate Optimisation Presentation
Conversion Rate Optimisation Presentation
 
Advanced SEO: Logs, Load, and Language
Advanced SEO: Logs, Load, and LanguageAdvanced SEO: Logs, Load, and Language
Advanced SEO: Logs, Load, and Language
 
Tech SEO for the Omni-Channel at Brighton SEO 2022
 Tech SEO for the Omni-Channel at Brighton SEO 2022 Tech SEO for the Omni-Channel at Brighton SEO 2022
Tech SEO for the Omni-Channel at Brighton SEO 2022
 
SEO Marketing
SEO Marketing SEO Marketing
SEO Marketing
 
Как на западе добиться ТОП 1 и удерживать результат
Как на западе добиться ТОП 1 и удерживать результатКак на западе добиться ТОП 1 и удерживать результат
Как на западе добиться ТОП 1 и удерживать результат
 
EAT: Have We Been Looking At It Backwards
EAT: Have We Been Looking At It BackwardsEAT: Have We Been Looking At It Backwards
EAT: Have We Been Looking At It Backwards
 
Data Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina Stoy
Data Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina StoyData Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina Stoy
Data Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina Stoy
 

Similar to Winning with Structured Data and Schema.org - OMLIVE 2018

SFScon17 - Patrick Puecher: "Exploring data with Elasticsearch and Kibana"
SFScon17 - Patrick Puecher: "Exploring data with Elasticsearch and Kibana"SFScon17 - Patrick Puecher: "Exploring data with Elasticsearch and Kibana"
SFScon17 - Patrick Puecher: "Exploring data with Elasticsearch and Kibana"South Tyrol Free Software Conference
 
Example-driven Web API Specification Discovery
Example-driven Web API Specification DiscoveryExample-driven Web API Specification Discovery
Example-driven Web API Specification DiscoveryJavier Canovas
 
Automatic discovery of Web API Specifications: an example-driven approach
Automatic discovery of Web API Specifications: an example-driven approachAutomatic discovery of Web API Specifications: an example-driven approach
Automatic discovery of Web API Specifications: an example-driven approachJordi Cabot
 
Forbes MongoNYC 2011
Forbes MongoNYC 2011Forbes MongoNYC 2011
Forbes MongoNYC 2011djdunlop
 
JSON-LD, Schema.org, and Structured data
JSON-LD, Schema.org, and Structured dataJSON-LD, Schema.org, and Structured data
JSON-LD, Schema.org, and Structured dataSante J. Achille
 
Rich Results and Structured Data
Rich Results and Structured DataRich Results and Structured Data
Rich Results and Structured DataSMA Marketing
 
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs - Front in Bahia...
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs  - Front in Bahia...Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs  - Front in Bahia...
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs - Front in Bahia...Ícaro Medeiros
 
The Web Is Changing — From Strings to Things
The Web Is Changing — From Strings to ThingsThe Web Is Changing — From Strings to Things
The Web Is Changing — From Strings to ThingsMarkus Lanthaler
 
Elasticsearch intro output
Elasticsearch intro outputElasticsearch intro output
Elasticsearch intro outputTom Chen
 
WordCamp Chiclana 2020 Crea schemas sin plugins
WordCamp Chiclana 2020 Crea schemas sin pluginsWordCamp Chiclana 2020 Crea schemas sin plugins
WordCamp Chiclana 2020 Crea schemas sin pluginsClosemarketing
 
Pragmatic API Design: Using D&D
Pragmatic API Design: Using D&DPragmatic API Design: Using D&D
Pragmatic API Design: Using D&DJérémy Buisson
 
JSON-LD: JSON for the Social Web
JSON-LD: JSON for the Social WebJSON-LD: JSON for the Social Web
JSON-LD: JSON for the Social WebGregg Kellogg
 
A model based approach for developing event-driven architectures with AsyncAPI
A model based approach for developing event-driven architectures with AsyncAPIA model based approach for developing event-driven architectures with AsyncAPI
A model based approach for developing event-driven architectures with AsyncAPIabgolla
 
Real-time search in Drupal with Elasticsearch @Moldcamp
Real-time search in Drupal with Elasticsearch @MoldcampReal-time search in Drupal with Elasticsearch @Moldcamp
Real-time search in Drupal with Elasticsearch @MoldcampAlexei Gorobets
 
SDKs, the good the bad the ugly - Japan
SDKs, the good the bad the ugly - JapanSDKs, the good the bad the ugly - Japan
SDKs, the good the bad the ugly - Japantristansokol
 
xAPI Camp-Four Lines of Code
xAPI Camp-Four Lines of CodexAPI Camp-Four Lines of Code
xAPI Camp-Four Lines of CodeAnthony Altieri
 
Agile Testing Days 2018 - API Fundamentals - postman collection
Agile Testing Days 2018 - API Fundamentals - postman collectionAgile Testing Days 2018 - API Fundamentals - postman collection
Agile Testing Days 2018 - API Fundamentals - postman collectionJoEllen Carter
 

Similar to Winning with Structured Data and Schema.org - OMLIVE 2018 (20)

SFScon17 - Patrick Puecher: "Exploring data with Elasticsearch and Kibana"
SFScon17 - Patrick Puecher: "Exploring data with Elasticsearch and Kibana"SFScon17 - Patrick Puecher: "Exploring data with Elasticsearch and Kibana"
SFScon17 - Patrick Puecher: "Exploring data with Elasticsearch and Kibana"
 
Api vortrag
Api vortragApi vortrag
Api vortrag
 
Example-driven Web API Specification Discovery
Example-driven Web API Specification DiscoveryExample-driven Web API Specification Discovery
Example-driven Web API Specification Discovery
 
Automatic discovery of Web API Specifications: an example-driven approach
Automatic discovery of Web API Specifications: an example-driven approachAutomatic discovery of Web API Specifications: an example-driven approach
Automatic discovery of Web API Specifications: an example-driven approach
 
Forbes MongoNYC 2011
Forbes MongoNYC 2011Forbes MongoNYC 2011
Forbes MongoNYC 2011
 
JSON-LD, Schema.org, and Structured data
JSON-LD, Schema.org, and Structured dataJSON-LD, Schema.org, and Structured data
JSON-LD, Schema.org, and Structured data
 
Rich Results and Structured Data
Rich Results and Structured DataRich Results and Structured Data
Rich Results and Structured Data
 
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs - Front in Bahia...
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs  - Front in Bahia...Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs  - Front in Bahia...
Linked Data in Use: Schema.org, JSON-LD and hypermedia APIs - Front in Bahia...
 
The Web Is Changing — From Strings to Things
The Web Is Changing — From Strings to ThingsThe Web Is Changing — From Strings to Things
The Web Is Changing — From Strings to Things
 
Elasticsearch intro output
Elasticsearch intro outputElasticsearch intro output
Elasticsearch intro output
 
WordCamp Chiclana 2020 Crea schemas sin plugins
WordCamp Chiclana 2020 Crea schemas sin pluginsWordCamp Chiclana 2020 Crea schemas sin plugins
WordCamp Chiclana 2020 Crea schemas sin plugins
 
Drupal Mobile
Drupal MobileDrupal Mobile
Drupal Mobile
 
Pragmatic API Design: Using D&D
Pragmatic API Design: Using D&DPragmatic API Design: Using D&D
Pragmatic API Design: Using D&D
 
JSON-LD: JSON for the Social Web
JSON-LD: JSON for the Social WebJSON-LD: JSON for the Social Web
JSON-LD: JSON for the Social Web
 
Consuming APIs with Python
Consuming APIs with PythonConsuming APIs with Python
Consuming APIs with Python
 
A model based approach for developing event-driven architectures with AsyncAPI
A model based approach for developing event-driven architectures with AsyncAPIA model based approach for developing event-driven architectures with AsyncAPI
A model based approach for developing event-driven architectures with AsyncAPI
 
Real-time search in Drupal with Elasticsearch @Moldcamp
Real-time search in Drupal with Elasticsearch @MoldcampReal-time search in Drupal with Elasticsearch @Moldcamp
Real-time search in Drupal with Elasticsearch @Moldcamp
 
SDKs, the good the bad the ugly - Japan
SDKs, the good the bad the ugly - JapanSDKs, the good the bad the ugly - Japan
SDKs, the good the bad the ugly - Japan
 
xAPI Camp-Four Lines of Code
xAPI Camp-Four Lines of CodexAPI Camp-Four Lines of Code
xAPI Camp-Four Lines of Code
 
Agile Testing Days 2018 - API Fundamentals - postman collection
Agile Testing Days 2018 - API Fundamentals - postman collectionAgile Testing Days 2018 - API Fundamentals - postman collection
Agile Testing Days 2018 - API Fundamentals - postman collection
 

More from Izzi Smith

C-T-R-You Ready for 2021?! - On-SERP SEO Strategies
C-T-R-You Ready for 2021?! - On-SERP SEO StrategiesC-T-R-You Ready for 2021?! - On-SERP SEO Strategies
C-T-R-You Ready for 2021?! - On-SERP SEO StrategiesIzzi Smith
 
Business Success with Core Web Vitals
Business Success with Core Web VitalsBusiness Success with Core Web Vitals
Business Success with Core Web VitalsIzzi Smith
 
Leveraging the powers of Structured Data ✨
Leveraging the powers of Structured Data ✨Leveraging the powers of Structured Data ✨
Leveraging the powers of Structured Data ✨Izzi Smith
 
Building Entities & Connections in 2020
Building Entities & Connections in 2020 Building Entities & Connections in 2020
Building Entities & Connections in 2020 Izzi Smith
 
"Awesomeness Near Me" - How to win at Local SEO
"Awesomeness Near Me" - How to win at Local SEO"Awesomeness Near Me" - How to win at Local SEO
"Awesomeness Near Me" - How to win at Local SEOIzzi Smith
 
SERP-Rising Tips to Drive Meaningful Clicks - Unboxed Oxford
SERP-Rising Tips to Drive Meaningful Clicks - Unboxed OxfordSERP-Rising Tips to Drive Meaningful Clicks - Unboxed Oxford
SERP-Rising Tips to Drive Meaningful Clicks - Unboxed OxfordIzzi Smith
 
An Enterprise SEO's Blueprint to Owning Zero-Click Searches
An Enterprise SEO's Blueprint to Owning Zero-Click SearchesAn Enterprise SEO's Blueprint to Owning Zero-Click Searches
An Enterprise SEO's Blueprint to Owning Zero-Click SearchesIzzi Smith
 
Driving *Meaningful* Clicks with Enriched SERPs - BrightonSEO 2019
Driving *Meaningful* Clicks with Enriched SERPs - BrightonSEO 2019Driving *Meaningful* Clicks with Enriched SERPs - BrightonSEO 2019
Driving *Meaningful* Clicks with Enriched SERPs - BrightonSEO 2019Izzi Smith
 
BrightonSEO 2018 - Practical Insights into Winning Epic Featured Snippets
BrightonSEO 2018 - Practical Insights into Winning Epic Featured SnippetsBrightonSEO 2018 - Practical Insights into Winning Epic Featured Snippets
BrightonSEO 2018 - Practical Insights into Winning Epic Featured SnippetsIzzi Smith
 
Practical Insights into Winning Featured Snippets - Searchmetrics Summit 2018
Practical Insights into Winning Featured Snippets - Searchmetrics Summit 2018Practical Insights into Winning Featured Snippets - Searchmetrics Summit 2018
Practical Insights into Winning Featured Snippets - Searchmetrics Summit 2018Izzi Smith
 

More from Izzi Smith (10)

C-T-R-You Ready for 2021?! - On-SERP SEO Strategies
C-T-R-You Ready for 2021?! - On-SERP SEO StrategiesC-T-R-You Ready for 2021?! - On-SERP SEO Strategies
C-T-R-You Ready for 2021?! - On-SERP SEO Strategies
 
Business Success with Core Web Vitals
Business Success with Core Web VitalsBusiness Success with Core Web Vitals
Business Success with Core Web Vitals
 
Leveraging the powers of Structured Data ✨
Leveraging the powers of Structured Data ✨Leveraging the powers of Structured Data ✨
Leveraging the powers of Structured Data ✨
 
Building Entities & Connections in 2020
Building Entities & Connections in 2020 Building Entities & Connections in 2020
Building Entities & Connections in 2020
 
"Awesomeness Near Me" - How to win at Local SEO
"Awesomeness Near Me" - How to win at Local SEO"Awesomeness Near Me" - How to win at Local SEO
"Awesomeness Near Me" - How to win at Local SEO
 
SERP-Rising Tips to Drive Meaningful Clicks - Unboxed Oxford
SERP-Rising Tips to Drive Meaningful Clicks - Unboxed OxfordSERP-Rising Tips to Drive Meaningful Clicks - Unboxed Oxford
SERP-Rising Tips to Drive Meaningful Clicks - Unboxed Oxford
 
An Enterprise SEO's Blueprint to Owning Zero-Click Searches
An Enterprise SEO's Blueprint to Owning Zero-Click SearchesAn Enterprise SEO's Blueprint to Owning Zero-Click Searches
An Enterprise SEO's Blueprint to Owning Zero-Click Searches
 
Driving *Meaningful* Clicks with Enriched SERPs - BrightonSEO 2019
Driving *Meaningful* Clicks with Enriched SERPs - BrightonSEO 2019Driving *Meaningful* Clicks with Enriched SERPs - BrightonSEO 2019
Driving *Meaningful* Clicks with Enriched SERPs - BrightonSEO 2019
 
BrightonSEO 2018 - Practical Insights into Winning Epic Featured Snippets
BrightonSEO 2018 - Practical Insights into Winning Epic Featured SnippetsBrightonSEO 2018 - Practical Insights into Winning Epic Featured Snippets
BrightonSEO 2018 - Practical Insights into Winning Epic Featured Snippets
 
Practical Insights into Winning Featured Snippets - Searchmetrics Summit 2018
Practical Insights into Winning Featured Snippets - Searchmetrics Summit 2018Practical Insights into Winning Featured Snippets - Searchmetrics Summit 2018
Practical Insights into Winning Featured Snippets - Searchmetrics Summit 2018
 

Recently uploaded

5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software SolutionsDevherds Software Solutions
 
15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing Strategy15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing StrategyBlue Atlas Marketing
 
TAM Sports IPL 17 Advertising Report- M01 - M23
TAM Sports IPL 17 Advertising Report- M01 - M23TAM Sports IPL 17 Advertising Report- M01 - M23
TAM Sports IPL 17 Advertising Report- M01 - M23Social Samosa
 
Master the art of Social Selling to increase sales by fostering relationships...
Master the art of Social Selling to increase sales by fostering relationships...Master the art of Social Selling to increase sales by fostering relationships...
Master the art of Social Selling to increase sales by fostering relationships...VereigenMedia1
 
Digital Marketing in 5G Era - Digital Transformation in 5G Age
Digital Marketing in 5G Era - Digital Transformation in 5G AgeDigital Marketing in 5G Era - Digital Transformation in 5G Age
Digital Marketing in 5G Era - Digital Transformation in 5G AgeDigiKarishma
 
Creating a Successful Digital Marketing Campaign.pdf
Creating a Successful Digital Marketing Campaign.pdfCreating a Successful Digital Marketing Campaign.pdf
Creating a Successful Digital Marketing Campaign.pdfgopzzzin
 
Miss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdfMiss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdfMagdalena Kulisz
 
Codes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxCodes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxGeorgeCulica
 
History of JWT by The Knowledge Center.pdf
History of JWT by The Knowledge Center.pdfHistory of JWT by The Knowledge Center.pdf
History of JWT by The Knowledge Center.pdfwilliam charnock
 
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...Associazione Digital Days
 
20 Top Social Media Tips for Peer Specialists
20 Top Social Media Tips for Peer Specialists20 Top Social Media Tips for Peer Specialists
20 Top Social Media Tips for Peer Specialistsmlicam615
 
Best digital marketing e-book form bignners
Best digital marketing e-book form bignnersBest digital marketing e-book form bignners
Best digital marketing e-book form bignnersmuntasibkhan58
 
Dave Cousin TW-BERT Good for Users, Good for SEOsBrighton SEO Deck
Dave Cousin TW-BERT Good for Users, Good for SEOsBrighton SEO DeckDave Cousin TW-BERT Good for Users, Good for SEOsBrighton SEO Deck
Dave Cousin TW-BERT Good for Users, Good for SEOsBrighton SEO DeckOban International
 
Gen Z and Millennial Debit Card Use Survey.pdf
Gen Z and Millennial Debit Card Use Survey.pdfGen Z and Millennial Debit Card Use Survey.pdf
Gen Z and Millennial Debit Card Use Survey.pdfMedia Logic
 
Digital Marketing complete introduction.
Digital Marketing complete introduction.Digital Marketing complete introduction.
Digital Marketing complete introduction.Kashish Bindra
 
Professional Sales Representative by Sahil Srivastava.pptx
Professional Sales Representative by Sahil Srivastava.pptxProfessional Sales Representative by Sahil Srivastava.pptx
Professional Sales Representative by Sahil Srivastava.pptxSahil Srivastava
 
Navigating Global Markets and Strategies for Success
Navigating Global Markets and Strategies for SuccessNavigating Global Markets and Strategies for Success
Navigating Global Markets and Strategies for SuccessElizabeth Moore
 
Digital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingDigital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingShauryaBadaya
 
Unlocking Passive Income: The Power of Affiliate Marketing
Unlocking Passive Income: The Power of Affiliate MarketingUnlocking Passive Income: The Power of Affiliate Marketing
Unlocking Passive Income: The Power of Affiliate MarketingDaniel
 
2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local Leads2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local LeadsSearch Engine Journal
 

Recently uploaded (20)

5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions5 Digital Marketing Tips | Devherds Software Solutions
5 Digital Marketing Tips | Devherds Software Solutions
 
15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing Strategy15 Tactics to Scale Your Trade Show Marketing Strategy
15 Tactics to Scale Your Trade Show Marketing Strategy
 
TAM Sports IPL 17 Advertising Report- M01 - M23
TAM Sports IPL 17 Advertising Report- M01 - M23TAM Sports IPL 17 Advertising Report- M01 - M23
TAM Sports IPL 17 Advertising Report- M01 - M23
 
Master the art of Social Selling to increase sales by fostering relationships...
Master the art of Social Selling to increase sales by fostering relationships...Master the art of Social Selling to increase sales by fostering relationships...
Master the art of Social Selling to increase sales by fostering relationships...
 
Digital Marketing in 5G Era - Digital Transformation in 5G Age
Digital Marketing in 5G Era - Digital Transformation in 5G AgeDigital Marketing in 5G Era - Digital Transformation in 5G Age
Digital Marketing in 5G Era - Digital Transformation in 5G Age
 
Creating a Successful Digital Marketing Campaign.pdf
Creating a Successful Digital Marketing Campaign.pdfCreating a Successful Digital Marketing Campaign.pdf
Creating a Successful Digital Marketing Campaign.pdf
 
Miss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdfMiss Immigrant USA Activity Pageant Program.pdf
Miss Immigrant USA Activity Pageant Program.pdf
 
Codes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptxCodes and Conventions of Film Magazine Covers.pptx
Codes and Conventions of Film Magazine Covers.pptx
 
History of JWT by The Knowledge Center.pdf
History of JWT by The Knowledge Center.pdfHistory of JWT by The Knowledge Center.pdf
History of JWT by The Knowledge Center.pdf
 
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...
Francesco d’Angela, Service Designer di @HintoGroup- “Oltre la Frontiera Crea...
 
20 Top Social Media Tips for Peer Specialists
20 Top Social Media Tips for Peer Specialists20 Top Social Media Tips for Peer Specialists
20 Top Social Media Tips for Peer Specialists
 
Best digital marketing e-book form bignners
Best digital marketing e-book form bignnersBest digital marketing e-book form bignners
Best digital marketing e-book form bignners
 
Dave Cousin TW-BERT Good for Users, Good for SEOsBrighton SEO Deck
Dave Cousin TW-BERT Good for Users, Good for SEOsBrighton SEO DeckDave Cousin TW-BERT Good for Users, Good for SEOsBrighton SEO Deck
Dave Cousin TW-BERT Good for Users, Good for SEOsBrighton SEO Deck
 
Gen Z and Millennial Debit Card Use Survey.pdf
Gen Z and Millennial Debit Card Use Survey.pdfGen Z and Millennial Debit Card Use Survey.pdf
Gen Z and Millennial Debit Card Use Survey.pdf
 
Digital Marketing complete introduction.
Digital Marketing complete introduction.Digital Marketing complete introduction.
Digital Marketing complete introduction.
 
Professional Sales Representative by Sahil Srivastava.pptx
Professional Sales Representative by Sahil Srivastava.pptxProfessional Sales Representative by Sahil Srivastava.pptx
Professional Sales Representative by Sahil Srivastava.pptx
 
Navigating Global Markets and Strategies for Success
Navigating Global Markets and Strategies for SuccessNavigating Global Markets and Strategies for Success
Navigating Global Markets and Strategies for Success
 
Digital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet MarketingDigital Marketing Courses In Pune- school Of Internet Marketing
Digital Marketing Courses In Pune- school Of Internet Marketing
 
Unlocking Passive Income: The Power of Affiliate Marketing
Unlocking Passive Income: The Power of Affiliate MarketingUnlocking Passive Income: The Power of Affiliate Marketing
Unlocking Passive Income: The Power of Affiliate Marketing
 
2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local Leads2024's Top PPC Tactics: Triple Your Google Ads Local Leads
2024's Top PPC Tactics: Triple Your Google Ads Local Leads
 

Winning with Structured Data and Schema.org - OMLIVE 2018