SlideShare una empresa de Scribd logo
1 de 19
Advanced Schema Markup As
Told By Super Saiyans
What is Schema?
• The purpose of using
structured data markup is
to help search engines
better understand your
business.
• It’s important that you
select the schema type
that best describes your
business to make it that
much easier for search
engines to understand
your business.
Example
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url" href="http://www.dynamicwebsolutions.com/">
<a itemprop="telephone" href="tel:8043032883”</a>
</div>
<div itemprop="address" itemscope
itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1813 E. Broad St./span>
<span itemprop="addressLocality">Richmond</span>
<span itemprop="addressRegion">VA</span>
<span itemprop="postalCode">23221</span>
</div>
But let’s take it to the next level.
The additionalType Property
• What if you can’t find an accurate schema that
best describes your business? Or, what if you’re
afraid you don’t think your type of schema is
specific enough?
• Use an additional ontology called
Productontology. It allows you to specify products
and even services, bit it also be used to help
extend other schemas to get more specific.
The additionalType Property
• We want to find the matching entity of your
product or service on Wikipedia and create a URI
with Productontology. Then use the
additionalType property to create an association
between the general schema type and the more
specific description.
• For example, Cheryl owns a deli. But there isn’t
an exact schema type for deli so she has to settle
for the schema type, Food Establishment. But she
wants to get more specific than just Food
Establishment.
The additionalType Property
• First, find the Wikipedia page related to your specific
service or product.
– http://en.wikipedia.org/wiki/Delicatessen
• Then, using the Productonology URI we take the last
part of the Wiki URL and add it to the Productontology
URL
– http://www.productontology.org/id/
– http://www.productontology.org/id/Delicatessen
• Then use the additionalType property to mark it up and
create the association.
The additionalType Property
<div itemscope itemtype=“http://schema.org/FoodEstablishment”>
<link itemprop=”additionalType”
href=“http://www.productontology.org/id/Delicatessen” />
<span itemprop=”name”>Cheryl’s Dank Deli</span>
<div itemprop=”address” itemscope
itemtype=“http://schema.org/PostalAddress”>
<span itemprop=”streetAddress”>100 Main St.</span>
<span itemprop=”addressLocality”>Richmond</span>,
<span itemprop=”addressRegion”>VA</span>
<span itemprop=”postalCode”>23221</span>
</div>
<span itemprop=”telephone”>(804) 123-4567</span>
</div>
We just took it to a whole new level…
…but let’s
see if we can
take it even
further.
The sameAs
Property
• When you create citations it
become a waiting game as
you wait for Google to find
your new citations and make
the connections between
those listings, your business
and your websites.
• The SameAs property can
help make this process
quicker and easier. You can
tell search engines that the
business you’ve marked up is
the same one found at a
certain citation URL.
The sameAs Property Example
<div itemscope itemtype=http://schema.org/LocalBusiness>
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url" href=http://www.dynamicwebsolutions.com/>
<link itemprop="sameAs"
href=https://plus.google.com/+DynamicWebSolutions>
</div>
The geo and hasMap Properties
• One of the most important things for Local
SEO is making it absolutely clear to search
engines where your business is located. Using
the geo and hasMap properties is sure to
make things crystal clear.
The geo and hasMap Properties
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url" href="http://www.dynamicwebsolutions.com/">
<link itemprop="sameAs" href="https://plus.google.com/+DynamicWebSolutions”>
<link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8">
<a itemprop="telephone" href="tel:18043032883”</a>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1813 E. Broad St./span>
<span itemprop="addressLocality">Richmond</span>
<span itemprop="addressRegion">VA</span>
<span itemprop="postalCode">23221</span>
</div>
<span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates">
<meta itemprop="latitude" content="37.538912" />
<meta itemprop="longitude" content="-77.424745" />
</span>
</div>
The Knowledge Graph and Your Logo
• Clients often come to us with
the questions, “why isn’t my
logo showing up, can you fix
this?”
• Google recommends marking
up your logo because, as
stated on their Webmaster
Central blog, “markup like this
is a strong signal to our
algorithms to show this image
in preference over others, for
example when we show
Knowledge Graph on the right
hand side based on users’
queries.”
The Knowledge Graph and Your Logo &
Telephone Example
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url"
href="http://www.dynamicwebsolutions.com/">
<img itemprop="logo"
src="https://www.dynamicwebsolutions.com/site/wp-
content/uploads/2014/11/DWS-Logo.jpg" />
<link itemprop="sameAs"
href="https://plus.google.com/+DynamicWebSolutions”>
<link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8">
<a itemprop="telephone" href="tel:+18043032883>(804)303-
2883”</a>
Schema that was so weak and
powerless
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url"
href="http://www.dynamicwebsolutions.com/">
<a itemprop="telephone" href="tel:+"tel:18043032883”</a>
</div>
<div itemprop="address" itemscope
itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1813 E. Broad St./span>
<span itemprop="addressLocality">Richmond</span>
<span itemprop="addressRegion">VA</span>
<span itemprop="postalCode">23221</span>
</div>
Has now become…
The strongest in the universe
<div itemscope itemtype="http://schema.org/LocalBusiness">
<span itemprop="name">Dynamic Web Solutions</span>
<link itemprop="url"
href="http://www.dynamicwebsolutions.com/">
<img itemprop="logo"
src="https://www.dynamicwebsolutions.com/site/wp-
content/uploads/2014/11/DWS-Logo.jpg" />
<link itemprop="sameAs"
href="https://plus.google.com/+DynamicWebSolutions”>
<link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8">
<a itemprop="telephone" href="tel:+"tel:+18043032883>(804)303-
2883”</a>
<div itemprop="address" itemscope
itemtype="http://schema.org/PostalAddress">
<span itemprop="streetAddress">1813 E. Broad St./span>
<span itemprop="addressLocality">Richmond</span>
<span itemprop="addressRegion">VA</span>
<span itemprop="postalCode">23221</span>
</div>
<span itemprop="geo" itemscope
itemtype="http://schema.org/GeoCoordinates">
<meta itemprop="latitude" content="37.538912" />
<meta itemprop="longitude" content="-77.424745" />
</span>
</div>

