SlideShare a Scribd company logo
1 of 48
Download to read offline
Increasing Search Result
Clickthroughs with Rich Snippets
Wayne Eaker, Zengenuity    @wayneeaker
November 28, 2012 @ LA2M
CLICK THROUGH RATE BY SEARCH RESULT POSITION
1: 36.4%
2: 12.5%
3: 9.5%
4: 7.9%
5: 6.1%
6: 4.1%
Source: http://www.seomoz.org/ugc/how-to-get-more-clicks-with-low-rankings


TRADITIONAL SEO/SERP
RICH SNIPPETS
RICH SNIPPETS
RICH SNIPPETS
WHY DOES GOOGLE USE RICH SNIPPETS?
1. Provide quick answers to simple questions without leaving search
page.

2. Improves searcher’s ability to find the “right” page.

3. Searcher’s have better idea what to expect on the destination page
before they click.




RICH SNIPPETS
HOW DOES GOOGLE GENERATE RICH SNIPPETS?




RICH SNIPPETS
HOW DOES GOOGLE GENERATE RICH SNIPPETS?
Depends on who you are:




RICH SNIPPETS
HOW DOES GOOGLE GENERATE RICH SNIPPETS?
Depends on who you are:

For “Big Sites” (Yelp, YouTube, Wikipedia, Amazon):
  Google writes custom code to extract relevant information




RICH SNIPPETS
HOW DOES GOOGLE GENERATE RICH SNIPPETS?
Depends on who you are:

For “Big Sites” (Yelp, YouTube, Wikipedia, Amazon):
  Google writes custom code to extract relevant information

For Everyone Else:
  Google looks for special machine-readable codes your HTML

 ...Maybe



RICH SNIPPETS
WHAT ABOUT OTHER SEARCH ENGINES?

Other search engines are not currently displaying rich snippets from
website-coded microdata.

However, Microsoft is a partner in the format specification, so it’s
possible it may be implemented in Bing at some point.




RICH SNIPPETS
WHAT TYPE OF MARKUP DOES GOOGLE UNDERSTAND?
1. Microdata: http://dev.w3.org/html5/md/
 • WC3 Proposal
 • “HTML5”
2. RDFa: http://en.wikipedia.org/wiki/RDFa
 • More complex, more complete
 • Extensible
3. Microformats: http://microformats.org/
 • Collection of domain-specific formats
 • hCard, hCalendar, hRecipe, hReview
DATA FORMATS
<div>
  <div>L’Amourita Pizza</div>
  <div>Reviewed by Ulysses Grant on Jan 6.</div>
  <div>Delicious, tasty pizza on Eastlake!</div>
<div>L'Amourita serves up traditional wood-fired
Neapolitan-style pizza, brought to your table promptly
and without fuss. An ideal neighborhood pizza joint.</
div>
  <div>Rating: 4.5</div>
</div>




EVENT EXAMPLE - WITHOUT MICRODATA
<div>
  <div itemscope itemtype="http://data-vocabulary.org/Review">
    <span itemprop="itemreviewed">L’Amourita Pizza</span>
    Reviewed by <span itemprop="reviewer">Ulysses Grant</span> on
    <time itemprop="dtreviewed" datetime="2009-01-06">Jan 6</
time>.
    <span itemprop="summary">Delicious, tasty pizza in Eastlake!
</span>
    <span itemprop="description">L'Amourita serves up traditional
wood-fired Neapolitan-style pizza, brought to your table promptly
and without fuss. An ideal neighborhood pizza joint.</span>
    Rating: <span itemprop="rating">4.5</span>
  </div>
</div>




EVENT EXAMPLE - WITH MICRODATA
LOCATION - GOOGLE PLACES: http://www.google.com/places/
VERIFIED AUTHOR LINK
VERIFIED AUTHOR LINK
HOW DO YOU SETUP VERIFIED AUTHOR LINK?
Basically:
1. Set up a Google Plus account.
2. Link your blog to the Google Plus profile, with rel=“author” links.
3. Link your Google Plus profile to the blog.

