SlideShare una empresa de Scribd logo
1 de 86
Alexis Sanders
Merkle Inc
Advanced and Practical Structured Data
@AlexisKSanders
#brightonSEO
<script type="application/ld-json">
{
"@context": "http://schema.org",
"@type": “Product",
"name": "Super Product!"
"offers": {
"@type": "Offers",
"priceCurrency": "USD",
"price": "12.99",
}
}
</script>
Find 5 errors in this
JSON-LD.
Agenda
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Alexis Sanders",
"jobTitle": "Technical SEO Manager",
"sameAs": "https://twitter.com/AlexisKSanders",
"worksFor": {
"@type": "Organization",
"name": "Merkle",
"url": "https://www.merkleinc.com"
},
"url": "https://technicalseo.expert"
}
</script>
4
Merkle SEO team works across a vast array of clients
@AlexisKSanders#brightonSEO
5
I’m Sophia’s #ProudAunt too.
"relatedTo": {
"@type": "Person",
"name": "Sophia"
}
@AlexisKSandersHelping test Google’s “Bayesian Optimization for a Better Dessert” -> https://research.google.com/pubs/pub46507.html
#brightonSEO
<script type="application/ld-json">
{
"@context": "http://schema.org",
"@type": “Product",
"name": "Super Product!"
"offers": {
"@type": "Offers",
"priceCurrency": "USD",
"price": "12.99",
}
}
</script>
Answers
 Should be +
 Straight quote
 Comma after property
 Offer
 No comma for last property