Más contenido relacionado

La actualidad más candente

Max Prin - TechSEO Boost 2017 - SEO Best Practices For JavaScript-Based Websites
Max Prin - TechSEO Boost 2017 - SEO Best Practices For JavaScript-Based WebsitesMax Prin - TechSEO Boost 2017 - SEO Best Practices For JavaScript-Based Websites
Max Prin - TechSEO Boost 2017 - SEO Best Practices For JavaScript-Based WebsitesMax Prin
 
Google WebMaster Tool
Google WebMaster ToolGoogle WebMaster Tool
Google WebMaster ToolAli Ahmed
 
How to Use Google Search Console
How to Use Google Search ConsoleHow to Use Google Search Console
How to Use Google Search ConsoleBoostability
 
Google Search Console: An Ultimate Guide
Google Search Console: An Ultimate GuideGoogle Search Console: An Ultimate Guide
Google Search Console: An Ultimate GuideTyler Horvath
 
Using Google Analytics and Google Webmaster Tools to improve your site
Using Google Analytics and Google Webmaster Tools to improve your siteUsing Google Analytics and Google Webmaster Tools to improve your site
Using Google Analytics and Google Webmaster Tools to improve your siteMickey Mellen
 
Top 5 Ways to Analyze Your Website: Google Search Console
Top 5 Ways to Analyze Your Website: Google Search ConsoleTop 5 Ways to Analyze Your Website: Google Search Console
Top 5 Ways to Analyze Your Website: Google Search ConsoleElementive
 
Google Webmaster Tool Guide
Google Webmaster Tool GuideGoogle Webmaster Tool Guide
Google Webmaster Tool Guideitsyousuf
 
SEO Myths Busted II
SEO Myths Busted IISEO Myths Busted II
SEO Myths Busted IIFinishJoomla
 
Joomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best PracticesJoomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best PracticesFinishJoomla
 
The Technical SEO Renaissance
The Technical SEO RenaissanceThe Technical SEO Renaissance
The Technical SEO RenaissanceMichael King
 
Creating Custom Actions in SharePoint 2010
Creating Custom Actions in SharePoint 2010Creating Custom Actions in SharePoint 2010
Creating Custom Actions in SharePoint 2010Geoff Varosky
 
