37
More Ways to Implement and track structured data 8

Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Embed Size (px)

DESCRIPTION

From the SMX East 2014 Conference in New York City, NY. SESSION: 25 Smart Examples Of Structured Data You Can Use. PRESENTATION: 8 More Ways To Implement & Track Structured Data - Given by Mike Arnesen, @Mike_Arnesen, SEO Team Manager - SwellPath. #SMX #22A

Citation preview

Page 1: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

More Ways to Implement and track structured data 8

Page 2: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Download bit.ly/semantic-hobbit

Page 3: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Mike Arnesen Director of Analytics & Optimization

at SwellPath google.com/search?mike+arnesen

@mike_arnesen

#SMX | #22A

Page 4: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Yes, it validates.

<div itemscope itemtype="http://schema.org/Event"><div itemprop="performer" itemscope itemtype="http://

schema.org/Person"><h1 itemprop="name" > Mike Arnesen</h1>

<h2 itemprop="jobTitle" > Director of Analytics & Optimization </h2> <h3 itemprop="worksFor" > SwellPath </h3> <a itemprop="url" href="google.com/search?q=mike

+arnesen">Find me on Google</a> <img src="/headshot.jpg" itemprop="image" /> <span itemprop="brand" >@mike_arnesen</span></div>#<span itemprop="name" >SMX</span>#<span itemprop="subEvent">22A</span><meta itemprop="startDate" content="2014-10-01"><meta itemprop="location" content="NYC" />

</div>

Page 5: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Audit & Discovery Let’s see what we have here

@mike_arnesen #SMX | #22A

Page 6: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Use analytics to identify prime targets for improvement.

@mike_arnesen #SMX | #22A

Page 7: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Don’t forget Screaming Frog!

@mike_arnesen #SMX | #22A

Page 8: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Implementation Develop and execute your plan

@mike_arnesen #SMX | #22A

Page 9: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

What content on your site is important?

ArticlesProductsNavigationEventsRecipesPlaces & AddressesOrganizationsReviewsRatingsCommentsVideosDates & Times  

PeopleRelationshipsBooksAnswersDietsMoviesTV EpisodesExercise PlanPaintings & SculpturesBus Trips & FlightsServicesMedical Conditions/Treatments

@mike_arnesen #SMX | #22A

Page 10: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

What content on your site is important? Trick question! It’s all important!

ArticlesProductsNavigationEventsRecipesPlaces & AddressesOrganizationsReviewsRatingsCommentsVideosDates & Times  

PeopleRelationshipsBooksAnswersDietsMoviesTV EpisodesExercise PlanPaintings & SculpturesBus Trips & FlightsServicesMedical Conditions/Treatments

@mike_arnesen #SMX | #22A

Page 11: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Build templates & guides

<span xmlns:v="http://rdf.data-vocabulary.org/#"><span typeof="v:Breadcrumb"> <a href="/" rel="v:url" property="v:title" itemprop="breadcrumb"> Home </a></span> » <span typeof="v:Breadcrumb"> <a href=”/blades/" rel="v:url" property="v:title" itemprop="breadcrumb"> Blades </a></span> » <span typeof="v:Breadcrumb"> <a href="/blades/broad-swords/" rel="v:url" property="v:title" itemprop="breadcrumb"> Broad Swords </a></span>

</span>

@mike_arnesen #SMX | #22A

Page 12: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

<div itemscope itemtype="http://schema.org/Product" ><h1 itemprop="name">Glamdring</h1><img src="/images/glamdring-high-res.png" itemprop="image" /><p itemprop="description">Glamdring was used in battle only twice in the First Age; Turgon wielded Glamdring in the Nirnaeth Arnoediad, and in the Fall of Gondolin. For over 6,000 years it went missing, surviving the War of Wrath, until Gandalf (and company) found it (along with Sting and Orcrist) in the trolls' cave in The Hobbit and claimed it for himself. </p><div itemprop="offers" itemscope itemtype="http://schema.org/Offer" >

