better findability with schema

29
Better findability with Schema

Upload: ana-gasston

Post on 16-Jul-2015

53 views

Category:

Marketing


0 download

TRANSCRIPT

Page 1: Better findability with Schema

Better findability with Schema

Page 2: Better findability with Schema

Ana Gasston SEO Manager at WBS

@anagasston

Page 3: Better findability with Schema

Google SERP

Page 4: Better findability with Schema

Structured snippets

Page 5: Better findability with Schema

Knowledge Graph

Page 6: Better findability with Schema

Breadcrumbs

Page 7: Better findability with Schema

Sitelinks Search Box

Page 8: Better findability with Schema

Product Listing Ads

Page 9: Better findability with Schema

Rich Snippets

Page 10: Better findability with Schema

36% of search results show rich snippets

searchmetrics.com/news-and-events/schema-org-in-google-search-results/

Page 11: Better findability with Schema

Schema types

Review

Product

Recipe

Page 12: Better findability with Schema

Schema types

Event

Video

Article

Page 13: Better findability with Schema

Schema types

Software Application

Page 14: Better findability with Schema

schema.org

Page 15: Better findability with Schema

Schema languages

• Microformats • RDFa • JSON-LD • Microdata

Page 16: Better findability with Schema

How to use Schema

<div> <h2>Wolf Hall</h2> <h3>by <a href="/author/hilary-mantel.html">Hilary Mantel</a></h3> <p>4 stars - 78,000 ratings</p> <p>Publisher: HarperCollins Publishers Ltd - Jan 1, 2009</p>

</div>

Page 17: Better findability with Schema

Microdata<div itemscope itemtype="http://schema.org/Book"> <h2 itemprop="name">Wolf Hall</h2> <h3>by <a itemprop="author" href="/author/hilary-mantel.html">Hilary Mantel</a></h3> <p itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> <meta itemprop="bestRating" content="5" /> <span itemprop="ratingValue">4</span> stars - <span itemprop="ratingCount">78,389</span> ratings</p>

<p>Publisher: <span itemprop="publisher">HarperCollins Publishers Ltd</span> - <time itemprop="datePublished" datetime="2009-01-01">Jan 1, 2009</time></p>

</div>

Page 18: Better findability with Schema

JSON-LD<script type="application/ld+json"> { "@context" : "http://schema.org", "@type" : "Book", "name" : "Wolf Hall", "author" : { "@type" : “Person", "name" : "Hilary Mantel" }, "datePublished" : “2009-01-01", "publisher" : { "@type" : "Organization", "name" : "HarperCollins Publishers Ltd" }, "aggregateRating" : { "@type" : "AggregateRating", "ratingValue" : "4", "ratingCount" : "78,000" } } </script>

Page 19: Better findability with Schema

Structured Data Testing Tool

google.com/webmasters/tools/richsnippets

Page 20: Better findability with Schema
Page 21: Better findability with Schema

Structured Data Markup Helper

google.com/webmasters/markup-helper/

Page 22: Better findability with Schema

Data highlighter

google.com/webmasters/tools/data-highlighter

Page 23: Better findability with Schema

New Testing Tool

developers.google.com/webmasters/structured-data/testing-tool/

Page 24: Better findability with Schema

0.3% of over 50m domains analysed use Schema

searchmetrics.com/news-and-events/schema-org-in-google-search-results/

Page 25: Better findability with Schema

Examples of websites that use structured markup

getschema.org/index.php/List_of_websites_using_Schema.org

Page 26: Better findability with Schema
Page 27: Better findability with Schema
Page 28: Better findability with Schema
Page 29: Better findability with Schema

Thank youAna Gasston

@anagasston