Local SEO Schema

41
SCHEMA WTF

Transcript of Local SEO Schema

Page 1: Local SEO Schema

SCHEMAWTF

Page 2: Local SEO Schema

QUICK LOOK• Search Engines

Agreed…• It’s a Way to

“Structure” data• Organize Information• Understand the

Content• Add glitter to search results

Page 3: Local SEO Schema

– Some Guy at Google

“Google’s main focus is to make sure it’s users are getting

more value.”

Page 4: Local SEO Schema

EXAMPLESRecipes

………………

Product Reviews

Event InformationConcert Details

Critic ReviewsProduct Details

Official Logo

Official Social ProfilesGoogle Authorship

Movie Trailers

Video Snippets

Location SpecificA LOT of Contact Number Types

Answer Box?

GalleriesQ&A

Knowledge Graph?

Page 5: Local SEO Schema
Page 6: Local SEO Schema

WHICH WOULD YOU CLICK?

Page 7: Local SEO Schema

It’s probably this one… since it’s #1

OR THIS ONE

Page 8: Local SEO Schema

BUT DOES IT INCREASE YOUR

RANKINGS?????

Page 9: Local SEO Schema

– Some Guy at Google (but they deleted this)

“Marking up your data for rich snippets won’t affect your page’s ranking in search results, and Google doesn’t guarantee to

use your markup.”

Page 10: Local SEO Schema

WHO BELIEVES GOOGLE?

Page 11: Local SEO Schema

THEN WHY DO IT?

• Google values organized information

• It values user engagement

• Which brings us to relevancy

Page 12: Local SEO Schema

• Pogo Sticking

• CTR (Click Through Rate)• Time on Site

SOME “POSSIBLE” FACTORS

(Debunked by Google… LOL)• Bounce Rate• Page Views• Conversions?

Page 13: Local SEO Schema

INDIRECT EFFECTSthat help your rankings

Plus, less than 25% of the websites out there use it

Page 14: Local SEO Schema

#WIN

Page 15: Local SEO Schema

THAT'S WHYYou need to make use of it for your On-page

SEO

Page 16: Local SEO Schema

IT’S NOT A HACKIt’s a “best practice”

Page 17: Local SEO Schema

IT WILL HELP YOURule the world

doesn’t hurt to be on Amazon…

Page 18: Local SEO Schema

LET'S START WITH LOCAL

Page 19: Local SEO Schema

OPTIMIZE FOR LOCAL SEO• Geo-Sitemaps

• NAP (Name, Address, Phone Number)

• Multiple Branches? Put together in one page if you want

• One page per branch + NAP + Maps

Page 20: Local SEO Schema

OPTIMIZE FOR LOCAL SEO• Usual On-page SEO work (+ Set Up

Webmaster Tools)

• Here’s my fav right now for UX - UserTesting.com

• Want a free version? peek.Usertesting.com

• Off-page factors Google MyBusiness + Citations + Links + Mentions

Page 21: Local SEO Schema

SCHEMA: THE PROCESS• Identify which schema types will fit

your needs

• Generate/Create the scripts

• Use them on the site

• Test them

• Tweak!

Page 22: Local SEO Schema

PICK A TARGETLet’s say… a Business Website. Like this one.

Page 23: Local SEO Schema

http://seophilippines.companyguinea pig

#LOL

Page 24: Local SEO Schema

Go To https://developers.google.com/structured-data/testing-tool/

Tip: Don’t Like Reading in Tagalog?Force it to show in English by adding ?hl=en at the end

Page 25: Local SEO Schema

Don’t mind the built-in Genesis Theme Errors

Page 26: Local SEO Schema

WHICH SCHEMA DO YOU NEED?

• https://developers.google.com/structured-data/

• Everything else @ schema.org?It’s a sure thing.

Page 27: Local SEO Schema

FOR BUSINESSESStaples… (NAP)

• Address