Google's Search Signals For Page Experience - SMX Advanced 2021 Patrick Stox
Google's Search Signals For Page Experience - SMX Advanced 2021 Patrick StoxGoogle's Search Signals For Page Experience - SMX Advanced 2021 Patrick Stox
Google's Search Signals For Page Experience - SMX Advanced 2021 Patrick StoxAhrefs
 
JavaScript SEO Ungagged 2019 Patrick Stox
JavaScript SEO Ungagged 2019 Patrick StoxJavaScript SEO Ungagged 2019 Patrick Stox
JavaScript SEO Ungagged 2019 Patrick Stoxpatrickstox
 
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...Charly Wargnier
 
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
 
Advanced Technical SEO - Index Bloat & Discovery: from Facets to Javascript F...
Advanced Technical SEO - Index Bloat & Discovery: from Facets to Javascript F...Advanced Technical SEO - Index Bloat & Discovery: from Facets to Javascript F...
Advanced Technical SEO - Index Bloat & Discovery: from Facets to Javascript F...Kahena Digital Marketing
 
The Real Problems Behind Indexing | 5 Hours of Technical SEO
The Real Problems Behind Indexing | 5 Hours of Technical SEOThe Real Problems Behind Indexing | 5 Hours of Technical SEO
The Real Problems Behind Indexing | 5 Hours of Technical SEOOnely
 

La actualidad más candente (20)

Max Prin - TechSEO Boost 2017 - SEO Best Practices For JavaScript-Based Websites
Max Prin - TechSEO Boost 2017 - SEO Best Practices For JavaScript-Based WebsitesMax Prin - TechSEO Boost 2017 - SEO Best Practices For JavaScript-Based Websites
Max Prin - TechSEO Boost 2017 - SEO Best Practices For JavaScript-Based Websites
 
Google WebMaster Tool
Google WebMaster ToolGoogle WebMaster Tool
Google WebMaster Tool
 
How to Use Google Search Console
How to Use Google Search ConsoleHow to Use Google Search Console
How to Use Google Search Console
 
Google Search Console: An Ultimate Guide
Google Search Console: An Ultimate GuideGoogle Search Console: An Ultimate Guide
Google Search Console: An Ultimate Guide
 
Using Google Analytics and Google Webmaster Tools to improve your site
Using Google Analytics and Google Webmaster Tools to improve your siteUsing Google Analytics and Google Webmaster Tools to improve your site
Using Google Analytics and Google Webmaster Tools to improve your site
 
Google Webmaster Tools for WordPress
Google Webmaster Tools for WordPressGoogle Webmaster Tools for WordPress
Google Webmaster Tools for WordPress
 
Top 5 Ways to Analyze Your Website: Google Search Console
Top 5 Ways to Analyze Your Website: Google Search ConsoleTop 5 Ways to Analyze Your Website: Google Search Console
Top 5 Ways to Analyze Your Website: Google Search Console
 
Google Webmaster Tool Guide
Google Webmaster Tool GuideGoogle Webmaster Tool Guide
Google Webmaster Tool Guide
 
SEO Myths Busted II
SEO Myths Busted IISEO Myths Busted II
SEO Myths Busted II
 
Joomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best PracticesJoomla 1.6 Core SEO and Best Practices
Joomla 1.6 Core SEO and Best Practices
 
Joomla 1.7 SEO
Joomla 1.7 SEOJoomla 1.7 SEO
Joomla 1.7 SEO
 
The Technical SEO Renaissance
The Technical SEO RenaissanceThe Technical SEO Renaissance
The Technical SEO Renaissance
 
Creating Custom Actions in SharePoint 2010
Creating Custom Actions in SharePoint 2010Creating Custom Actions in SharePoint 2010
Creating Custom Actions in SharePoint 2010
 
Google's Search Signals For Page Experience - SMX Advanced 2021 Patrick Stox
Google's Search Signals For Page Experience - SMX Advanced 2021 Patrick StoxGoogle's Search Signals For Page Experience - SMX Advanced 2021 Patrick Stox
Google's Search Signals For Page Experience - SMX Advanced 2021 Patrick Stox
 
JavaScript SEO Ungagged 2019 Patrick Stox
JavaScript SEO Ungagged 2019 Patrick StoxJavaScript SEO Ungagged 2019 Patrick Stox
JavaScript SEO Ungagged 2019 Patrick Stox
 
