Upgrade to Pro — share decks privately, control downloads, hide ads and more …

PNWDS: The SEO Magic of Structured Data

PNWDS: The SEO Magic of Structured Data

Search engines have evolved. Results are no longer a simple list of links. Run a query and you'll get a wealth of related information in a variety of visual contexts. You’ll see easy to access, detailed contact and location information. Eye-catching recipes and product reviews. Aggregations of job listings that are easy to scan in an in-engine experience. Browsable discographies with artist details for music lovers. These kind of rich search results give users instant access to the most actionable and shareable content on your website, creating a positive user experience before they even visit your site.

What kind of dark arts are site owners using to create this detailed, rich information that spiders gobble up and use to create meaningful, easy to digest search results? How do businesses maximize their opportunity for this type of featured placement? The answers lie in structured data formats.

Attendees will leave this session with a basic understanding of what structured data is, what formats are available, and what types of structured data will benefit a site the most when it comes to SEO. We’ll also look at how to use these principles most efficiently within Drupal.

Watch the video: https://www.youtube.com/watch?v=201-44S6138

Katherine White

February 03, 2018
Tweet

More Decks by Katherine White

Other Decks in Technology

Transcript

  1. About me • Long-time Austinite • Solutions Architect & Engineer

    • Started working with Drupal 10 years ago • Director of Engineering at Kanopi Studios
  2. What we’ll cover • What is structured data • Why

    we use it • Structured data formats • Tools to use it in Drupal 8
  3. When it Matters • Corporate Contact & Logo • Articles

    • Books • Courses • Events • Job Postings • Local Businesses • Music and Movies • Products • Recipes • Reviews • (and it’s always changing)
  4. Featured Placement 36% of Google search results have schema data;

    but only 0.3% of sites use it.
 SearchMetrics Schema.org Analysis, 2014
  5. Featured Placement • Enhanced search result listings • Placement in

    mobile and featured carousels • Knowledge Panel results • Immersive search experiences
  6. Schema.org • Provides a wide variety of object definitions •

    Hierarchical schemas - property inheritance • Interlinking of objects • Can implement using any of these data formats
  7. Microdata • Format initially used on Schema.org • HTML specification

    - attribute-based • Feels familiar for beginners
  8. RDFa • Resource Description Framework in Attributes • More XML-Flavored

    - extension of HTML5 • Better than microdata for representing nested schema
  9. Markup-based Considerations • Adds attributes to your existing markup to

    define a Thing • Minimizes data redundancy • Keeps the schema definition with the data itself • Not the easiest thing to read at a glance for humans
  10. JSON-LD • JavaScript Object Notation - Linked Data • Injected

    into the document • Easy to read • Preferred by Google (especially with AMP) • Results in some data redundancy
  11. Use Metadata One of the most important things you can

    do for findability and sharability.
  12. Schema.org Metatag Module • Extends the Metatag module • Provides

    Schema.org objects for a subset of schema • Provides architecture to extend the types of Things available
  13. Supported Schema • Article • Organization • Person • VideoObject

    • Event • Product • Service • WebSite • WebPage • ItemList (for Views) • BreadcrumbList
  14. Conclusion • What is structured data • Why we use

    it • Structured data formats • How to use it in Drupal 8
  15. Resources • Intro to Structured Data: http://bit.ly/2znKODU • JSON-LD Playground:

    http://bit.ly/2ytGq8J • Structured Data testing tool: http://bit.ly/2zown2u • Schema.org Full Hierarchy: http://bit.ly/2wV616o • Schema.org Metatag Module: http://bit.ly/2hG072s