Moral of Story:
It’s easy to make small errors,
always validate!
Agenda
• Overview
• Why we <3 it
• Practical
• Advanced
• Implementing A-Z
(hopefully not zzz)
• Common pitfalls
Agenda
Structured data
n. Information with a high
degree of organization.
10
Conceptual visualization of structured data for web
Structured DataUnstructured Data
< >
Markup types
JSON-LD
Microdata
Microformats
RDFa
(e.g., text)
@AlexisKSanders#brightonSEO
Schema.org is a vocabulary (of
many), but really is more
comparable to a dictionary.
12
http://schema.org/Product
Definition
(Item) type
Each type (thing you markup) has a definition
#brightonSEO @AlexisKSanders
13
0
1
2
3
4
5
6
7
8
Story of web structured data: less ended up being more.DomainUsage(Millions)
201720162003 2004 2008 2010/1 2012 2013 2014 20151997 2000
< >
http://webdatacommons.org/structureddata; https://www.slideshare.net/rvguha/sem-tech2014c
*
@AlexisKSanders
14
Mircodata*
<div itemscope itemtype="http://schema.org/Event">
<span itemprop="name">BrightonSEO</span>
<meta itemprop="url"
content="https://www.brightonseo.com/" />
<meta itemprop="startDate" content="2018-04-26T7:00" />
<meta itemprop="endDate" content="2018-04-27T16:15" />
</div>
< >
@AlexisKSanders*Note: Missing required properties, for illustrative purposes only
#brightonSEO
15
JSON-LD*
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Event",
"name": "BrightonSEO",
"url": "https://www.brightonseo.com/",
"startDate": "2018-04-26T7:00",
"endDate": "2018-04-27T16:15"
}
</script>
*Note: Missing required properties, for illustrative purposes only @AlexisKSanders
16
MICRODATA < >
Implementation
What is it? HTML JavaScript
Easier to copy
and paste on
page
Can be easier
for templated
pages
Support
JSON-LD
Microdata versus JSON-LD
*
*Rich results for products not consistently populating, yet (Aaron Bradley started a Community Tracker: https://goo.gl/kKZk2c)
#brightonSEO @AlexisKSanders
Nesting
n. organizing information in
layers; adding objects in
objects.
18
Product
name :
offers :
price :
priceCurrency :
@type : Offer
reviewCount :
aggregateRating :
@type : AggregateRating
ratingValue :
Match Nest Me!
Rated 4.5 out of 5
$7.29 (USD)
75 reviews
Super Shine Apricot Shampoo
brand :
name :
@type : Thing
JĀSÖN
#brightonSEO @AlexisKSanders
19
Product
name :
offers :
price :
priceCurrency :
@type : Offer
reviewCount :
aggregateRating :
@type : AggregateRating
ratingValue :
Rated 4.5 out of 5
$7.29 (USD)
75 reviews
Super Shine Apricot Shampoo
brand :
name :
@type : Thing
JĀSÖN
Super Shine Apricot Shampoo
4.5
75
7.29
USD
JĀSÖN
Match Nest Me!
#brightonSEO @AlexisKSanders
20
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Product",
name :
offers :
price :
priceCurrency :
@type : Offer
reviewCount :
aggregateRating :
@type : AggregateRating
ratingValue :
Rated 4.5 out of 5
$7.29 (USD)
75 reviews
Super Shine Apricot Shampoo
brand :
name :
@type : Thing
JĀSÖN
Super Shine Apricot Shampoo
4.5
75
7.29
USD
JĀSÖN
}
</script>
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" " " "
" "
" "
" "
" "
" "
" "
" "
" "
,
,
,
,
,
,
}
}
}
{
{
{
,
,
Match Nest Me!
#brightonSEO @AlexisKSanders
Benefits:Why <3
Structured Data
22
Product
AggregateRating
Offer
1. Enhanced SERP Results
Note: Schema.org doesn’t necessarily need to be present for rich results to appear.
#brightonSEO @AlexisKSanders
23
MusicEvent
Note: Schema.org doesn’t necessarily need to be present for rich results to appear.
1. Enhanced SERP Results
#brightonSEO @AlexisKSanders
24
Google’s featured snippets with rich results
https://developers.google.com/search/docs/guides/
*Opt-in, must express interest
Article
BlogPosting
Book*
BreadcrumbList
ClaimReview*
Course
Dataset*
Event
ImageObject
ItemList
JobPosting
LocalBusiness*
Movie
(WatchAction*)
MusicAlbum*
MusicArtist*
MusicGroup*
NewsArticle
Occupation
Organization
(ContactPoint, logo,
sameAs)
Person (sameAs)
Product (Offer)
Rating
AggregateRating
Recipe
Review*
SoftwareAppplication*
TVEpisode
(WatchAction*)
TVSeason (WatchAction*)
TVSeries (WatchAction*)
VideoObject
WebPageElement
(isAccessibleForFree for
Paywall Content)
WebSite (SearchAction)
https://developers.google.com/search/docs/guides/ @AlexisKSanders
25
2. CTR for rich results = higher than without (in most cases)
#brightonSEO @AlexisKSanders
26
3. Offers potential to improve confidence in relevance
“Known for” =
representative term
(e.g., [server], [host],
[dinner] in article
about restaurant)
Google Patent: Assigning terms of interest to an entity 8,589,399, 3/26/12
Example of AssociatingTerms with Business Listing
#brightonSEO @AlexisKSanders
“I want to live in a world
where schema is not that
important, but currently, we
need it…
https://searchengineland.com/gary-illyes-ask-anything-smx-east-285706
@methode
Gary Illyes
Google
…If a team at Google
recommends it, you probably
should make use of it, as
schema helps us understand
the content on the page…
https://searchengineland.com/gary-illyes-ask-anything-smx-east-285706
@methode
Gary Illyes
Google
…and it is used in certain
search features (but not in
rankings algorithms).”
https://searchengineland.com/gary-illyes-ask-anything-smx-east-285706
@methode
Gary Illyes
Google
Schema can help us extract
entities better
@JohnMu
John Mueller
Google
Google Webmaster Hangout 2/1/18 ~42 Minutes: https://goo.gl/dsZRc6
Google doesn’t mind if
people markup non-
supported markup (change
in SERP may not be
noticeable) @JohnMu
John Mueller
Google
Google Webmaster Hangout 2/1/18 ~42 Minutes: https://goo.gl/dsZRc6
We don’t use Schema.org as
a quality factor
@JohnMu
John Mueller
Google
Google Webmaster Hangout 2/1/18 ~42 Minutes: https://goo.gl/dsZRc6
33
4. Product Merchant Center Feed updates (2017)
https://support.goog
le.com/merchants/an
swer/6069143
Structured data markup must be present in the
HTML returned from the web server (i.e., no
JavaScript generated tags)
Benefits:
• Automatic item updates
• Google Sheets Merchant Center
add-on
#brightonSEO @AlexisKSanders
34
5. Future: Support Voice (hypothesis)
Google Mini pulls web answers from
featured snippets. Featured snippets
appear when Google has high
confidence in usefulness of response.
Structured data can support confidence
ratings.
@AlexisKSanders
#brightonSEO
35
• Microdata: 76%
• JSON-LD: 25%
• OGP: 68%
• Twitter Summary Cards: 27%
+25K eCommerce URLs populating
with featured snippets:
Twitter SEO Experiments: https://goo.gl/fRzmgf
Important Note: Correlation does not imply causation.
Huge thanks to
@AlexisKSanders
#brightonSEO
36
Top Occurring Microdata for eCom with Snippet
Twitter SEO Experiments: https://goo.gl/fRzmgf
Huge thanks to
OfferCatalog, 18%
ListItem, 14%
AggregateRating, 9%
Product, 8%Review, 8%
Rating, 7%
NewCondition, 6%
Offer, 5%
Thing, 4%
BreadcrumbList, 4%
Other, 17%
Important Note: Correlation does not imply causation.Huge thanks to
#brightonSEO @AlexisKSanders
37
Twitter SEO Experiments: https://goo.gl/fRzmgf
Huge thanks to
ListItem, 25%
Offer, 16%
Product, 15%WebPage, 6%
BreadcrumbList, 5%
Organization, 4%
SiteNavigationElement, 4%
AggregateRating, 3%
WebPageElement, 3%
ImageObject, 3%
Other, 16%
Top Occurring JSON-LD for eCom with Snippet
Important Note: Correlation does not imply causation.Huge thanks to
#brightonSEO @AlexisKSanders
38
6. Future: Support Voice (speculative)
http://pending.schema.org/SpeakableSpecification
http://pending.schema.org/speakable
http://money.cnn.com/2018/02/18/media/black-panther-box-office/index.html
#brightonSEO @AlexisKSanders
Practical schema
for pragmatic, busy people
41
0 200,000 400,000 600,000 800,000 1,000,000
Organization
PostalAddress
Offer
Article
Person
Product
Blog
WPHeader
SiteNavigationElement
WebPage
Popular Schema: Top 10 Microdata by Domain < >
http://webdatacommons.org/structureddata
@AlexisKSandershttp://webdatacommons.org/structureddata
#brightonSEO
42
0 500,000 1,000,000 1,500,000 2,000,000 2,500,000 3,000,000
ListItem
WebPage
Event
Place
PostalAddress
LocalBusiness
Person
Organization
SearchAction
WebSite
Popular Schema: Top 10 JSON-LD by Domain
http://webdatacommons.org/structureddata
Sept '14
Oct '14
Jan '15
Jan '15
Sept '14
Dec '15
Dec '15
Dec '15
Aug ‘16
@AlexisKSandershttp://webdatacommons.org/structureddata
#brightonSEO
43
Practical Schema: Most sites
BreadcrumbList
Person
Organization
WebSite
ItemList
Properties
itemListElement
sameAs
logo, contactPoint, sameAs
potentialAction
itemListElement
TypeMarking up
Breadcrumbs
Person
Organization
Sitelink Searchbox
Carousel Lists
https://developers.google.com/search/docs/guides/
#brightonSEO @AlexisKSanders
44
https://technicalseo.com/
seo-tools/schema-
markup-generator
@maxxeight
Max Prin
Merkle
Implementing Practical Schema - Beginner
@AlexisKSanders
#brightonSEO
45
Step 1: Navigate to JSON-LD Schema Markup Generator
https://technicalseo.com/seo-tools/schema-markup-generator @AlexisKSanders
46
Step 2: Select your Item Type from Dropdown Menu
https://technicalseo.com/seo-tools/schema-markup-generator @AlexisKSanders
#brightonSEO
47
Step 3: Fill-in-the-Blank
https://technicalseo.com/seo-tools/schema-markup-generator @AlexisKSanders
#brightonSEO
48
Step 4: Test in Google’s Structured Data Testing Tool
https://technicalseo.com/seo-tools/schema-markup-generator
https://technicalseo.com/seo-tools/schema-markup-generator @AlexisKSanders
#brightonSEO
49
Implementing Practical Schema - Intermediate
https://developers.
google.com/search
/docs/guides/
@AlexisKSanders
#brightonSEO
50
Step 1: Read Guidelines
Rules
Opportunities
@AlexisKSandershttps://developers.google.com/search/docs/guides/
#brightonSEO
51
Step 2: Review Item Properties (especially note “Required”)!
Required
Properties
@AlexisKSandershttps://developers.google.com/search/docs/guides/
#brightonSEO
52
Step 3: Check out Example Markups
Examples
@AlexisKSandershttps://developers.google.com/search/docs/guides/
#brightonSEO
53
Step 4: Reverse-engineer by replacing values
Update
values
@AlexisKSandershttps://developers.google.com/search/docs/guides/
#brightonSEO
Schema
for overachievers
56
Schema.org (for brave souls)
http://schema.org
/docs/full.html
@AlexisKSanders#brightonSEO
57
Stages of Working with Schema.org
::a ton of confused
stares::
::intense
concentration::
::coffee + intense
concentration::
::unlocking the
eternal mysteries
within Schema.org::
http://schema.org/docs/full.html
#brightonSEO @AlexisKSanders
58
Step 1: Select Type from Schema.org’s Full Hierarchy
http://schema.org/docs/full.html
Select “Core plus all
extensions”
@AlexisKSanders
#brightonSEO
59
Item Type Page
http://schema.org/docs/full.html
(Item) type
Hierarchy
Description
Usage
http://schema.org/Aquarium @AlexisKSanders
#brightonSEO
60
Item Properties, Expected Type, and Description
http://schema.org/docs/full.html
http://schema.org/Aquarium @AlexisKSanders
#brightonSEO
61
Organization of Item Properties
http://schema.org/docs/full.html
CivilStructure
Place
Thing
http://schema.org/Aquarium @AlexisKSanders
#brightonSEO
“ExpectedType” tells you
when you’ll need to nest
objects (think: itemscope
itemtype & "@type")
• Number
• Float
• Integer
• Text
• URL
• Time
If it’s a data type, you don’t nest
• Boolean
• False
• True
• Date
• DateTime
D
A
T
A
T
Y
P
E
S
Don’t
nest me!
nest
nest
nest
nest
nest
65
Step 2: List Item Properties, Expected Type, and Values
http://schema.org/docs/full.html
http://schema.org/Aquarium
#brightonSEO @AlexisKSanders
66
Step 3: Add Syntax (JSON-LD)
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "Aquarium",
"name": "National Aquarium",
"alternateName": "National Aquarium in Baltimore",
"telephone": "+1-410-576-3800",
"address": {
"@type": "PostalAddress",
"streetAddress": "501 E Pratt St",
"addressLocality": "Baltimore",
"addressRegion": "MD",
"postalCode": "21202",
"addressCountry": "US"
}
}
</script>
Beginning
Type
Properties
Type
Properties
end
*Note: Missing required properties, for illustrative purposes onlyhttp://schema.org/Aquarium
#brightonSEO @AlexisKSanders
67
Step 3: Add Syntax (Microdata)
<div itemscope itemtype="http://schema.org/Aquarium">
<span itemprop="name">National Aquarium</span>
<meta itemprop="name" content="National Aquarium in Baltimore" />
<span itemprop="telephone">+1-410-576-3800</span>
<div itemprop="address" itemscope
itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">501 E Pratt St</span>
<span itemprop="addressLocality">Baltimore</span>
<span itemprop="addressRegion">MD</span>
<span itemprop="postalCode">21202</span>
<span itemprop="addressCountry">US</span>
</div>
</div>
Type
Properties
Type
Properties
end
*Note: Missing required properties, for illustrative purposes only
http://schema.org/Aquarium *Note: Missing required properties, for illustrative purposes only
#brightonSEO @AlexisKSanders
Common Pitfalls
You
70
Pitfall #1: Syntax
• “” are not the same as ""
–Microsoft switches "" to “”
–Use a text editor
• Mind your Commas
• Tip: Pay attention to in SDTT
#brightonSEO @AlexisKSanders
71
Pitfall #2: Vocabulary
Vocabulary
• Pay attention to required/allowed
properties
• Schema.org types and properties are
case sensitive reference
• Tip: Check in the Structured Data Testing
Tool
#brightonSEO @AlexisKSanders
72
Pitfall #3: Policy Violation
• Adding information that is not on the page
• Check Google’s Structured Data Policies:
https://developers.google.com/structured-
data/policies
#brightonSEO @AlexisKSanders
73
Pitfall #4: Nesting Errors
• Make sure to attribute properties to
correct item type
–E.g., using “name” and giving the
location the event name
• Tip: Pay close attention to { } and
itemscope
#brightonSEO @AlexisKSanders
Future
Predictions
Disclaimer:
Disclaimer:
Disclaimer:
I (like Dwight) am not a psychic
Disclaimer:
79
Future Predictions Google Schema.org Support
AboutPage
ApartmentComplex
AudioObject
AutoDealer
Brand
CollectionPage
Comment
ContactPage
Corporation
Hotel
1. Top Schema.org used w/o Google webpage documentation
ImageGallery
MusicPlaylist
MusicRecording
PriceSpecification
RealEstateAgent
Residence
Store
Table
UserComments
ViewAction#brightonSEO @AlexisKSanders
80
Future Predictions Google Schema.org Support
2. Item types that support voice efforts
SpeakableSpecification
HowTo
HowToDirection
HowToSection
HowToStep
HowToTip
HowToDirection
HowToItem
HowToSupply
HowToTool
HowToStep
HowToTip
QAPage
Question
Answer
@AlexisKSanders
#brightonSEO
81
Future Predictions Google Schema.org Support
3. More for publishing and eCommerce (especially actions)
AnalysisNewsArticle
BackgroundNewsArticle
OpinionNewsArticle
ReportageNewsArticle
ReviewNewsArticle
EmployerReview
UserReview
ProductIndividualProduct
ProductModel
SomeProducts
BuyAction
QuoteAction
GS1
Publishing eCommerce
#brightonSEO @AlexisKSanders
82
LifestyleModificationDiet
PhysicalActivity
ExercisePlan
MedicalSignOrSymptom
MedicalSign
VitalSign
MedicalSymptom
MedicalCondition
InfectiousDisease
MedicalGuideline
MedicalProcedure
DiagnosticProcedure
PhysicalExam
SurgicalProcedure
TherapeuticProcedure
Future Predictions Google Schema.org Support
4. Things users want (e.g., medical answers from Dr. Google
(http://health-lifesci.schema.org))
Proactive Health Reactive Health
@AlexisKSanders#brightonSEO
Fun stuff for you 
https://technicalseo.com
/homework/structured-data/
https://technicalseo.com
/seo-tools/schema-
markup-generator/visual/
@AlexisKSanders#brightonSEO
84
@methode
Gary Illyes
@JarnoVanDriel
Jarno Van Driel
@aaranged
Aaron Bradley
Experts to Follow
@maxxeight
Max Prin
@searchliaison
Danny Sullivan
@JohnMu
John Mueller
@AlexisKSanders#brightonSEO
85
Icon Sources
https://www.flaticon.com/authors/:
• dinosoftlabs
• eucalyp
• freepik
• gregor-cresnar
• maxim-basinski
• nikita-golubev
• pixel-buddha
• pixel-perfect
• popcorns-arts
• smashicons
• vectors-market
• basic-flat-icons
@AlexisKSanders
THANK YOU!
SEE YOU AT THE NEXT
#brightonSEO
@AlexisKSanders
/in/alexissanders

Más contenido relacionado

La actualidad más candente

Kleecks - AI-Martech as a game changer-DEF.pdf
Kleecks - AI-Martech as a game changer-DEF.pdfKleecks - AI-Martech as a game changer-DEF.pdf
Kleecks - AI-Martech as a game changer-DEF.pdfKleecks
 
Lucy Dodds - BrightonSEO Autumn 22
Lucy Dodds - BrightonSEO Autumn 22Lucy Dodds - BrightonSEO Autumn 22
Lucy Dodds - BrightonSEO Autumn 22Lucy Dodds
 
BrightonSEO Oct 2022 Similar_ai.pdf
BrightonSEO Oct 2022 Similar_ai.pdfBrightonSEO Oct 2022 Similar_ai.pdf
BrightonSEO Oct 2022 Similar_ai.pdfDylan Fuler
 
Developing Technical SEO Skills - Brighton SEO Sept 2021
Developing Technical SEO Skills - Brighton SEO Sept 2021Developing Technical SEO Skills - Brighton SEO Sept 2021
Developing Technical SEO Skills - Brighton SEO Sept 2021Mike Osolinski
 
Creating Search Quality Algorithms - Richard Lawrence - BrightonSEO.pdf
Creating Search Quality Algorithms - Richard Lawrence - BrightonSEO.pdfCreating Search Quality Algorithms - Richard Lawrence - BrightonSEO.pdf
Creating Search Quality Algorithms - Richard Lawrence - BrightonSEO.pdfRichard Lawrence
 
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )Kevin Indig
 
Beth Barnham Schema Auditing BrightonSEO Slides.pptx
Beth Barnham Schema Auditing BrightonSEO Slides.pptxBeth Barnham Schema Auditing BrightonSEO Slides.pptx
Beth Barnham Schema Auditing BrightonSEO Slides.pptxBethBarnham1
 
Speed up alt text generation without coding skills
Speed up alt text generation without coding skillsSpeed up alt text generation without coding skills
Speed up alt text generation without coding skillsMiracle Inameti-Archibong
 
Product, service and category page links (and how to get them) - Rebecca Moss...
Product, service and category page links (and how to get them) - Rebecca Moss...Product, service and category page links (and how to get them) - Rebecca Moss...
Product, service and category page links (and how to get them) - Rebecca Moss...Rebecca Moss
 
How to Incorporate ML in your SERP Analysis, Lazarina Stoy -BrightonSEO Oct, ...
How to Incorporate ML in your SERP Analysis, Lazarina Stoy -BrightonSEO Oct, ...How to Incorporate ML in your SERP Analysis, Lazarina Stoy -BrightonSEO Oct, ...
How to Incorporate ML in your SERP Analysis, Lazarina Stoy -BrightonSEO Oct, ...LazarinaStoyanova
 
BrightonSEO March 2021 | Dan Taylor, Image Entity Tags
BrightonSEO March 2021 | Dan Taylor, Image Entity TagsBrightonSEO March 2021 | Dan Taylor, Image Entity Tags
BrightonSEO March 2021 | Dan Taylor, Image Entity TagsDan Taylor
 
How to leverage indexation tracking to monitor issues and improve performance
How to leverage indexation tracking to monitor issues and improve performanceHow to leverage indexation tracking to monitor issues and improve performance
How to leverage indexation tracking to monitor issues and improve performanceSimon Lesser
 
How Online Stores Can Quickly Build Sub-categories Targeting Long-tail Keywor...
How Online Stores Can Quickly Build Sub-categories Targeting Long-tail Keywor...How Online Stores Can Quickly Build Sub-categories Targeting Long-tail Keywor...
How Online Stores Can Quickly Build Sub-categories Targeting Long-tail Keywor...Kristina Azarenko
 
Agile SEO: Prioritise SEO Activities with Cadence and Risk Radius
Agile SEO: Prioritise SEO Activities with Cadence and Risk RadiusAgile SEO: Prioritise SEO Activities with Cadence and Risk Radius
Agile SEO: Prioritise SEO Activities with Cadence and Risk RadiusParth Suba
 
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...Martijn Scheijbeler
 
Why Scaling (Great) Content Is So Bloody Hard
Why Scaling (Great) Content Is So Bloody HardWhy Scaling (Great) Content Is So Bloody Hard
Why Scaling (Great) Content Is So Bloody HardJoshuaHardwickAhrefs
 
[BrightonSEO Oct 2022] Remarketing SEO - Himani Kankaria - Missive Digital.pdf
[BrightonSEO Oct 2022] Remarketing SEO - Himani Kankaria - Missive Digital.pdf[BrightonSEO Oct 2022] Remarketing SEO - Himani Kankaria - Missive Digital.pdf
[BrightonSEO Oct 2022] Remarketing SEO - Himani Kankaria - Missive Digital.pdfHimani Kankaria
 
Martin McGarry - SEO strategy c/o England manager Gareth Southgate
Martin McGarry - SEO strategy c/o England manager Gareth SouthgateMartin McGarry - SEO strategy c/o England manager Gareth Southgate
Martin McGarry - SEO strategy c/o England manager Gareth SouthgateMartin McGarry
 

La actualidad más candente (20)

Kleecks - AI-Martech as a game changer-DEF.pdf
Kleecks - AI-Martech as a game changer-DEF.pdfKleecks - AI-Martech as a game changer-DEF.pdf
Kleecks - AI-Martech as a game changer-DEF.pdf
 
Lucy Dodds - BrightonSEO Autumn 22
Lucy Dodds - BrightonSEO Autumn 22Lucy Dodds - BrightonSEO Autumn 22
Lucy Dodds - BrightonSEO Autumn 22
 
BrightonSEO Oct 2022 Similar_ai.pdf
BrightonSEO Oct 2022 Similar_ai.pdfBrightonSEO Oct 2022 Similar_ai.pdf
BrightonSEO Oct 2022 Similar_ai.pdf
 
Developing Technical SEO Skills - Brighton SEO Sept 2021
Developing Technical SEO Skills - Brighton SEO Sept 2021Developing Technical SEO Skills - Brighton SEO Sept 2021
Developing Technical SEO Skills - Brighton SEO Sept 2021
 
Creating Search Quality Algorithms - Richard Lawrence - BrightonSEO.pdf
Creating Search Quality Algorithms - Richard Lawrence - BrightonSEO.pdfCreating Search Quality Algorithms - Richard Lawrence - BrightonSEO.pdf
Creating Search Quality Algorithms - Richard Lawrence - BrightonSEO.pdf
 
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )
 
Beth Barnham Schema Auditing BrightonSEO Slides.pptx
Beth Barnham Schema Auditing BrightonSEO Slides.pptxBeth Barnham Schema Auditing BrightonSEO Slides.pptx
Beth Barnham Schema Auditing BrightonSEO Slides.pptx
 
Speed up alt text generation without coding skills
Speed up alt text generation without coding skillsSpeed up alt text generation without coding skills
Speed up alt text generation without coding skills
 
Product, service and category page links (and how to get them) - Rebecca Moss...
Product, service and category page links (and how to get them) - Rebecca Moss...Product, service and category page links (and how to get them) - Rebecca Moss...
Product, service and category page links (and how to get them) - Rebecca Moss...
 
How to Incorporate ML in your SERP Analysis, Lazarina Stoy -BrightonSEO Oct, ...
How to Incorporate ML in your SERP Analysis, Lazarina Stoy -BrightonSEO Oct, ...How to Incorporate ML in your SERP Analysis, Lazarina Stoy -BrightonSEO Oct, ...
How to Incorporate ML in your SERP Analysis, Lazarina Stoy -BrightonSEO Oct, ...
 
How to control googlebot
How to control googlebotHow to control googlebot
How to control googlebot
 
BrightonSEO March 2021 | Dan Taylor, Image Entity Tags
BrightonSEO March 2021 | Dan Taylor, Image Entity TagsBrightonSEO March 2021 | Dan Taylor, Image Entity Tags
BrightonSEO March 2021 | Dan Taylor, Image Entity Tags
 
How to leverage indexation tracking to monitor issues and improve performance
How to leverage indexation tracking to monitor issues and improve performanceHow to leverage indexation tracking to monitor issues and improve performance
How to leverage indexation tracking to monitor issues and improve performance
 
How Online Stores Can Quickly Build Sub-categories Targeting Long-tail Keywor...
How Online Stores Can Quickly Build Sub-categories Targeting Long-tail Keywor...How Online Stores Can Quickly Build Sub-categories Targeting Long-tail Keywor...
How Online Stores Can Quickly Build Sub-categories Targeting Long-tail Keywor...
 
Technical SEO: How Anomalies Are Your New Best Friend."
Technical SEO: How Anomalies Are Your New Best Friend." Technical SEO: How Anomalies Are Your New Best Friend."
Technical SEO: How Anomalies Are Your New Best Friend."
 
Agile SEO: Prioritise SEO Activities with Cadence and Risk Radius
Agile SEO: Prioritise SEO Activities with Cadence and Risk RadiusAgile SEO: Prioritise SEO Activities with Cadence and Risk Radius
Agile SEO: Prioritise SEO Activities with Cadence and Risk Radius
 
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...
 
Why Scaling (Great) Content Is So Bloody Hard
Why Scaling (Great) Content Is So Bloody HardWhy Scaling (Great) Content Is So Bloody Hard
Why Scaling (Great) Content Is So Bloody Hard
 
[BrightonSEO Oct 2022] Remarketing SEO - Himani Kankaria - Missive Digital.pdf
[BrightonSEO Oct 2022] Remarketing SEO - Himani Kankaria - Missive Digital.pdf[BrightonSEO Oct 2022] Remarketing SEO - Himani Kankaria - Missive Digital.pdf
[BrightonSEO Oct 2022] Remarketing SEO - Himani Kankaria - Missive Digital.pdf
 
Martin McGarry - SEO strategy c/o England manager Gareth Southgate
Martin McGarry - SEO strategy c/o England manager Gareth SouthgateMartin McGarry - SEO strategy c/o England manager Gareth Southgate
Martin McGarry - SEO strategy c/o England manager Gareth Southgate
 

Similar a BrightonSEO Structured Data by Alexis Sanders

Supercharging your Organic CTR
Supercharging your Organic CTRSupercharging your Organic CTR
Supercharging your Organic CTRPhil Pearce
 
SMX West Structured Data Practical and Advanced
SMX West Structured Data Practical and AdvancedSMX West Structured Data Practical and Advanced
SMX West Structured Data Practical and AdvancedAlexis Sanders
 
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019Max Prin
 
Internal Search Optimization (iSEO): Creating Promoted Search Results Improv...
Internal Search Optimization (iSEO): Creating Promoted Search ResultsImprov...Internal Search Optimization (iSEO): Creating Promoted Search ResultsImprov...
Internal Search Optimization (iSEO): Creating Promoted Search Results Improv...Linda Caplinger
 
Overdose / The Left Bank / WeWork - What Does Google Want
Overdose / The Left Bank / WeWork - What Does Google WantOverdose / The Left Bank / WeWork - What Does Google Want
Overdose / The Left Bank / WeWork - What Does Google WantJason Mun
 
Online SEO Meetup
Online SEO MeetupOnline SEO Meetup
Online SEO MeetupSemrush
 
Five SEO Strategies Every Company Needs to Master
Five SEO Strategies Every Company Needs to MasterFive SEO Strategies Every Company Needs to Master
Five SEO Strategies Every Company Needs to MasterAct-On Software
 
Implementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag ManagerImplementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag ManagerEoghan Henn
 
How to Rank in the search engines for the search phrase Employer harassment-w...
How to Rank in the search engines for the search phrase Employer harassment-w...How to Rank in the search engines for the search phrase Employer harassment-w...
How to Rank in the search engines for the search phrase Employer harassment-w...Brian Bateman
 
Link Building at Scale: Big Links with a Tiny Team
Link Building at Scale: Big Links with a Tiny TeamLink Building at Scale: Big Links with a Tiny Team
Link Building at Scale: Big Links with a Tiny Team97th Floor
 
Link Building at Scale With a Tiny Team - Sam Oh
Link Building at Scale With a Tiny Team - Sam OhLink Building at Scale With a Tiny Team - Sam Oh
Link Building at Scale With a Tiny Team - Sam OhSam Oh
 
Creating Professional Applications with the LinkedIn API
Creating Professional Applications with the LinkedIn APICreating Professional Applications with the LinkedIn API
Creating Professional Applications with the LinkedIn APIKirsten Hunter
 
Featured Snippets - How to Get Position Zero
Featured Snippets - How to Get Position ZeroFeatured Snippets - How to Get Position Zero
Featured Snippets - How to Get Position ZeroMichael Marsh
 
Web Marketing Week3
Web Marketing Week3Web Marketing Week3
Web Marketing Week3cghb1210
 
Getting the Most out of Type-Ahead/Autocomplete - LavaCon 2015 propsoal by Br...
Getting the Most out of Type-Ahead/Autocomplete - LavaCon 2015 propsoal by Br...Getting the Most out of Type-Ahead/Autocomplete - LavaCon 2015 propsoal by Br...
Getting the Most out of Type-Ahead/Autocomplete - LavaCon 2015 propsoal by Br...Jack Molisani
 
SMX West 2020 - Leveraging Structured Data for Maximum Effect
SMX West  2020 - Leveraging Structured Data for Maximum EffectSMX West  2020 - Leveraging Structured Data for Maximum Effect
SMX West 2020 - Leveraging Structured Data for Maximum EffectAbby Hamilton
 
SERPs to Markup: How to Increase Your Earned Traffic
SERPs to Markup: How to Increase Your Earned TrafficSERPs to Markup: How to Increase Your Earned Traffic
SERPs to Markup: How to Increase Your Earned TrafficKaizen
 
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & MicroformatsStephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & MicroformatsSearch Marketing Expo - SMX
 

Similar a BrightonSEO Structured Data by Alexis Sanders (20)

Supercharging your Organic CTR
Supercharging your Organic CTRSupercharging your Organic CTR
Supercharging your Organic CTR
 
SMX West Structured Data Practical and Advanced
SMX West Structured Data Practical and AdvancedSMX West Structured Data Practical and Advanced
SMX West Structured Data Practical and Advanced
 
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
What's New with Schema and Structured Data - Max Prin - SMX Advanced 2019
 
Internal Search Optimization (iSEO): Creating Promoted Search Results Improv...
Internal Search Optimization (iSEO): Creating Promoted Search ResultsImprov...Internal Search Optimization (iSEO): Creating Promoted Search ResultsImprov...
Internal Search Optimization (iSEO): Creating Promoted Search Results Improv...
 
Overdose / The Left Bank / WeWork - What Does Google Want
Overdose / The Left Bank / WeWork - What Does Google WantOverdose / The Left Bank / WeWork - What Does Google Want
Overdose / The Left Bank / WeWork - What Does Google Want
 
Online SEO Meetup
Online SEO MeetupOnline SEO Meetup
Online SEO Meetup
 
Five SEO Strategies Every Company Needs to Master
Five SEO Strategies Every Company Needs to MasterFive SEO Strategies Every Company Needs to Master
Five SEO Strategies Every Company Needs to Master
 
Implementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag ManagerImplementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag Manager
 
How to Rank in the search engines for the search phrase Employer harassment-w...
How to Rank in the search engines for the search phrase Employer harassment-w...How to Rank in the search engines for the search phrase Employer harassment-w...
How to Rank in the search engines for the search phrase Employer harassment-w...
 
Link Building at Scale: Big Links with a Tiny Team
Link Building at Scale: Big Links with a Tiny TeamLink Building at Scale: Big Links with a Tiny Team
Link Building at Scale: Big Links with a Tiny Team
 
Link Building at Scale With a Tiny Team - Sam Oh
Link Building at Scale With a Tiny Team - Sam OhLink Building at Scale With a Tiny Team - Sam Oh
Link Building at Scale With a Tiny Team - Sam Oh
 
Creating Professional Applications with the LinkedIn API
Creating Professional Applications with the LinkedIn APICreating Professional Applications with the LinkedIn API
Creating Professional Applications with the LinkedIn API
 
Featured Snippets - How to Get Position Zero
Featured Snippets - How to Get Position ZeroFeatured Snippets - How to Get Position Zero
Featured Snippets - How to Get Position Zero
 
Digital Marketing Mumbai
Digital Marketing MumbaiDigital Marketing Mumbai
Digital Marketing Mumbai
 
Web Marketing Week3
Web Marketing Week3Web Marketing Week3
Web Marketing Week3
 
SEO OPTIMIZATION ANALYSIS
SEO OPTIMIZATION ANALYSISSEO OPTIMIZATION ANALYSIS
SEO OPTIMIZATION ANALYSIS
 
Getting the Most out of Type-Ahead/Autocomplete - LavaCon 2015 propsoal by Br...
Getting the Most out of Type-Ahead/Autocomplete - LavaCon 2015 propsoal by Br...Getting the Most out of Type-Ahead/Autocomplete - LavaCon 2015 propsoal by Br...
Getting the Most out of Type-Ahead/Autocomplete - LavaCon 2015 propsoal by Br...
 
SMX West 2020 - Leveraging Structured Data for Maximum Effect
SMX West  2020 - Leveraging Structured Data for Maximum EffectSMX West  2020 - Leveraging Structured Data for Maximum Effect
SMX West 2020 - Leveraging Structured Data for Maximum Effect
 
SERPs to Markup: How to Increase Your Earned Traffic
SERPs to Markup: How to Increase Your Earned TrafficSERPs to Markup: How to Increase Your Earned Traffic
SERPs to Markup: How to Increase Your Earned Traffic
 
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & MicroformatsStephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
 

Más de Alexis Sanders

The Science of Seeking Your Customer: Research, SEO, CRM
The Science of Seeking Your Customer: Research, SEO, CRMThe Science of Seeking Your Customer: Research, SEO, CRM
The Science of Seeking Your Customer: Research, SEO, CRMAlexis Sanders
 
SEMrush- 5 Hours of SEO - Scaling Ranking Data Analysis
SEMrush- 5 Hours of SEO - Scaling Ranking Data AnalysisSEMrush- 5 Hours of SEO - Scaling Ranking Data Analysis
SEMrush- 5 Hours of SEO - Scaling Ranking Data AnalysisAlexis Sanders
 
Alexis + Max - We Love SEO 19 - Bot X
Alexis + Max - We Love SEO 19 - Bot XAlexis + Max - We Love SEO 19 - Bot X
Alexis + Max - We Love SEO 19 - Bot XAlexis Sanders
 
SEO in Orbit - Duplicate Content by OnCrawl
SEO in Orbit - Duplicate Content by OnCrawlSEO in Orbit - Duplicate Content by OnCrawl
SEO in Orbit - Duplicate Content by OnCrawlAlexis Sanders
 
SMX Keynote - SEO Horizons - Alexis' Section
SMX Keynote - SEO Horizons - Alexis' SectionSMX Keynote - SEO Horizons - Alexis' Section
SMX Keynote - SEO Horizons - Alexis' SectionAlexis Sanders
 
diagnosing technical seo issues
diagnosing technical seo issuesdiagnosing technical seo issues
diagnosing technical seo issuesAlexis Sanders
 
quest is in the name: question answering systems
quest is in the name: question answering systemsquest is in the name: question answering systems
quest is in the name: question answering systemsAlexis Sanders
 
skillshare organic search strategies - template
skillshare organic search strategies - templateskillshare organic search strategies - template
skillshare organic search strategies - templateAlexis Sanders
 
skillshare organic search strategy
skillshare organic search strategyskillshare organic search strategy
skillshare organic search strategyAlexis Sanders
 
Mobile-first indexing - SMX East
Mobile-first indexing - SMX East Mobile-first indexing - SMX East
Mobile-first indexing - SMX East Alexis Sanders
 
FoundConf 2018 Signals Speak - Alexis Sanders
FoundConf 2018 Signals Speak - Alexis SandersFoundConf 2018 Signals Speak - Alexis Sanders
FoundConf 2018 Signals Speak - Alexis SandersAlexis Sanders
 
the SEO cyborg - Moz 2018 (full edition)
the SEO cyborg - Moz 2018 (full edition)the SEO cyborg - Moz 2018 (full edition)
the SEO cyborg - Moz 2018 (full edition)Alexis Sanders
 
Mobile-First Indexing and AMP - SMX Advanced 2018
Mobile-First Indexing and AMP - SMX Advanced 2018Mobile-First Indexing and AMP - SMX Advanced 2018
Mobile-First Indexing and AMP - SMX Advanced 2018Alexis Sanders
 
D13TM Newsletter - July
D13TM Newsletter - JulyD13TM Newsletter - July
D13TM Newsletter - JulyAlexis Sanders
 
2016-7 Toastmasters PRM Plan-Website
2016-7 Toastmasters PRM Plan-Website2016-7 Toastmasters PRM Plan-Website
2016-7 Toastmasters PRM Plan-WebsiteAlexis Sanders
 
Summer TLI 2016 program v7
Summer TLI 2016 program v7Summer TLI 2016 program v7
Summer TLI 2016 program v7Alexis Sanders
 
Fall Conference 2015 - Hall of Fame Program - v4
Fall Conference 2015 - Hall of Fame Program - v4Fall Conference 2015 - Hall of Fame Program - v4
Fall Conference 2015 - Hall of Fame Program - v4Alexis Sanders
 
Summer TLI 2015 program-Final-LOW RES
Summer TLI 2015 program-Final-LOW RESSummer TLI 2015 program-Final-LOW RES
Summer TLI 2015 program-Final-LOW RESAlexis Sanders
 

Más de Alexis Sanders (20)

The Science of Seeking Your Customer: Research, SEO, CRM
The Science of Seeking Your Customer: Research, SEO, CRMThe Science of Seeking Your Customer: Research, SEO, CRM
The Science of Seeking Your Customer: Research, SEO, CRM
 
SEMrush- 5 Hours of SEO - Scaling Ranking Data Analysis
SEMrush- 5 Hours of SEO - Scaling Ranking Data AnalysisSEMrush- 5 Hours of SEO - Scaling Ranking Data Analysis
SEMrush- 5 Hours of SEO - Scaling Ranking Data Analysis
 
SEO and Analytics
SEO and AnalyticsSEO and Analytics
SEO and Analytics
 
Alexis + Max - We Love SEO 19 - Bot X
Alexis + Max - We Love SEO 19 - Bot XAlexis + Max - We Love SEO 19 - Bot X
Alexis + Max - We Love SEO 19 - Bot X
 
SEO in Orbit - Duplicate Content by OnCrawl
SEO in Orbit - Duplicate Content by OnCrawlSEO in Orbit - Duplicate Content by OnCrawl
SEO in Orbit - Duplicate Content by OnCrawl
 
SMX Keynote - SEO Horizons - Alexis' Section
SMX Keynote - SEO Horizons - Alexis' SectionSMX Keynote - SEO Horizons - Alexis' Section
SMX Keynote - SEO Horizons - Alexis' Section
 
diagnosing technical seo issues
diagnosing technical seo issuesdiagnosing technical seo issues
diagnosing technical seo issues
 
quest is in the name: question answering systems
quest is in the name: question answering systemsquest is in the name: question answering systems
quest is in the name: question answering systems
 
skillshare organic search strategies - template
skillshare organic search strategies - templateskillshare organic search strategies - template
skillshare organic search strategies - template
 
skillshare organic search strategy
skillshare organic search strategyskillshare organic search strategy
skillshare organic search strategy
 
Mobile-first indexing - SMX East
Mobile-first indexing - SMX East Mobile-first indexing - SMX East
Mobile-first indexing - SMX East
 
FoundConf 2018 Signals Speak - Alexis Sanders
FoundConf 2018 Signals Speak - Alexis SandersFoundConf 2018 Signals Speak - Alexis Sanders
FoundConf 2018 Signals Speak - Alexis Sanders
 
the SEO cyborg - Moz 2018 (full edition)
the SEO cyborg - Moz 2018 (full edition)the SEO cyborg - Moz 2018 (full edition)
the SEO cyborg - Moz 2018 (full edition)
 
Mobile-First Indexing and AMP - SMX Advanced 2018
Mobile-First Indexing and AMP - SMX Advanced 2018Mobile-First Indexing and AMP - SMX Advanced 2018
Mobile-First Indexing and AMP - SMX Advanced 2018
 
Ocular Dialect
Ocular DialectOcular Dialect
Ocular Dialect
 
D13TM Newsletter - July
D13TM Newsletter - JulyD13TM Newsletter - July
D13TM Newsletter - July
 
2016-7 Toastmasters PRM Plan-Website
2016-7 Toastmasters PRM Plan-Website2016-7 Toastmasters PRM Plan-Website
2016-7 Toastmasters PRM Plan-Website
 
Summer TLI 2016 program v7
Summer TLI 2016 program v7Summer TLI 2016 program v7
Summer TLI 2016 program v7
 
Fall Conference 2015 - Hall of Fame Program - v4
Fall Conference 2015 - Hall of Fame Program - v4Fall Conference 2015 - Hall of Fame Program - v4
Fall Conference 2015 - Hall of Fame Program - v4
 
Summer TLI 2015 program-Final-LOW RES
Summer TLI 2015 program-Final-LOW RESSummer TLI 2015 program-Final-LOW RES
Summer TLI 2015 program-Final-LOW RES
 

Último

Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...David Celestin
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfMahamudul Hasan
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...ZurliaSoop
 
Zone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxZone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxlionnarsimharajumjf
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoKayode Fayemi
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...amilabibi1
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIINhPhngng3
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityHung Le
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.thamaeteboho94
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalFabian de Rijk
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 

Último (17)

Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
Proofreading- Basics to Artificial Intelligence Integration - Presentation:Sl...
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdfSOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
SOLID WASTE MANAGEMENT SYSTEM OF FENI PAURASHAVA, BANGLADESH.pdf
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
Jual obat aborsi Jakarta 085657271886 Cytote pil telat bulan penggugur kandun...
 
Zone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptxZone Chairperson Role and Responsibilities New updated.pptx
Zone Chairperson Role and Responsibilities New updated.pptx
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait Cityin kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
in kuwait௹+918133066128....) @abortion pills for sale in Kuwait City
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven CuriosityUnlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
Unlocking Exploration: Self-Motivated Agents Thrive on Memory-Driven Curiosity
 
Introduction to Artificial intelligence.
Introduction to Artificial intelligence.Introduction to Artificial intelligence.
Introduction to Artificial intelligence.
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 

BrightonSEO Structured Data by Alexis Sanders

  • 1. Alexis Sanders Merkle Inc Advanced and Practical Structured Data @AlexisKSanders #brightonSEO
  • 2. <script type="application/ld-json"> { "@context": "http://schema.org", "@type": “Product", "name": "Super Product!" "offers": { "@type": "Offers", "priceCurrency": "USD", "price": "12.99", } } </script> Find 5 errors in this JSON-LD.
  • 3. Agenda <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Person", "name": "Alexis Sanders", "jobTitle": "Technical SEO Manager", "sameAs": "https://twitter.com/AlexisKSanders", "worksFor": { "@type": "Organization", "name": "Merkle", "url": "https://www.merkleinc.com" }, "url": "https://technicalseo.expert" } </script>
  • 4. 4 Merkle SEO team works across a vast array of clients @AlexisKSanders#brightonSEO
  • 5. 5 I’m Sophia’s #ProudAunt too. "relatedTo": { "@type": "Person", "name": "Sophia" } @AlexisKSandersHelping test Google’s “Bayesian Optimization for a Better Dessert” -> https://research.google.com/pubs/pub46507.html #brightonSEO
  • 6. <script type="application/ld-json"> { "@context": "http://schema.org", "@type": “Product", "name": "Super Product!" "offers": { "@type": "Offers", "priceCurrency": "USD", "price": "12.99", } } </script> Answers  Should be +  Straight quote  Comma after property  Offer  No comma for last property
  • 7. Moral of Story: It’s easy to make small errors, always validate!
  • 8. Agenda • Overview • Why we <3 it • Practical • Advanced • Implementing A-Z (hopefully not zzz) • Common pitfalls Agenda
  • 9. Structured data n. Information with a high degree of organization.
  • 10. 10 Conceptual visualization of structured data for web Structured DataUnstructured Data < > Markup types JSON-LD Microdata Microformats RDFa (e.g., text) @AlexisKSanders#brightonSEO
  • 11. Schema.org is a vocabulary (of many), but really is more comparable to a dictionary.
  • 12. 12 http://schema.org/Product Definition (Item) type Each type (thing you markup) has a definition #brightonSEO @AlexisKSanders
  • 13. 13 0 1 2 3 4 5 6 7 8 Story of web structured data: less ended up being more.DomainUsage(Millions) 201720162003 2004 2008 2010/1 2012 2013 2014 20151997 2000 < > http://webdatacommons.org/structureddata; https://www.slideshare.net/rvguha/sem-tech2014c * @AlexisKSanders
  • 14. 14 Mircodata* <div itemscope itemtype="http://schema.org/Event"> <span itemprop="name">BrightonSEO</span> <meta itemprop="url" content="https://www.brightonseo.com/" /> <meta itemprop="startDate" content="2018-04-26T7:00" /> <meta itemprop="endDate" content="2018-04-27T16:15" /> </div> < > @AlexisKSanders*Note: Missing required properties, for illustrative purposes only #brightonSEO
  • 15. 15 JSON-LD* <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Event", "name": "BrightonSEO", "url": "https://www.brightonseo.com/", "startDate": "2018-04-26T7:00", "endDate": "2018-04-27T16:15" } </script> *Note: Missing required properties, for illustrative purposes only @AlexisKSanders
  • 16. 16 MICRODATA < > Implementation What is it? HTML JavaScript Easier to copy and paste on page Can be easier for templated pages Support JSON-LD Microdata versus JSON-LD * *Rich results for products not consistently populating, yet (Aaron Bradley started a Community Tracker: https://goo.gl/kKZk2c) #brightonSEO @AlexisKSanders
  • 17. Nesting n. organizing information in layers; adding objects in objects.
  • 18. 18 Product name : offers : price : priceCurrency : @type : Offer reviewCount : aggregateRating : @type : AggregateRating ratingValue : Match Nest Me! Rated 4.5 out of 5 $7.29 (USD) 75 reviews Super Shine Apricot Shampoo brand : name : @type : Thing JĀSÖN #brightonSEO @AlexisKSanders
  • 19. 19 Product name : offers : price : priceCurrency : @type : Offer reviewCount : aggregateRating : @type : AggregateRating ratingValue : Rated 4.5 out of 5 $7.29 (USD) 75 reviews Super Shine Apricot Shampoo brand : name : @type : Thing JĀSÖN Super Shine Apricot Shampoo 4.5 75 7.29 USD JĀSÖN Match Nest Me! #brightonSEO @AlexisKSanders
  • 20. 20 <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", name : offers : price : priceCurrency : @type : Offer reviewCount : aggregateRating : @type : AggregateRating ratingValue : Rated 4.5 out of 5 $7.29 (USD) 75 reviews Super Shine Apricot Shampoo brand : name : @type : Thing JĀSÖN Super Shine Apricot Shampoo 4.5 75 7.29 USD JĀSÖN } </script> " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " " , , , , , , } } } { { { , , Match Nest Me! #brightonSEO @AlexisKSanders
  • 22. 22 Product AggregateRating Offer 1. Enhanced SERP Results Note: Schema.org doesn’t necessarily need to be present for rich results to appear. #brightonSEO @AlexisKSanders
  • 23. 23 MusicEvent Note: Schema.org doesn’t necessarily need to be present for rich results to appear. 1. Enhanced SERP Results #brightonSEO @AlexisKSanders
  • 24. 24 Google’s featured snippets with rich results https://developers.google.com/search/docs/guides/ *Opt-in, must express interest Article BlogPosting Book* BreadcrumbList ClaimReview* Course Dataset* Event ImageObject ItemList JobPosting LocalBusiness* Movie (WatchAction*) MusicAlbum* MusicArtist* MusicGroup* NewsArticle Occupation Organization (ContactPoint, logo, sameAs) Person (sameAs) Product (Offer) Rating AggregateRating Recipe Review* SoftwareAppplication* TVEpisode (WatchAction*) TVSeason (WatchAction*) TVSeries (WatchAction*) VideoObject WebPageElement (isAccessibleForFree for Paywall Content) WebSite (SearchAction) https://developers.google.com/search/docs/guides/ @AlexisKSanders
  • 25. 25 2. CTR for rich results = higher than without (in most cases) #brightonSEO @AlexisKSanders
  • 26. 26 3. Offers potential to improve confidence in relevance “Known for” = representative term (e.g., [server], [host], [dinner] in article about restaurant) Google Patent: Assigning terms of interest to an entity 8,589,399, 3/26/12 Example of AssociatingTerms with Business Listing #brightonSEO @AlexisKSanders
  • 27. “I want to live in a world where schema is not that important, but currently, we need it… https://searchengineland.com/gary-illyes-ask-anything-smx-east-285706 @methode Gary Illyes Google
  • 28. …If a team at Google recommends it, you probably should make use of it, as schema helps us understand the content on the page… https://searchengineland.com/gary-illyes-ask-anything-smx-east-285706 @methode Gary Illyes Google
  • 29. …and it is used in certain search features (but not in rankings algorithms).” https://searchengineland.com/gary-illyes-ask-anything-smx-east-285706 @methode Gary Illyes Google
  • 30. Schema can help us extract entities better @JohnMu John Mueller Google Google Webmaster Hangout 2/1/18 ~42 Minutes: https://goo.gl/dsZRc6
  • 31. Google doesn’t mind if people markup non- supported markup (change in SERP may not be noticeable) @JohnMu John Mueller Google Google Webmaster Hangout 2/1/18 ~42 Minutes: https://goo.gl/dsZRc6
  • 32. We don’t use Schema.org as a quality factor @JohnMu John Mueller Google Google Webmaster Hangout 2/1/18 ~42 Minutes: https://goo.gl/dsZRc6
  • 33. 33 4. Product Merchant Center Feed updates (2017) https://support.goog le.com/merchants/an swer/6069143 Structured data markup must be present in the HTML returned from the web server (i.e., no JavaScript generated tags) Benefits: • Automatic item updates • Google Sheets Merchant Center add-on #brightonSEO @AlexisKSanders
  • 34. 34 5. Future: Support Voice (hypothesis) Google Mini pulls web answers from featured snippets. Featured snippets appear when Google has high confidence in usefulness of response. Structured data can support confidence ratings. @AlexisKSanders #brightonSEO
  • 35. 35 • Microdata: 76% • JSON-LD: 25% • OGP: 68% • Twitter Summary Cards: 27% +25K eCommerce URLs populating with featured snippets: Twitter SEO Experiments: https://goo.gl/fRzmgf Important Note: Correlation does not imply causation. Huge thanks to @AlexisKSanders #brightonSEO
  • 36. 36 Top Occurring Microdata for eCom with Snippet Twitter SEO Experiments: https://goo.gl/fRzmgf Huge thanks to OfferCatalog, 18% ListItem, 14% AggregateRating, 9% Product, 8%Review, 8% Rating, 7% NewCondition, 6% Offer, 5% Thing, 4% BreadcrumbList, 4% Other, 17% Important Note: Correlation does not imply causation.Huge thanks to #brightonSEO @AlexisKSanders
  • 37. 37 Twitter SEO Experiments: https://goo.gl/fRzmgf Huge thanks to ListItem, 25% Offer, 16% Product, 15%WebPage, 6% BreadcrumbList, 5% Organization, 4% SiteNavigationElement, 4% AggregateRating, 3% WebPageElement, 3% ImageObject, 3% Other, 16% Top Occurring JSON-LD for eCom with Snippet Important Note: Correlation does not imply causation.Huge thanks to #brightonSEO @AlexisKSanders
  • 38. 38 6. Future: Support Voice (speculative) http://pending.schema.org/SpeakableSpecification http://pending.schema.org/speakable http://money.cnn.com/2018/02/18/media/black-panther-box-office/index.html #brightonSEO @AlexisKSanders
  • 40.
  • 41. 41 0 200,000 400,000 600,000 800,000 1,000,000 Organization PostalAddress Offer Article Person Product Blog WPHeader SiteNavigationElement WebPage Popular Schema: Top 10 Microdata by Domain < > http://webdatacommons.org/structureddata @AlexisKSandershttp://webdatacommons.org/structureddata #brightonSEO
  • 42. 42 0 500,000 1,000,000 1,500,000 2,000,000 2,500,000 3,000,000 ListItem WebPage Event Place PostalAddress LocalBusiness Person Organization SearchAction WebSite Popular Schema: Top 10 JSON-LD by Domain http://webdatacommons.org/structureddata Sept '14 Oct '14 Jan '15 Jan '15 Sept '14 Dec '15 Dec '15 Dec '15 Aug ‘16 @AlexisKSandershttp://webdatacommons.org/structureddata #brightonSEO
  • 43. 43 Practical Schema: Most sites BreadcrumbList Person Organization WebSite ItemList Properties itemListElement sameAs logo, contactPoint, sameAs potentialAction itemListElement TypeMarking up Breadcrumbs Person Organization Sitelink Searchbox Carousel Lists https://developers.google.com/search/docs/guides/ #brightonSEO @AlexisKSanders
  • 45. 45 Step 1: Navigate to JSON-LD Schema Markup Generator https://technicalseo.com/seo-tools/schema-markup-generator @AlexisKSanders
  • 46. 46 Step 2: Select your Item Type from Dropdown Menu https://technicalseo.com/seo-tools/schema-markup-generator @AlexisKSanders #brightonSEO
  • 48. 48 Step 4: Test in Google’s Structured Data Testing Tool https://technicalseo.com/seo-tools/schema-markup-generator https://technicalseo.com/seo-tools/schema-markup-generator @AlexisKSanders #brightonSEO
  • 49. 49 Implementing Practical Schema - Intermediate https://developers. google.com/search /docs/guides/ @AlexisKSanders #brightonSEO
  • 50. 50 Step 1: Read Guidelines Rules Opportunities @AlexisKSandershttps://developers.google.com/search/docs/guides/ #brightonSEO
  • 51. 51 Step 2: Review Item Properties (especially note “Required”)! Required Properties @AlexisKSandershttps://developers.google.com/search/docs/guides/ #brightonSEO
  • 52. 52 Step 3: Check out Example Markups Examples @AlexisKSandershttps://developers.google.com/search/docs/guides/ #brightonSEO
  • 53. 53 Step 4: Reverse-engineer by replacing values Update values @AlexisKSandershttps://developers.google.com/search/docs/guides/ #brightonSEO
  • 55.
  • 56. 56 Schema.org (for brave souls) http://schema.org /docs/full.html @AlexisKSanders#brightonSEO
  • 57. 57 Stages of Working with Schema.org ::a ton of confused stares:: ::intense concentration:: ::coffee + intense concentration:: ::unlocking the eternal mysteries within Schema.org:: http://schema.org/docs/full.html #brightonSEO @AlexisKSanders
  • 58. 58 Step 1: Select Type from Schema.org’s Full Hierarchy http://schema.org/docs/full.html Select “Core plus all extensions” @AlexisKSanders #brightonSEO
  • 59. 59 Item Type Page http://schema.org/docs/full.html (Item) type Hierarchy Description Usage http://schema.org/Aquarium @AlexisKSanders #brightonSEO
  • 60. 60 Item Properties, Expected Type, and Description http://schema.org/docs/full.html http://schema.org/Aquarium @AlexisKSanders #brightonSEO
  • 61. 61 Organization of Item Properties http://schema.org/docs/full.html CivilStructure Place Thing http://schema.org/Aquarium @AlexisKSanders #brightonSEO
  • 62. “ExpectedType” tells you when you’ll need to nest objects (think: itemscope itemtype & "@type")
  • 63. • Number • Float • Integer • Text • URL • Time If it’s a data type, you don’t nest • Boolean • False • True • Date • DateTime D A T A T Y P E S Don’t nest me!
  • 65. 65 Step 2: List Item Properties, Expected Type, and Values http://schema.org/docs/full.html http://schema.org/Aquarium #brightonSEO @AlexisKSanders
  • 66. 66 Step 3: Add Syntax (JSON-LD) <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Aquarium", "name": "National Aquarium", "alternateName": "National Aquarium in Baltimore", "telephone": "+1-410-576-3800", "address": { "@type": "PostalAddress", "streetAddress": "501 E Pratt St", "addressLocality": "Baltimore", "addressRegion": "MD", "postalCode": "21202", "addressCountry": "US" } } </script> Beginning Type Properties Type Properties end *Note: Missing required properties, for illustrative purposes onlyhttp://schema.org/Aquarium #brightonSEO @AlexisKSanders
  • 67. 67 Step 3: Add Syntax (Microdata) <div itemscope itemtype="http://schema.org/Aquarium"> <span itemprop="name">National Aquarium</span> <meta itemprop="name" content="National Aquarium in Baltimore" /> <span itemprop="telephone">+1-410-576-3800</span> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">501 E Pratt St</span> <span itemprop="addressLocality">Baltimore</span> <span itemprop="addressRegion">MD</span> <span itemprop="postalCode">21202</span> <span itemprop="addressCountry">US</span> </div> </div> Type Properties Type Properties end *Note: Missing required properties, for illustrative purposes only http://schema.org/Aquarium *Note: Missing required properties, for illustrative purposes only #brightonSEO @AlexisKSanders
  • 69. You
  • 70. 70 Pitfall #1: Syntax • “” are not the same as "" –Microsoft switches "" to “” –Use a text editor • Mind your Commas • Tip: Pay attention to in SDTT #brightonSEO @AlexisKSanders
  • 71. 71 Pitfall #2: Vocabulary Vocabulary • Pay attention to required/allowed properties • Schema.org types and properties are case sensitive reference • Tip: Check in the Structured Data Testing Tool #brightonSEO @AlexisKSanders
  • 72. 72 Pitfall #3: Policy Violation • Adding information that is not on the page • Check Google’s Structured Data Policies: https://developers.google.com/structured- data/policies #brightonSEO @AlexisKSanders
  • 73. 73 Pitfall #4: Nesting Errors • Make sure to attribute properties to correct item type –E.g., using “name” and giving the location the event name • Tip: Pay close attention to { } and itemscope #brightonSEO @AlexisKSanders
  • 78. I (like Dwight) am not a psychic Disclaimer:
  • 79. 79 Future Predictions Google Schema.org Support AboutPage ApartmentComplex AudioObject AutoDealer Brand CollectionPage Comment ContactPage Corporation Hotel 1. Top Schema.org used w/o Google webpage documentation ImageGallery MusicPlaylist MusicRecording PriceSpecification RealEstateAgent Residence Store Table UserComments ViewAction#brightonSEO @AlexisKSanders
  • 80. 80 Future Predictions Google Schema.org Support 2. Item types that support voice efforts SpeakableSpecification HowTo HowToDirection HowToSection HowToStep HowToTip HowToDirection HowToItem HowToSupply HowToTool HowToStep HowToTip QAPage Question Answer @AlexisKSanders #brightonSEO
  • 81. 81 Future Predictions Google Schema.org Support 3. More for publishing and eCommerce (especially actions) AnalysisNewsArticle BackgroundNewsArticle OpinionNewsArticle ReportageNewsArticle ReviewNewsArticle EmployerReview UserReview ProductIndividualProduct ProductModel SomeProducts BuyAction QuoteAction GS1 Publishing eCommerce #brightonSEO @AlexisKSanders
  • 83. Fun stuff for you  https://technicalseo.com /homework/structured-data/ https://technicalseo.com /seo-tools/schema- markup-generator/visual/ @AlexisKSanders#brightonSEO
  • 84. 84 @methode Gary Illyes @JarnoVanDriel Jarno Van Driel @aaranged Aaron Bradley Experts to Follow @maxxeight Max Prin @searchliaison Danny Sullivan @JohnMu John Mueller @AlexisKSanders#brightonSEO
  • 85. 85 Icon Sources https://www.flaticon.com/authors/: • dinosoftlabs • eucalyp • freepik • gregor-cresnar • maxim-basinski • nikita-golubev • pixel-buddha • pixel-perfect • popcorns-arts • smashicons • vectors-market • basic-flat-icons @AlexisKSanders
  • 86. THANK YOU! SEE YOU AT THE NEXT #brightonSEO @AlexisKSanders /in/alexissanders

Notas del editor

  1. To Do: - Fix formatting Cut some content
  2. https://www.slideshare.net/rvguha/sem-tech2014c http://webdatacommons.org/structureddata/ 97 – RDF 00 – FOAF, DAML 01 - OWL DL/QL/EL/RL 03 – SPARQL, Microformats 04 – SIOC, RDFa 08 - Monkey 09 – SKOS 10 – Schema.org, JSON-LD 10 – Schema.org 12 – Bing’s documentation 15 – Google Recipe JSON-LD 16 – Google JSON-LD Support for Product/Review 16 – Google revamps documentation Sitelinks search box in Google search results 5-Sep-14 Organization logos in Google search results - JSON-LD 21-Oct-14 Social profiles in Google Knowledge Graph 15-Jan-15 Event rich snippets in Google search results - JSON-LD 15-Jan-15 Product rich snippets in Google search results - JSON-LD 3-Feb-16 Review rich snippets in Google search results - JSON-LD 3-Feb-16 Google adds JSON-LD support for breadcrumbs 12-Aug-16 Google Merchant Center adds JSON-LD support 28-Mar-17
  3. Sitelinks search box in Google search results 5-Sep-14 Organization logos in Google search results - JSON-LD 21-Oct-14 Social profiles in Google Knowledge Graph 15-Jan-15 Event rich snippets in Google search results - JSON-LD 15-Jan-15 Site name in search results - ~May 2015 https://web.archive.org/web/20151203223607/https://developers.google.com/structured-data/local-businesses/ dec 2015 Product rich snippets in Google search results - JSON-LD 3-Feb-16 Review rich snippets in Google search results - JSON-LD 3-Feb-16 Google adds JSON-LD support for breadcrumbs 12-Aug-16 Google Merchant Center adds JSON-LD support 28-Mar-17
  4. 2/14 – Live Coverage Likely because: 1. They’ll implement due to competitive nature. 2. It’s a low risk industry.