• Corporate Contacts

• Social Profile Links

• Official Logo

Eventually…

• Breadcrumbs

• Articles

• Sitelinks Searchbox

• Etc.

Page 28: Local SEO Schema

LATEST UPDATE: JavaScript Object Notation (JSON) - #WIN

Page 29: Local SEO Schema

GENERATE THE SCRIPTSOfficial Logo

<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "LocalBusiness", "url": "http://seophilippines.company", "logo": "http://seophilippines.company/wp-content/uploads/2015/03/seo-philippines-company.png" } </script>

Change This Later

Page 30: Local SEO Schema

GENERATE THE SCRIPTSOfficial Social Profiles

<script type="application/ld+json">{ "@context" : "http://schema.org", "@type" : "LocalBusiness", "name" : "SEO Philippines Company", "url" : "http://seophilippines.company", "sameAs" : [ "http://www.facebook.com/seophilippinescompany", "http://www.twitter.com/seophilippinescompany", "http://plus.google.com/+ seophilippinescompany"] }</script>

FacebookTwitterGoogle+InstagramYouTubeLinkedInMyspace

Business Name

Page 31: Local SEO Schema

GENERATE THE SCRIPTSContact Numbers

<script type="application/ld+json">{ "@context" : "http://schema.org", "@type" : "LocalBusiness", "url" : "http://seophilippines.company", "contactPoint" : [ { "@type" : "ContactPoint", "telephone" : "+63 (2) 854 8888", "areaServed" : "PH", "contactOption" : "TollFree", "contactType" : "customer service" } ] }</script>

Optional

Page 32: Local SEO Schema

GENERATE THE SCRIPTSAddress

<script type="application/ld+json">{ "@context": "http://schema.org", "@type": "LocalBusiness", "name": "SEO Philippines Company", "url": "http://seophilippines.company", "alternateName": "Heritage Hotel SEO", "address": { "@type": "PostalAddress", "streetAddress": "Roxas Boulevard", "addressLocality": "Pasay City", "addressRegion": "Metro Manila", "addressCountry": "Philippines", "postalCode": "1300" }}</script>

SORRY!Don’t try this at home

Page 33: Local SEO Schema

USE IT• Put it on your site.

• NAP can be site-wide.

• Page specific schema? Stay on that page!

Page 34: Local SEO Schema

TEST IThttps://developers.google.com/structured-data/testing-tool/

Page 35: Local SEO Schema

TWEAK IT• Combine the code so it’s more efficient

• Tweak type so that it’s more specific!

• YOU don’t want to be another “LocalBusiness”

• https://www.LeapFroggr.com/localbusiness-types

Page 36: Local SEO Schema

AFTER TWEAKING

Page 37: Local SEO Schema

RESOURCES• https://www.google.com/webmasters/markup-helper/u/0/

• https://developers.google.com/structured-data/

• https://developers.google.com/structured-data/testing-tool/

• http://schema.org/docs/full.html (Full Hierarchy)

• http://www.productontology.org

• https://www.leapfroggr.com/localbusiness-types

• http://builtvisible.com/micro-data-schema-org-guide-generating-rich-snippets/ (Just because it’s from SEO Gadget)

“additionalType”

Page 38: Local SEO Schema
Page 39: Local SEO Schema

YOU'RE IN LUCK

I have a gift for you• Still in Alpha• Never released

before• Actively Being

Developed I have no better name for it at the moment…

Page 40: Local SEO Schema

HOW TO GET IT?• https://www.LeapFroggr.com/

PeepconPlugin

• Sign up - Follow instructions…

• That’s it!

• Oh, you can share the link if you like it. Who doesn’t like freebies?

Page 41: Local SEO Schema

LIKED THIS?• Slides will be on Slideshare.net/denseymour

• Follow me on Google+, Twitter and Instagram @denseymour

• Use other social networks? @denseymour

• https://www.leapfroggr.com/schedule