Google Search Console
Google Search ConsoleGoogle Search Console
Google Search Console
 
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
 
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)
 
Advanced Technical SEO - Index Bloat & Discovery: from Facets to Javascript F...
Advanced Technical SEO - Index Bloat & Discovery: from Facets to Javascript F...Advanced Technical SEO - Index Bloat & Discovery: from Facets to Javascript F...
Advanced Technical SEO - Index Bloat & Discovery: from Facets to Javascript F...
 
The Real Problems Behind Indexing | 5 Hours of Technical SEO
The Real Problems Behind Indexing | 5 Hours of Technical SEOThe Real Problems Behind Indexing | 5 Hours of Technical SEO
The Real Problems Behind Indexing | 5 Hours of Technical SEO
 

Similar a Advanced Schema Markup Techniques As Told by Super Saiyans

Advanced Structured Data: Beyond Rich Snippets
Advanced Structured Data: Beyond Rich SnippetsAdvanced Structured Data: Beyond Rich Snippets
Advanced Structured Data: Beyond Rich SnippetsJustin Briggs
 
Semantic web support for POSH
Semantic web support for POSHSemantic web support for POSH
Semantic web support for POSHDinu Suman
 
Microdata semantic-extend
Microdata semantic-extendMicrodata semantic-extend
Microdata semantic-extendSeek Tan
 
Structured data
Structured dataStructured data
Structured dataSon Dang
 
Microformats and SEO
Microformats and SEOMicroformats and SEO
Microformats and SEOGlenn Jones
 
Building Viral Social Experiences
Building Viral Social ExperiencesBuilding Viral Social Experiences
Building Viral Social ExperiencesJonathan LeBlanc
 
TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單偉格 高
 
Energizing Social Commerce with Open Graph
Energizing Social Commerce with Open GraphEnergizing Social Commerce with Open Graph
Energizing Social Commerce with Open GraphPraveen Alavilli
 
Searching the Web of Data (Tutorial)
Searching the Web of Data (Tutorial)Searching the Web of Data (Tutorial)
Searching the Web of Data (Tutorial)Gerard de Melo
 
Microformats and SEO
Microformats and SEOMicroformats and SEO
Microformats and SEOGlenn Jones
 
Open Data, Visualization & Usability for Online News Delivery
Open Data,  Visualization &  Usability for  Online News DeliveryOpen Data,  Visualization &  Usability for  Online News Delivery
Open Data, Visualization & Usability for Online News DeliveryMohan Krishnan
 
Desenvolvimento web com Ruby on Rails (parte 2)
Desenvolvimento web com Ruby on Rails (parte 2)Desenvolvimento web com Ruby on Rails (parte 2)
Desenvolvimento web com Ruby on Rails (parte 2)Joao Lucas Santana
 
Get Structured, Get Sexy... Get Schema!
Get Structured, Get Sexy... Get Schema!Get Structured, Get Sexy... Get Schema!
Get Structured, Get Sexy... Get Schema!Mitch Canter
 
jQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveisjQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveisPablo Garrido
 
Facebook Open Graph implementation in the Harvard Gazette
Facebook Open Graph implementation in the Harvard GazetteFacebook Open Graph implementation in the Harvard Gazette
Facebook Open Graph implementation in the Harvard GazetteHarvard Web Working Group
 
Festival newsletter
Festival newsletterFestival newsletter
Festival newsletterKetan Kamble
 
The Offspring of SEO and Semantic Web: SEO++
The Offspring of SEO  and Semantic Web: SEO++ The Offspring of SEO  and Semantic Web: SEO++
The Offspring of SEO and Semantic Web: SEO++ Jay Myers
 
Microformats - a quick primer
Microformats - a quick primerMicroformats - a quick primer
Microformats - a quick primerChad Henderson
 

Similar a Advanced Schema Markup Techniques As Told by Super Saiyans (20)

Advanced Structured Data: Beyond Rich Snippets
Advanced Structured Data: Beyond Rich SnippetsAdvanced Structured Data: Beyond Rich Snippets
Advanced Structured Data: Beyond Rich Snippets
 