Specifically:
1. Follow directions here:
https://plus.google.com/authorship




VERIFIED AUTHOR LINK
BREADCRUMBS
HOW DO YOU SETUP BREADCRUMBS?
Make sure your website urls have consistent hierarchical patterns. For
example:

http://zengenuity.com
http://zengenuity.com/blog
http://zengenuity.com/blog/201211
http://zengenuity.com/blog/201211/week-drupal-november-2-2012




BREADCRUMBS
REVIEWS / RATINGS
EVENTS
EVENTS - AGGREGATE
EVENTS - AGGREGATE
PERSON
PERSON
PRODUCT
APP OR SOFTWARE
APP OR SOFTWARE
MUSIC
RECIPES
DO RICH SNIPPETS WORK?
Hard to find scientific studies of effectiveness

Anecdotally:
 Verified Author Links:
   30% Increase in CTR: http://selnd.com/U153cP
   484% Increase in CTR: http://bit.ly/WtDDyh

 Recipes:
  150% Increase in CTR: http://bit.ly/Tj9Nvx


RICH SNIPPETS - EFFECTIVENESS
DESKTOP / LAPTOP RICH SNIPPETS
DESKTOP / LAPTOP RICH SNIPPETS
MOBILE RICH SNIPPETS
HOW DO YOU GET RICH SNIPPETS FOR YOUR SITE?
In simple terms:
 1. Put the correct code on your website.
 2. Verify the code using Google’s Rich Snippet Testing Tool.
 3. Make sure Google is indexing your site pages using Google
    Webmaster Tools.
 4. Wait.
 5. Wait some more. (2 - 8 weeks)
 6. Check manually in search engine, or with Google Webmaster Tools
    or Google Analytics.
 7. PROFIT!

RICH SNIPPETS - HOW TO ENABLE
GOOGLE WEBMASTER TOOLS - STRUCTURED DATA
GOOGLE WEBMASTER TOOLS - STRUCTURED DATA
GOOGLE WEBMASTER TOOLS - AUTHOR STATS
RICH SNIPPET TESTING TOOL   http://www.google.com/webmasters/tools/richsnippets
RICH SNIPPET TESTING TOOL   http://www.google.com/webmasters/tools/richsnippets
HOW DO YOU LEARN THE SYNTAX?
Best Place: Google’s page on Rich Snippets:
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=99170
Has examples for every snippet type I showed, in all three markup
formats. Easy to understand.

Other Resources:
Microdata: http://schema.org/
Microformats: http://microformats.org/




TOOLS AND RESOURCES
HOW DO YOU GET RICH SNIPPETS FOR YOUR SITE?
Wordpress:
 http://wordpress.org/extend/plugins/tags/rich-snippets
 Plugins for Reviews, Recipes, Events, Author (AuthorSure)

Drupal:
 Has RDFa support built into Drupal 7
 Microdata Module: http://drupal.org/project/microdata
 Schema.org Module: http://drupal.org/project/schemaorg
 Fivestar Module (for Ratings): http://drupal.org/project/fivestar


TOOLS AND RESOURCES
What Now?
QUICK WINS
If you have a local business:
   Make sure you have a Google Places profile set up.

If you have a blog:
   Set up Verified Author Links immediately. (only 12% of tech bloggers
   have done this as of August 2012.) *

Google Webmaster Tools:
 Register your site with Webmaster Tools so you can track progress.
* Source: http://www.conductor.com/blog/2012/08/how-9-out-of-10-tech-sites-could-improve-their-search-listings-with-one-simple-fix/



RICH SNIPPETS
NEXT STEPS
If you have reviews / ratings on your site:
   Set up the review format on your site.

If you have events on your site:
   Set up the event format on your site.

If you have recipes on your site:
   Set up recipe format on your site. Consider adding star-ratings if you
   don’t already have them. Make sure you have photos. (and the photos
   are properly coded to the recipe format)

RICH SNIPPETS
BEYOND THAT
Breadcrumbs:
  Make sure your URLs follow a natural hierarchical pattern, and there
  aren’t 404s at some levels of the hierarchy.