<span itemprop="price">40</span><span itemprop="priceCurrency" content="XAU"><link itemprop="availability" href="http://schema.org/InStock" />In stock

</div><h3>Related Blades</h3><div itemprop="isRelatedTo" itemscope itemtype="http://schema.org/Product" >

<a itemprop="url" href="/blades/orcist/"> <span itemprop="name" >Orcist</span></a>- <span itemprop="offers" itemscope itemtype="http://schema.org/Offer" > <span itemprop="price">35</span><span itemprop="priceCurrency" content="XAU”>\</span>

</div>

Build templates & guides for all of your content types

@mike_arnesen #SMX | #22A

Page 13: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Events Decide which events matter to you

@mike_arnesen #SMX | #22A

Page 14: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

@mike_arnesen #SMX | #22A

Create a Tag:

Page 15: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Create a Tag: to send data to Google Analytics

@mike_arnesen #SMX | #22A

Page 16: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

@mike_arnesen #SMX | #22A

to send data to Google Analytics with meaningful values

Page 17: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

@mike_arnesen #SMX | #22A

to send data to Google Analytics with meaningful values

Page 18: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Start Tracking Set tag manager to listen for structured data

@mike_arnesen #SMX | #22A

Page 19: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

One RULE to rule… you know the rest

@mike_arnesen #SMX | #22A

Page 20: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

One RULE to rule… you know the rest

@mike_arnesen #SMX | #22A

Page 21: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Custom JavaScript Macro:

@mike_arnesen #SMX | #22A

Page 22: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Custom JavaScript Macro: Detect schema.org markup on page

@mike_arnesen #SMX | #22A

Page 23: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Creation order & naming conventions for Macros, Rules, & Tags

@mike_arnesen #SMX | #22A

Create Macros:•  Semantic – {Type} Markup Detection•  Semantic – {Type} {Property}Create Rules:•  Semantic - Has {Type} Markup RuleCreate Tags:•  Semantic – {Type} Markup Analytics Event  

Page 24: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Groupings Keep track of each group

@mike_arnesen #SMX | #22A

Page 25: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Set up dynamic content grouping in Google Tag Manager

@mike_arnesen #SMX | #22A

Page 26: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

…via a Macro with a Lookup Table

@mike_arnesen #SMX | #22A

Page 27: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Goals Decide what you need to accomplish

@mike_arnesen #SMX | #22A

Page 28: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Create a goal to track the performance of all structured data on your site

@mike_arnesen #SMX | #22A

Page 29: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Watch the crawl Using webmaster tools

@mike_arnesen #SMX | #22A

Page 30: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Keep monitoring Google’s crawling to ID missing data or errors.

@mike_arnesen #SMX | #22A

Page 31: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

One sitelink to rule them all All Powerful Search

@mike_arnesen #SMX | #22A

Page 32: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Create a custom HTML Tag in GTM and simply deliver!

@mike_arnesen #SMX | #22A

Page 33: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Create a custom HTML Tag in GTM and simply deliver!

@mike_arnesen #SMX | #22A

Page 34: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

How to Implement & Track your structured data

@mike_arnesen #SMX | #22A

Page 35: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

How to Implement & Track your structured data

@mike_arnesen #SMX | #22A

1. Audit and rediscover your content 2. Strategize and implement 3. Enable tracking of structured data in GA 4. Set up and record analytics events 5. Create itemtype-based groups for content 6. Set up goals to monitor structure data ROI 7. Continue to watch the crawl

Page 36: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Download bit.ly/semantic-hobbit

@mike_arnesen #SMX | #22A

Page 37: Eight More Ways to Implement and Track Structured Data By Mike Arnesen

Thank you!

Mike Arnesen Director of Analytics & Optimization

at SwellPath google.com/search?mike+arnesen

Download: bit.ly/semantic-hobbit

@mike_arnesen #SMX | #22A