Semantic web support for POSH
Semantic web support for POSHSemantic web support for POSH
Semantic web support for POSH
 
Microdata semantic-extend
Microdata semantic-extendMicrodata semantic-extend
Microdata semantic-extend
 
Structured data
Structured dataStructured data
Structured data
 
Microformats and SEO
Microformats and SEOMicroformats and SEO
Microformats and SEO
 
Building Viral Social Experiences
Building Viral Social ExperiencesBuilding Viral Social Experiences
Building Viral Social Experiences
 
Seo Cheat Sheet
Seo Cheat SheetSeo Cheat Sheet
Seo Cheat Sheet
 
Seo cheat-sheet
Seo cheat-sheetSeo cheat-sheet
Seo cheat-sheet
 
TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單TOSSUG HTML5 讀書會 新標籤與表單
TOSSUG HTML5 讀書會 新標籤與表單
 
Energizing Social Commerce with Open Graph
Energizing Social Commerce with Open GraphEnergizing Social Commerce with Open Graph
Energizing Social Commerce with Open Graph
 
Searching the Web of Data (Tutorial)
Searching the Web of Data (Tutorial)Searching the Web of Data (Tutorial)
Searching the Web of Data (Tutorial)
 
Microformats and SEO
Microformats and SEOMicroformats and SEO
Microformats and SEO
 
Open Data, Visualization & Usability for Online News Delivery
Open Data,  Visualization &  Usability for  Online News DeliveryOpen Data,  Visualization &  Usability for  Online News Delivery
Open Data, Visualization & Usability for Online News Delivery
 
Desenvolvimento web com Ruby on Rails (parte 2)
Desenvolvimento web com Ruby on Rails (parte 2)Desenvolvimento web com Ruby on Rails (parte 2)
Desenvolvimento web com Ruby on Rails (parte 2)
 
Get Structured, Get Sexy... Get Schema!
Get Structured, Get Sexy... Get Schema!Get Structured, Get Sexy... Get Schema!
Get Structured, Get Sexy... Get Schema!
 
jQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveisjQuery Mobile - Desenvolvimento para dispositivos móveis
jQuery Mobile - Desenvolvimento para dispositivos móveis
 
Facebook Open Graph implementation in the Harvard Gazette
Facebook Open Graph implementation in the Harvard GazetteFacebook Open Graph implementation in the Harvard Gazette
Facebook Open Graph implementation in the Harvard Gazette
 
Festival newsletter
Festival newsletterFestival newsletter
Festival newsletter
 
The Offspring of SEO and Semantic Web: SEO++
The Offspring of SEO  and Semantic Web: SEO++ The Offspring of SEO  and Semantic Web: SEO++
The Offspring of SEO and Semantic Web: SEO++
 
Microformats - a quick primer
Microformats - a quick primerMicroformats - a quick primer
Microformats - a quick primer
 

Último

Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...ChesterYang6
 
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO SuccessBrighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO SuccessVarn
 
Digital-Marketing-Into-by-Zoraiz-Ahmad.pptx
Digital-Marketing-Into-by-Zoraiz-Ahmad.pptxDigital-Marketing-Into-by-Zoraiz-Ahmad.pptx
Digital-Marketing-Into-by-Zoraiz-Ahmad.pptxZACGaming
 
Uncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsUncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsVWO
 
Aryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxAryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxtegevi9289
 
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best StrategiesGoogle 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best StrategiesSearch Engine Journal
 
April 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupApril 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupVbout.com
 
Unraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptxUnraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptxelizabethella096
 
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort ServiceDelhi Call girls
 
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15SearchNorwich
 
Brand experience Peoria City Soccer Presentation.pdf
Brand experience Peoria City Soccer Presentation.pdfBrand experience Peoria City Soccer Presentation.pdf
Brand experience Peoria City Soccer Presentation.pdftbatkhuu1
 
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Richard Ingilby
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...aditipandeya
 
Factors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxFactors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxVikasTiwari846641
 
The+State+of+Careers+In+Retention+Marketing-2.pdf
The+State+of+Careers+In+Retention+Marketing-2.pdfThe+State+of+Careers+In+Retention+Marketing-2.pdf
The+State+of+Careers+In+Retention+Marketing-2.pdfSocial Samosa
 
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 