Depending your site content:
 Consider implementing the other formats. Google is less likely to
 display them, but it can’t hurt.




RICH SNIPPETS
Questions?
Wayne Eaker
http://wayneeaker.com/rich-snippets
wayne@zengenuity.com
@wayneeaker

More Related Content

Recently uploaded

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Recently uploaded (20)

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

Featured

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Featured (20)

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 

Increasing Search Result Clickthroughs with Rich Snippets

  • 1. Increasing Search Result Clickthroughs with Rich Snippets Wayne Eaker, Zengenuity @wayneeaker November 28, 2012 @ LA2M
  • 2. CLICK THROUGH RATE BY SEARCH RESULT POSITION 1: 36.4% 2: 12.5% 3: 9.5% 4: 7.9% 5: 6.1% 6: 4.1% Source: http://www.seomoz.org/ugc/how-to-get-more-clicks-with-low-rankings TRADITIONAL SEO/SERP
  • 6. WHY DOES GOOGLE USE RICH SNIPPETS? 1. Provide quick answers to simple questions without leaving search page. 2. Improves searcher’s ability to find the “right” page. 3. Searcher’s have better idea what to expect on the destination page before they click. RICH SNIPPETS
  • 7. HOW DOES GOOGLE GENERATE RICH SNIPPETS? RICH SNIPPETS
  • 8. HOW DOES GOOGLE GENERATE RICH SNIPPETS? Depends on who you are: RICH SNIPPETS
  • 9. HOW DOES GOOGLE GENERATE RICH SNIPPETS? Depends on who you are: For “Big Sites” (Yelp, YouTube, Wikipedia, Amazon): Google writes custom code to extract relevant information RICH SNIPPETS
  • 10. HOW DOES GOOGLE GENERATE RICH SNIPPETS? Depends on who you are: For “Big Sites” (Yelp, YouTube, Wikipedia, Amazon): Google writes custom code to extract relevant information For Everyone Else: Google looks for special machine-readable codes your HTML ...Maybe RICH SNIPPETS
  • 11. WHAT ABOUT OTHER SEARCH ENGINES? Other search engines are not currently displaying rich snippets from website-coded microdata. However, Microsoft is a partner in the format specification, so it’s possible it may be implemented in Bing at some point. RICH SNIPPETS
  • 12. WHAT TYPE OF MARKUP DOES GOOGLE UNDERSTAND? 1. Microdata: http://dev.w3.org/html5/md/ • WC3 Proposal • “HTML5” 2. RDFa: http://en.wikipedia.org/wiki/RDFa • More complex, more complete • Extensible 3. Microformats: http://microformats.org/ • Collection of domain-specific formats • hCard, hCalendar, hRecipe, hReview DATA FORMATS
  • 13. <div> <div>L’Amourita Pizza</div> <div>Reviewed by Ulysses Grant on Jan 6.</div> <div>Delicious, tasty pizza on Eastlake!</div> <div>L'Amourita serves up traditional wood-fired Neapolitan-style pizza, brought to your table promptly and without fuss. An ideal neighborhood pizza joint.</ div> <div>Rating: 4.5</div> </div> EVENT EXAMPLE - WITHOUT MICRODATA
  • 14. <div> <div itemscope itemtype="http://data-vocabulary.org/Review"> <span itemprop="itemreviewed">L’Amourita Pizza</span> Reviewed by <span itemprop="reviewer">Ulysses Grant</span> on <time itemprop="dtreviewed" datetime="2009-01-06">Jan 6</ time>. <span itemprop="summary">Delicious, tasty pizza in Eastlake! </span> <span itemprop="description">L'Amourita serves up traditional wood-fired Neapolitan-style pizza, brought to your table promptly and without fuss. An ideal neighborhood pizza joint.</span> Rating: <span itemprop="rating">4.5</span> </div> </div> EVENT EXAMPLE - WITH MICRODATA
  • 15. LOCATION - GOOGLE PLACES: http://www.google.com/places/
  • 18. HOW DO YOU SETUP VERIFIED AUTHOR LINK? Basically: 1. Set up a Google Plus account. 2. Link your blog to the Google Plus profile, with rel=“author” links. 3. Link your Google Plus profile to the blog. Specifically: 1. Follow directions here: https://plus.google.com/authorship VERIFIED AUTHOR LINK
  • 20. HOW DO YOU SETUP BREADCRUMBS? Make sure your website urls have consistent hierarchical patterns. For example: http://zengenuity.com http://zengenuity.com/blog http://zengenuity.com/blog/201211 http://zengenuity.com/blog/201211/week-drupal-november-2-2012 BREADCRUMBS
  • 30. MUSIC
  • 32. DO RICH SNIPPETS WORK? Hard to find scientific studies of effectiveness Anecdotally: Verified Author Links: 30% Increase in CTR: http://selnd.com/U153cP 484% Increase in CTR: http://bit.ly/WtDDyh Recipes: 150% Increase in CTR: http://bit.ly/Tj9Nvx RICH SNIPPETS - EFFECTIVENESS
  • 33. DESKTOP / LAPTOP RICH SNIPPETS
  • 34. DESKTOP / LAPTOP RICH SNIPPETS
  • 36. HOW DO YOU GET RICH SNIPPETS FOR YOUR SITE? In simple terms: 1. Put the correct code on your website. 2. Verify the code using Google’s Rich Snippet Testing Tool. 3. Make sure Google is indexing your site pages using Google Webmaster Tools. 4. Wait. 5. Wait some more. (2 - 8 weeks) 6. Check manually in search engine, or with Google Webmaster Tools or Google Analytics. 7. PROFIT! RICH SNIPPETS - HOW TO ENABLE
  • 37. GOOGLE WEBMASTER TOOLS - STRUCTURED DATA
  • 38. GOOGLE WEBMASTER TOOLS - STRUCTURED DATA
  • 39. GOOGLE WEBMASTER TOOLS - AUTHOR STATS
  • 40. RICH SNIPPET TESTING TOOL http://www.google.com/webmasters/tools/richsnippets
  • 41. RICH SNIPPET TESTING TOOL http://www.google.com/webmasters/tools/richsnippets
  • 42. HOW DO YOU LEARN THE SYNTAX? Best Place: Google’s page on Rich Snippets: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=99170 Has examples for every snippet type I showed, in all three markup formats. Easy to understand. Other Resources: Microdata: http://schema.org/ Microformats: http://microformats.org/ TOOLS AND RESOURCES
  • 43. HOW DO YOU GET RICH SNIPPETS FOR YOUR SITE? Wordpress: http://wordpress.org/extend/plugins/tags/rich-snippets Plugins for Reviews, Recipes, Events, Author (AuthorSure) Drupal: Has RDFa support built into Drupal 7 Microdata Module: http://drupal.org/project/microdata Schema.org Module: http://drupal.org/project/schemaorg Fivestar Module (for Ratings): http://drupal.org/project/fivestar TOOLS AND RESOURCES
  • 45. QUICK WINS If you have a local business: Make sure you have a Google Places profile set up. If you have a blog: Set up Verified Author Links immediately. (only 12% of tech bloggers have done this as of August 2012.) * Google Webmaster Tools: Register your site with Webmaster Tools so you can track progress. * Source: http://www.conductor.com/blog/2012/08/how-9-out-of-10-tech-sites-could-improve-their-search-listings-with-one-simple-fix/ RICH SNIPPETS
  • 46. NEXT STEPS If you have reviews / ratings on your site: Set up the review format on your site. If you have events on your site: Set up the event format on your site. If you have recipes on your site: Set up recipe format on your site. Consider adding star-ratings if you don’t already have them. Make sure you have photos. (and the photos are properly coded to the recipe format) RICH SNIPPETS
  • 47. BEYOND THAT Breadcrumbs: Make sure your URLs follow a natural hierarchical pattern, and there aren’t 404s at some levels of the hierarchy. Depending your site content: Consider implementing the other formats. Google is less likely to display them, but it can’t hurt. RICH SNIPPETS