Último (20)

Digital Strategy Master Class - Andrew Rupert
Digital Strategy Master Class - Andrew RupertDigital Strategy Master Class - Andrew Rupert
Digital Strategy Master Class - Andrew Rupert
 
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
 
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO SuccessBrighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
Brighton SEO April 2024 - The Good, the Bad & the Ugly of SEO Success
 
Digital-Marketing-Into-by-Zoraiz-Ahmad.pptx
Digital-Marketing-Into-by-Zoraiz-Ahmad.pptxDigital-Marketing-Into-by-Zoraiz-Ahmad.pptx
Digital-Marketing-Into-by-Zoraiz-Ahmad.pptx
 
Uncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsUncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 Reports
 
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
Top 5 Breakthrough AI Innovations Elevating Content Creation and Personalizat...
 
BUY GMAIL ACCOUNTS PVA USA IP INDIAN IP GMAIL
BUY GMAIL ACCOUNTS PVA USA IP INDIAN IP GMAILBUY GMAIL ACCOUNTS PVA USA IP INDIAN IP GMAIL
BUY GMAIL ACCOUNTS PVA USA IP INDIAN IP GMAIL
 
Aryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptxAryabhata I, II of mathematics of both.pptx
Aryabhata I, II of mathematics of both.pptx
 
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best StrategiesGoogle 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
 
April 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupApril 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting Group
 
Unraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptxUnraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptx
 
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
 
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort ServiceEnjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
Enjoy Night⚡Call Girls Dlf City Phase 4 Gurgaon >༒8448380779 Escort Service
 
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
Five Essential Tools for International SEO - Natalia Witczyk - SearchNorwich 15
 
Brand experience Peoria City Soccer Presentation.pdf
Brand experience Peoria City Soccer Presentation.pdfBrand experience Peoria City Soccer Presentation.pdf
Brand experience Peoria City Soccer Presentation.pdf
 
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
 
Factors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxFactors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptx
 
The+State+of+Careers+In+Retention+Marketing-2.pdf
The+State+of+Careers+In+Retention+Marketing-2.pdfThe+State+of+Careers+In+Retention+Marketing-2.pdf
The+State+of+Careers+In+Retention+Marketing-2.pdf
 
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
 

Advanced Schema Markup Techniques As Told by Super Saiyans

  • 1. Advanced Schema Markup As Told By Super Saiyans
  • 2. What is Schema? • The purpose of using structured data markup is to help search engines better understand your business. • It’s important that you select the schema type that best describes your business to make it that much easier for search engines to understand your business.
  • 3. Example <div itemscope itemtype="http://schema.org/LocalBusiness"> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href="http://www.dynamicwebsolutions.com/"> <a itemprop="telephone" href="tel:8043032883”</a> </div> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">1813 E. Broad St./span> <span itemprop="addressLocality">Richmond</span> <span itemprop="addressRegion">VA</span> <span itemprop="postalCode">23221</span> </div>
  • 4. But let’s take it to the next level.
  • 5. The additionalType Property • What if you can’t find an accurate schema that best describes your business? Or, what if you’re afraid you don’t think your type of schema is specific enough? • Use an additional ontology called Productontology. It allows you to specify products and even services, bit it also be used to help extend other schemas to get more specific.
  • 6. The additionalType Property • We want to find the matching entity of your product or service on Wikipedia and create a URI with Productontology. Then use the additionalType property to create an association between the general schema type and the more specific description. • For example, Cheryl owns a deli. But there isn’t an exact schema type for deli so she has to settle for the schema type, Food Establishment. But she wants to get more specific than just Food Establishment.
  • 7. The additionalType Property • First, find the Wikipedia page related to your specific service or product. – http://en.wikipedia.org/wiki/Delicatessen • Then, using the Productonology URI we take the last part of the Wiki URL and add it to the Productontology URL – http://www.productontology.org/id/ – http://www.productontology.org/id/Delicatessen • Then use the additionalType property to mark it up and create the association.
  • 8. The additionalType Property <div itemscope itemtype=“http://schema.org/FoodEstablishment”> <link itemprop=”additionalType” href=“http://www.productontology.org/id/Delicatessen” /> <span itemprop=”name”>Cheryl’s Dank Deli</span> <div itemprop=”address” itemscope itemtype=“http://schema.org/PostalAddress”> <span itemprop=”streetAddress”>100 Main St.</span> <span itemprop=”addressLocality”>Richmond</span>, <span itemprop=”addressRegion”>VA</span> <span itemprop=”postalCode”>23221</span> </div> <span itemprop=”telephone”>(804) 123-4567</span> </div>
  • 9. We just took it to a whole new level…
  • 10. …but let’s see if we can take it even further.
  • 11. The sameAs Property • When you create citations it become a waiting game as you wait for Google to find your new citations and make the connections between those listings, your business and your websites. • The SameAs property can help make this process quicker and easier. You can tell search engines that the business you’ve marked up is the same one found at a certain citation URL.
  • 12. The sameAs Property Example <div itemscope itemtype=http://schema.org/LocalBusiness> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href=http://www.dynamicwebsolutions.com/> <link itemprop="sameAs" href=https://plus.google.com/+DynamicWebSolutions> </div>
  • 13. The geo and hasMap Properties • One of the most important things for Local SEO is making it absolutely clear to search engines where your business is located. Using the geo and hasMap properties is sure to make things crystal clear.
  • 14. The geo and hasMap Properties <div itemscope itemtype="http://schema.org/LocalBusiness"> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href="http://www.dynamicwebsolutions.com/"> <link itemprop="sameAs" href="https://plus.google.com/+DynamicWebSolutions”> <link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8"> <a itemprop="telephone" href="tel:18043032883”</a> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">1813 E. Broad St./span> <span itemprop="addressLocality">Richmond</span> <span itemprop="addressRegion">VA</span> <span itemprop="postalCode">23221</span> </div> <span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"> <meta itemprop="latitude" content="37.538912" /> <meta itemprop="longitude" content="-77.424745" /> </span> </div>
  • 15. The Knowledge Graph and Your Logo • Clients often come to us with the questions, “why isn’t my logo showing up, can you fix this?” • Google recommends marking up your logo because, as stated on their Webmaster Central blog, “markup like this is a strong signal to our algorithms to show this image in preference over others, for example when we show Knowledge Graph on the right hand side based on users’ queries.”
  • 16. The Knowledge Graph and Your Logo & Telephone Example <div itemscope itemtype="http://schema.org/LocalBusiness"> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href="http://www.dynamicwebsolutions.com/"> <img itemprop="logo" src="https://www.dynamicwebsolutions.com/site/wp- content/uploads/2014/11/DWS-Logo.jpg" /> <link itemprop="sameAs" href="https://plus.google.com/+DynamicWebSolutions”> <link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8"> <a itemprop="telephone" href="tel:+18043032883>(804)303- 2883”</a>
  • 17. Schema that was so weak and powerless <div itemscope itemtype="http://schema.org/LocalBusiness"> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href="http://www.dynamicwebsolutions.com/"> <a itemprop="telephone" href="tel:+"tel:18043032883”</a> </div> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">1813 E. Broad St./span> <span itemprop="addressLocality">Richmond</span> <span itemprop="addressRegion">VA</span> <span itemprop="postalCode">23221</span> </div>
  • 19. The strongest in the universe <div itemscope itemtype="http://schema.org/LocalBusiness"> <span itemprop="name">Dynamic Web Solutions</span> <link itemprop="url" href="http://www.dynamicwebsolutions.com/"> <img itemprop="logo" src="https://www.dynamicwebsolutions.com/site/wp- content/uploads/2014/11/DWS-Logo.jpg" /> <link itemprop="sameAs" href="https://plus.google.com/+DynamicWebSolutions”> <link itemprop="hasMap" href="https://goo.gl/maps/x6Lf8"> <a itemprop="telephone" href="tel:+"tel:+18043032883>(804)303- 2883”</a> <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress"> <span itemprop="streetAddress">1813 E. Broad St./span> <span itemprop="addressLocality">Richmond</span> <span itemprop="addressRegion">VA</span> <span itemprop="postalCode">23221</span> </div> <span itemprop="geo" itemscope itemtype="http://schema.org/GeoCoordinates"> <meta itemprop="latitude" content="37.538912" /> <meta itemprop="longitude" content="-77.424745" /> </span> </div>