SlideShare une entreprise Scribd logo
1  sur  26
SOCIAL MARK-UP
Daniel Butler
Head of SEO
daniel@builtvisible.com
You’ve probably heard of it,
but what is social mark-up
really?
Forms of structured data for
content in the social graph
Twitter Card
<meta name="twitter:card"
content="summary_large_image"/>
<meta name="twitter:description" content="Why You
Should Learn JSON-LD &amp; Separate Your Data from
Your Markup - a helpful post from the team at
Builtvisible.com"/>
<meta name="twitter:title" content="Why You Should
Learn JSON-LD &amp; Separate Your Data from Your
HTML"/>
<meta name="twitter:domain" content="Builtvisible :
Digital Marketing &amp; SEO Agency"/>
<meta name="twitter:image:src"
content="http://builtvisible.com/wp-
content/uploads/2015/06/facebook-instant-
articles.png"/>
<meta name="twitter:creator"
content="@richardbaxter"/>
http://builtvisible.com/6-trends-structured-data/
Open Graph - Facebook
<meta property="og:locale" content="en_GB" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Why You Should
Learn JSON-LD &amp; Separate Your Data from Your
HTML" />
<meta property="og:description" content="Why You
Should Learn JSON-LD &amp; Separate Your Data from
Your Markup - a helpful post from the team at
Builtvisible.com" />
<meta property="og:url"
content="http://builtvisible.com/6-trends-
structured-data/" />
<meta property="og:site_name" content="Builtvisible
: Digital Marketing &amp; SEO Agency" />
<meta property="article:author"
content="https://www.facebook.com/richardbaxterseo"
/>
<meta property="article:tag" content="Technical" />
<meta property="article:section" content="Research"
/>
…
http://builtvisible.com/6-trends-structured-data/
Open Graph was popularised by FB but is
used by many other sites incl Pinterest (&
even Twitter as a fallback)
The minimal spec
Very Similar to Schema.org
<html prefix="og: http://ogp.me/ns#">
og:title
og:type (article / video etc)
og:image
og:url
twitter:card
twitter:site
twitter:title
twitter:image
twitter:description
https://dev.twitter.com/cards/markuphttp://ogp.me/
Lets look at some examples
Twitter Cards
Summary Cards
The summary_large_image twitter:card
property requires a min image size of
280px by 150px, and < 1MB in size
Photo Cards
As of 3rd July this type will be assimilated
into the ‘summary card with large image’
card.
<meta name="twitter:card" content="photo" />
<meta name="twitter:site" content="@flickr" />
<meta name="twitter:title" content="Mountain sunset"
/>
<meta name="twitter:image"
content="http://farm8.staticflickr.com/7334/118583494
53_e3f18e5881_z.jpg" />
<meta name="twitter:url"
content="https://www.flickr.com/photos/reza-
sina/11858349453/" />
Multiple Images
<meta name="twitter:card" content= "gallery" />
<meta name="twitter:site" content="@flickr" />
<meta name="twitter:title" content="Mountain sunset" />
<meta name="twitter:url"
content="https://www.flickr.com/photos/reza-
sina/11858349453/" />
<meta name="twitter:image0"
content="http://farm8.staticflickr.com/7334/11858349453_e
3f18e5881_z.jpg" />
<meta name="twitter:image1"
content="http://farm8.staticflickr.com/7334/11858349453_e
3f18e5881_z.jpg" />
<meta name="twitter:image2"
content="http://farm8.staticflickr.com/7334/11858349453_e
3f18e5881_z.jpg" />
Will also merge with the large summary
card on the 3rd July
Player Cards
<meta name="twitter:card" content="player">
<meta name="twitter:site" content="@youtube">
<meta name="twitter:url"
content="http://www.youtube.com/watch?v=L6npfdytkU8">
<meta name="twitter:title" content="Best Fails of the
Week 1 May 2015 || FailArmy">
<meta name="twitter:description" content="FailArmy has
received plenty of epic fails in the wake of Cinco de
Mayo. Enjoy all of them in this week&#39;s best fails of
the week! Check out our second channe...">
<meta name="twitter:image"
content="https://i.ytimg.com/vi/L6npfdytkU8/maxresdefault
.jpg">
<meta name="twitter:player"
content="https://www.youtube.com/embed/L6npfdytkU8">
<meta name="twitter:player:width" content="1280">
<meta name="twitter:player:height" content="720">
There is an approval process at a @user
level for ‘twitter:player’ to take effect.
Facebook
Article
<meta property="og:type" content="article" />
<meta property="og:title" content="What To Do When Your Link
Building Campaign Fails" />
<meta property="og:description" content="So, your link
building campaign didn&#039;t perform as expected -- now
what? Columnist Casie Gillette weighs in on how we can learn
from our mistakes." />
<meta property="og:url"
content="http://searchengineland.com/link-building-campaign-
fails-222357" />
<meta property="og:site_name" content="Search Engine Land"
/>
<meta property="article:publisher"
content="https://www.facebook.com/searchengineland" />
<meta property="article:section" content="Channel: SEO" />
<meta property="article:published_time" content="2015-06-
09T10:35:21+00:00" />
<meta property="og:image"
content="http://searchengineland.com/figz/wp-
content/seloads/2015/06/links-broken-fail-ss-1920.jpg" />
Video
<meta property="og:site_name" content="YouTube" />
<meta property="og:url" content="http://www.youtube.com/watch?v=L6npfdytkU8" />
<meta property="og:title" content="Best Fails of the Week 1 May 2015 || FailArmy" />
<meta property="og:description" content="FailArmy has received plenty of epic fails in the wake..." />
<meta property="og:image" content="http://i.ytimg.com/vi/L6npfdytkU8/maxresdefault.jpg" />
<meta property="og:type" content="video" />
<meta property="og:video:url" content="https://www.youtube.com/embed/L6npfdytkU8" />
<meta property="og:video:secure_url" content="https://www.youtube.com/embed/L6npfdytkU8" />
<meta property="og:video:width" content="1280" />
<meta property="og:video:height" content="720" />
<meta property="og:video:tag" content="fail" />
<meta property="og:video:tag" content="failarmy" />
Test, validate & experiment
Facebook Debugger
https://developers.facebook.com/tools/debug/
https://developers.facebook.com/docs/sharing/webmasters
The debugger is excellent, but needs to be
given their terrible documentation.
Twitter Live Preview
https://cards-dev.twitter.com/validator
Twitters documentation is extremely
thorough including code examples &
snippets, use this as a base for client work.
Take a look at Slideshare…
<meta name="twitter:card" value="player" />
<meta name="twitter:site" value="@slideshare" />
<meta class="twitter_player"
value="https://www.slideshare.net/slideshow/embed_code/key/sarYB81w
oqBE4C" name="twitter:player" />
<meta name="twitter:player:width" value="342" />
<meta name="twitter:player:height" value="291" />
<meta class="twitter_title" value="Using Twitter for Marketing and
Outreach Workshop" name="twitter:title" />
<meta class="twitter_image"
value="https://cdn.slidesharecdn.com/ss_thumbnails/usingtwitterform
arketingandoutreach2015final-150604200712-lva1-app6892-thumbnail-
4.jpg?cb=1433782804" name="twitter:image" />
Slideshare have adopted the ‘player’
property to leverage ‘iframe’ content to
embed presentations into Tweets.
A little more interactive…
This example was created by advertisers, but
is feasible (non-paid) if we can whitelist the
clients Twitter profile for use with ‘player’
and leverage iframe content.
Interactive elements allowed users to select
specific car features without leaving
Twitter.
http://bostinno.streetwise.co/2014/08/27/acura-twitter-cards-ads/
Social - App Deep Linking
Promote & Install Apps Directly from
Twitter (Android & IOS)
https://dev.twitter.com/cards/mobile
<meta name="twitter:app:country" content="US" />
<meta name="twitter:app:name:iphone"
content="Example App" />
<meta name="twitter:app:id:iphone"
content="306934135" />
<meta name="twitter:app:url:iphone"
content="example://action/5149e249222f9e600a7540ef"
/>
<meta name="twitter:app:name:ipad" content="Example
App" />
<meta name="twitter:app:id:ipad"
content="306934135" />
<meta name="twitter:app:url:ipad"
content="example://action/5149e249222f9e600a7540ef"
/>
<meta name="twitter:app:name:googleplay"
content="Example App" />
<meta name="twitter:app:id:googleplay"
content="com.example.app" />
<meta name="twitter:app:url:googleplay"
content="http://example.com/action/5149e249222f9e60
0a7540ef" />
Looking to the future with
JSON-LD
This is what the mark-up could look
like:
<script type="application/ld+json">
{
"@context": "http://ogp.me",
"@type":"article",
"og:locale": "en_GB",
"og:title": "Log File Analysis for SEO",
"og:description": "Mastered technical SEO and feel
like you’d like to stretch your knowledge further?
Read this unapologetically technical guide to Log
File Analysis...",
"og:url": "http://builtvisible.com/log-file-
analysis/",
"og:site_name": "Builtvisible : Digital Marketing
& SEO Agency",
"og:image": "http://builtvisible.com/wp-
content/uploads/2014/12/log-file-analysis-
social.jpg",
"og:published_time":"2014-09-15",
"og:author": "Daniel Butler"
}
</script>
<script type="application/ld+json">
{
"@context": "http://api.twitter.com/",
"@type":"summary",
"twitter:title": "Log File Analysis for SEO",
"twitter:description": "Mastered technical SEO and
feel like you’d like to stretch your knowledge
further? Read this unapologetically technical guide
to Log File Analysis...",
"twitter:url": "http://builtvisible.com/log-file-
analysis/",
"twitter:site": "@Builtvisible",
"twitter:image": "http://builtvisible.com/wp-
content/uploads/2014/12/log-file-analysis-
social.jpg"
}
</script>
ANY QUESTIONS?
Daniel Butler
Head of SEO
daniel@builtvisible.com

Contenu connexe

Similaire à An Introductory Look at Social Mark-Up

Estudio 34 Presents Social structured data is your friend brighton SEO april2...
Estudio 34 Presents Social structured data is your friend brighton SEO april2...Estudio 34 Presents Social structured data is your friend brighton SEO april2...
Estudio 34 Presents Social structured data is your friend brighton SEO april2...William Renedo
 
Doctype html
Doctype htmlDoctype html
Doctype htmlEddy_TKJ
 
Facebook Open Graph implementation in the Harvard Gazette
Facebook Open Graph implementation in the Harvard GazetteFacebook Open Graph implementation in the Harvard Gazette
Facebook Open Graph implementation in the Harvard GazetteHarvard Web Working Group
 
Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Jim Osowski
 
Build 2017 - B8002 - Introducing Adaptive Cards
Build 2017 - B8002 - Introducing Adaptive CardsBuild 2017 - B8002 - Introducing Adaptive Cards
Build 2017 - B8002 - Introducing Adaptive CardsWindows Developer
 
SEO and Social Media for Multilingual and Multidevice Sites
SEO and Social Media for Multilingual and Multidevice SitesSEO and Social Media for Multilingual and Multidevice Sites
SEO and Social Media for Multilingual and Multidevice Sitesluckyboost
 
Adaptive Cards in Bots, Windows, Outlook and your own applications
Adaptive Cards in Bots, Windows, Outlook and your own applicationsAdaptive Cards in Bots, Windows, Outlook and your own applications
Adaptive Cards in Bots, Windows, Outlook and your own applicationsMicrosoft Tech Community
 
Rails HTML Fragment Caching with Cache Rocket
Rails HTML Fragment Caching with Cache RocketRails HTML Fragment Caching with Cache Rocket
Rails HTML Fragment Caching with Cache Rocketteeparham
 
Leveraging the Untapped Potential of Long Tail Social Messaging Channels
Leveraging the Untapped Potential of Long Tail Social Messaging ChannelsLeveraging the Untapped Potential of Long Tail Social Messaging Channels
Leveraging the Untapped Potential of Long Tail Social Messaging ChannelsKelly Rose Arellano
 
DBW Social Amplification in Publishing Webinar v1.3
DBW Social Amplification in Publishing Webinar v1.3DBW Social Amplification in Publishing Webinar v1.3
DBW Social Amplification in Publishing Webinar v1.3Murray Izenwasser
 
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}lusiamanas
 
Ss 36932418[1]
Ss 36932418[1]Ss 36932418[1]
Ss 36932418[1]Ya Jinda
 
エコーワークス【a-blogcms in KANAZAWA】
エコーワークス【a-blogcms in KANAZAWA】エコーワークス【a-blogcms in KANAZAWA】
エコーワークス【a-blogcms in KANAZAWA】Akira Nozaki
 
I pv6+at+caribbean+sector
I pv6+at+caribbean+sectorI pv6+at+caribbean+sector
I pv6+at+caribbean+sectormax Firmin
 

Similaire à An Introductory Look at Social Mark-Up (20)

Estudio 34 Presents Social structured data is your friend brighton SEO april2...
Estudio 34 Presents Social structured data is your friend brighton SEO april2...Estudio 34 Presents Social structured data is your friend brighton SEO april2...
Estudio 34 Presents Social structured data is your friend brighton SEO april2...
 
Doctype html
Doctype htmlDoctype html
Doctype html
 
holamundo
holamundoholamundo
holamundo
 
Social icons
Social iconsSocial icons
Social icons
 
Facebook Open Graph implementation in the Harvard Gazette
Facebook Open Graph implementation in the Harvard GazetteFacebook Open Graph implementation in the Harvard Gazette
Facebook Open Graph implementation in the Harvard Gazette
 
Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)Gordian Knot Presentation (Help Network)
Gordian Knot Presentation (Help Network)
 
Schoology tutorial[1]
Schoology tutorial[1]Schoology tutorial[1]
Schoology tutorial[1]
 
Build 2017 - B8002 - Introducing Adaptive Cards
Build 2017 - B8002 - Introducing Adaptive CardsBuild 2017 - B8002 - Introducing Adaptive Cards
Build 2017 - B8002 - Introducing Adaptive Cards
 
SEO and Social Media for Multilingual and Multidevice Sites
SEO and Social Media for Multilingual and Multidevice SitesSEO and Social Media for Multilingual and Multidevice Sites
SEO and Social Media for Multilingual and Multidevice Sites
 
Adaptive Cards in Bots, Windows, Outlook and your own applications
Adaptive Cards in Bots, Windows, Outlook and your own applicationsAdaptive Cards in Bots, Windows, Outlook and your own applications
Adaptive Cards in Bots, Windows, Outlook and your own applications
 
Rails HTML Fragment Caching with Cache Rocket
Rails HTML Fragment Caching with Cache RocketRails HTML Fragment Caching with Cache Rocket
Rails HTML Fragment Caching with Cache Rocket
 
Test upload
Test uploadTest upload
Test upload
 
Leveraging the Untapped Potential of Long Tail Social Messaging Channels
Leveraging the Untapped Potential of Long Tail Social Messaging ChannelsLeveraging the Untapped Potential of Long Tail Social Messaging Channels
Leveraging the Untapped Potential of Long Tail Social Messaging Channels
 
DBW Social Amplification in Publishing Webinar v1.3
DBW Social Amplification in Publishing Webinar v1.3DBW Social Amplification in Publishing Webinar v1.3
DBW Social Amplification in Publishing Webinar v1.3
 
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}
{Ed1 f5e31 e19d-4bf9-a590-11f6b1bc0bd9}
 
Ss 36932418[1]
Ss 36932418[1]Ss 36932418[1]
Ss 36932418[1]
 
エコーワークス【a-blogcms in KANAZAWA】
エコーワークス【a-blogcms in KANAZAWA】エコーワークス【a-blogcms in KANAZAWA】
エコーワークス【a-blogcms in KANAZAWA】
 
I pv6+at+caribbean+sector
I pv6+at+caribbean+sectorI pv6+at+caribbean+sector
I pv6+at+caribbean+sector
 
Upload[1]
Upload[1]Upload[1]
Upload[1]
 
Frfrfrf
FrfrfrfFrfrfrf
Frfrfrf
 

Plus de Builtvisible

Webinar: How to benefit from changing consumer demand
Webinar: How to benefit from changing consumer demandWebinar: How to benefit from changing consumer demand
Webinar: How to benefit from changing consumer demandBuiltvisible
 
GA4 Mini Training Webinar Deck.pdf
GA4 Mini Training Webinar Deck.pdfGA4 Mini Training Webinar Deck.pdf
GA4 Mini Training Webinar Deck.pdfBuiltvisible
 
Webinar: How and why to use social media to inform creative content
Webinar: How and why to use social media to inform creative contentWebinar: How and why to use social media to inform creative content
Webinar: How and why to use social media to inform creative contentBuiltvisible
 
Webinar: How to supercharge local SEO strategies for multi-location businesses
Webinar: How to supercharge local SEO strategies for multi-location businessesWebinar: How to supercharge local SEO strategies for multi-location businesses
Webinar: How to supercharge local SEO strategies for multi-location businessesBuiltvisible
 
How to prepare for Google's page experience update
How to prepare for Google's page experience updateHow to prepare for Google's page experience update
How to prepare for Google's page experience updateBuiltvisible
 
Optimising your faceted navigation to target long-tail keywords
Optimising your faceted navigation to target long-tail keywordsOptimising your faceted navigation to target long-tail keywords
Optimising your faceted navigation to target long-tail keywordsBuiltvisible
 
Ecommerce quick wins you can implement today to boost SEO performance
Ecommerce quick wins you can implement today to boost SEO performanceEcommerce quick wins you can implement today to boost SEO performance
Ecommerce quick wins you can implement today to boost SEO performanceBuiltvisible
 
Checking google index status at scale
Checking google index status at scaleChecking google index status at scale
Checking google index status at scaleBuiltvisible
 
How to build a flexible content strategy
How to build a flexible content strategyHow to build a flexible content strategy
How to build a flexible content strategyBuiltvisible
 
How to make change happen in your organisation by talking your devs language
How to make change happen in your organisation by talking your devs languageHow to make change happen in your organisation by talking your devs language
How to make change happen in your organisation by talking your devs languageBuiltvisible
 
Google for jobs – Matt Hunt's top tips from Tea-time SEO
Google for jobs – Matt Hunt's top tips from Tea-time SEOGoogle for jobs – Matt Hunt's top tips from Tea-time SEO
Google for jobs – Matt Hunt's top tips from Tea-time SEOBuiltvisible
 
Crawling ecommerce sites – Maria Camanes' top tips from Tea-time SEO
Crawling ecommerce sites – Maria Camanes' top tips from Tea-time SEOCrawling ecommerce sites – Maria Camanes' top tips from Tea-time SEO
Crawling ecommerce sites – Maria Camanes' top tips from Tea-time SEOBuiltvisible
 
Reducing site speed - Rachel Costello's top tips from Tea-time SEO
Reducing site speed - Rachel Costello's top tips from Tea-time SEOReducing site speed - Rachel Costello's top tips from Tea-time SEO
Reducing site speed - Rachel Costello's top tips from Tea-time SEOBuiltvisible
 
Webinar: Common challenges with e commerce seo optimisation
Webinar: Common challenges with e commerce seo optimisationWebinar: Common challenges with e commerce seo optimisation
Webinar: Common challenges with e commerce seo optimisationBuiltvisible
 
Webinar: Turn browsers to customers with product page improvements
Webinar: Turn browsers to customers with product page improvementsWebinar: Turn browsers to customers with product page improvements
Webinar: Turn browsers to customers with product page improvementsBuiltvisible
 
Building a culture of measurement: PR Week Breakfast Briefing
Building a culture of measurement: PR Week Breakfast BriefingBuilding a culture of measurement: PR Week Breakfast Briefing
Building a culture of measurement: PR Week Breakfast BriefingBuiltvisible
 
Getting PR Onside with Data | SearchLove 2018
Getting PR Onside with Data | SearchLove 2018Getting PR Onside with Data | SearchLove 2018
Getting PR Onside with Data | SearchLove 2018Builtvisible
 
PPC Cost Analysis | Search Marketing Summit Australia 2
PPC Cost Analysis | Search Marketing Summit Australia 2PPC Cost Analysis | Search Marketing Summit Australia 2
PPC Cost Analysis | Search Marketing Summit Australia 2Builtvisible
 
Addressing Site Quality | Search Marketing Summit Australia
Addressing Site Quality | Search Marketing Summit AustraliaAddressing Site Quality | Search Marketing Summit Australia
Addressing Site Quality | Search Marketing Summit AustraliaBuiltvisible
 
SEO for Faceted Navigation | Get STAT City Crawl
SEO for Faceted Navigation | Get STAT City CrawlSEO for Faceted Navigation | Get STAT City Crawl
SEO for Faceted Navigation | Get STAT City CrawlBuiltvisible
 

Plus de Builtvisible (20)

Webinar: How to benefit from changing consumer demand
Webinar: How to benefit from changing consumer demandWebinar: How to benefit from changing consumer demand
Webinar: How to benefit from changing consumer demand
 
GA4 Mini Training Webinar Deck.pdf
GA4 Mini Training Webinar Deck.pdfGA4 Mini Training Webinar Deck.pdf
GA4 Mini Training Webinar Deck.pdf
 
Webinar: How and why to use social media to inform creative content
Webinar: How and why to use social media to inform creative contentWebinar: How and why to use social media to inform creative content
Webinar: How and why to use social media to inform creative content
 
Webinar: How to supercharge local SEO strategies for multi-location businesses
Webinar: How to supercharge local SEO strategies for multi-location businessesWebinar: How to supercharge local SEO strategies for multi-location businesses
Webinar: How to supercharge local SEO strategies for multi-location businesses
 
How to prepare for Google's page experience update
How to prepare for Google's page experience updateHow to prepare for Google's page experience update
How to prepare for Google's page experience update
 
Optimising your faceted navigation to target long-tail keywords
Optimising your faceted navigation to target long-tail keywordsOptimising your faceted navigation to target long-tail keywords
Optimising your faceted navigation to target long-tail keywords
 
Ecommerce quick wins you can implement today to boost SEO performance
Ecommerce quick wins you can implement today to boost SEO performanceEcommerce quick wins you can implement today to boost SEO performance
Ecommerce quick wins you can implement today to boost SEO performance
 
Checking google index status at scale
Checking google index status at scaleChecking google index status at scale
Checking google index status at scale
 
How to build a flexible content strategy
How to build a flexible content strategyHow to build a flexible content strategy
How to build a flexible content strategy
 
How to make change happen in your organisation by talking your devs language
How to make change happen in your organisation by talking your devs languageHow to make change happen in your organisation by talking your devs language
How to make change happen in your organisation by talking your devs language
 
Google for jobs – Matt Hunt's top tips from Tea-time SEO
Google for jobs – Matt Hunt's top tips from Tea-time SEOGoogle for jobs – Matt Hunt's top tips from Tea-time SEO
Google for jobs – Matt Hunt's top tips from Tea-time SEO
 
Crawling ecommerce sites – Maria Camanes' top tips from Tea-time SEO
Crawling ecommerce sites – Maria Camanes' top tips from Tea-time SEOCrawling ecommerce sites – Maria Camanes' top tips from Tea-time SEO
Crawling ecommerce sites – Maria Camanes' top tips from Tea-time SEO
 
Reducing site speed - Rachel Costello's top tips from Tea-time SEO
Reducing site speed - Rachel Costello's top tips from Tea-time SEOReducing site speed - Rachel Costello's top tips from Tea-time SEO
Reducing site speed - Rachel Costello's top tips from Tea-time SEO
 
Webinar: Common challenges with e commerce seo optimisation
Webinar: Common challenges with e commerce seo optimisationWebinar: Common challenges with e commerce seo optimisation
Webinar: Common challenges with e commerce seo optimisation
 
Webinar: Turn browsers to customers with product page improvements
Webinar: Turn browsers to customers with product page improvementsWebinar: Turn browsers to customers with product page improvements
Webinar: Turn browsers to customers with product page improvements
 
Building a culture of measurement: PR Week Breakfast Briefing
Building a culture of measurement: PR Week Breakfast BriefingBuilding a culture of measurement: PR Week Breakfast Briefing
Building a culture of measurement: PR Week Breakfast Briefing
 
Getting PR Onside with Data | SearchLove 2018
Getting PR Onside with Data | SearchLove 2018Getting PR Onside with Data | SearchLove 2018
Getting PR Onside with Data | SearchLove 2018
 
PPC Cost Analysis | Search Marketing Summit Australia 2
PPC Cost Analysis | Search Marketing Summit Australia 2PPC Cost Analysis | Search Marketing Summit Australia 2
PPC Cost Analysis | Search Marketing Summit Australia 2
 
Addressing Site Quality | Search Marketing Summit Australia
Addressing Site Quality | Search Marketing Summit AustraliaAddressing Site Quality | Search Marketing Summit Australia
Addressing Site Quality | Search Marketing Summit Australia
 
SEO for Faceted Navigation | Get STAT City Crawl
SEO for Faceted Navigation | Get STAT City CrawlSEO for Faceted Navigation | Get STAT City Crawl
SEO for Faceted Navigation | Get STAT City Crawl
 

Dernier

Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...baharayali
 
Call Girls In Noida Mall Of Noida O9654467111 Escorts Serviec
Call Girls In Noida Mall Of Noida O9654467111 Escorts ServiecCall Girls In Noida Mall Of Noida O9654467111 Escorts Serviec
Call Girls In Noida Mall Of Noida O9654467111 Escorts ServiecSapana Sha
 
SELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANYSELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANYdizinfo
 
CASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFE
CASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFECASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFE
CASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFECall girl Jaipur
 
Craft Your Legacy: Invest in YouTube Presence from Sociocosmos"
Craft Your Legacy: Invest in YouTube Presence from Sociocosmos"Craft Your Legacy: Invest in YouTube Presence from Sociocosmos"
Craft Your Legacy: Invest in YouTube Presence from Sociocosmos"SocioCosmos
 
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779Delhi Call girls
 
Codes and Conventions of Artists' Websites
Codes and Conventions of Artists' WebsitesCodes and Conventions of Artists' Websites
Codes and Conventions of Artists' WebsitesLukeNash7
 
CALL ON ➥8923113531 🔝Call Girls Takrohi Lucknow best Female service 👖
CALL ON ➥8923113531 🔝Call Girls Takrohi Lucknow best Female service  👖CALL ON ➥8923113531 🔝Call Girls Takrohi Lucknow best Female service  👖
CALL ON ➥8923113531 🔝Call Girls Takrohi Lucknow best Female service 👖anilsa9823
 
Call Girls In Andheri East Call 9167673311 Book Hot And Sexy Girls
Call Girls In Andheri East Call 9167673311 Book Hot And Sexy GirlsCall Girls In Andheri East Call 9167673311 Book Hot And Sexy Girls
Call Girls In Andheri East Call 9167673311 Book Hot And Sexy GirlsPooja Nehwal
 
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...makika9823
 
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...anilsa9823
 
9990611130 Find & Book Russian Call Girls In Crossings Republik
9990611130 Find & Book Russian Call Girls In Crossings Republik9990611130 Find & Book Russian Call Girls In Crossings Republik
9990611130 Find & Book Russian Call Girls In Crossings RepublikGenuineGirls
 
MODERN PODCASTING ,CREATING DREAMS TODAY.
MODERN PODCASTING ,CREATING DREAMS TODAY.MODERN PODCASTING ,CREATING DREAMS TODAY.
MODERN PODCASTING ,CREATING DREAMS TODAY.AFFFILIATE
 
Elite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCR
Elite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCRElite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCR
Elite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCRDelhi Call girls
 
Call Girls In South Ex. Delhi O9654467111 Women Seeking Men
Call Girls In South Ex. Delhi O9654467111 Women Seeking MenCall Girls In South Ex. Delhi O9654467111 Women Seeking Men
Call Girls In South Ex. Delhi O9654467111 Women Seeking MenSapana Sha
 
This is a Powerpoint about research into the codes and conventions of a film ...
This is a Powerpoint about research into the codes and conventions of a film ...This is a Powerpoint about research into the codes and conventions of a film ...
This is a Powerpoint about research into the codes and conventions of a film ...samuelcoulson30
 

Dernier (20)

Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
 
Call Girls In Noida Mall Of Noida O9654467111 Escorts Serviec
Call Girls In Noida Mall Of Noida O9654467111 Escorts ServiecCall Girls In Noida Mall Of Noida O9654467111 Escorts Serviec
Call Girls In Noida Mall Of Noida O9654467111 Escorts Serviec
 
SELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANYSELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANY
 
CASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFE
CASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFECASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFE
CASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFE
 
Craft Your Legacy: Invest in YouTube Presence from Sociocosmos"
Craft Your Legacy: Invest in YouTube Presence from Sociocosmos"Craft Your Legacy: Invest in YouTube Presence from Sociocosmos"
Craft Your Legacy: Invest in YouTube Presence from Sociocosmos"
 
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
Night 7k Call Girls Noida Sector 121 Call Me: 8448380779
 
Codes and Conventions of Artists' Websites
Codes and Conventions of Artists' WebsitesCodes and Conventions of Artists' Websites
Codes and Conventions of Artists' Websites
 
CALL ON ➥8923113531 🔝Call Girls Takrohi Lucknow best Female service 👖
CALL ON ➥8923113531 🔝Call Girls Takrohi Lucknow best Female service  👖CALL ON ➥8923113531 🔝Call Girls Takrohi Lucknow best Female service  👖
CALL ON ➥8923113531 🔝Call Girls Takrohi Lucknow best Female service 👖
 
Call Girls In Andheri East Call 9167673311 Book Hot And Sexy Girls
Call Girls In Andheri East Call 9167673311 Book Hot And Sexy GirlsCall Girls In Andheri East Call 9167673311 Book Hot And Sexy Girls
Call Girls In Andheri East Call 9167673311 Book Hot And Sexy Girls
 
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...
 
9953056974 Young Call Girls In Kirti Nagar Indian Quality Escort service
9953056974 Young Call Girls In  Kirti Nagar Indian Quality Escort service9953056974 Young Call Girls In  Kirti Nagar Indian Quality Escort service
9953056974 Young Call Girls In Kirti Nagar Indian Quality Escort service
 
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
 
9990611130 Find & Book Russian Call Girls In Crossings Republik
9990611130 Find & Book Russian Call Girls In Crossings Republik9990611130 Find & Book Russian Call Girls In Crossings Republik
9990611130 Find & Book Russian Call Girls In Crossings Republik
 
MODERN PODCASTING ,CREATING DREAMS TODAY.
MODERN PODCASTING ,CREATING DREAMS TODAY.MODERN PODCASTING ,CREATING DREAMS TODAY.
MODERN PODCASTING ,CREATING DREAMS TODAY.
 
Elite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCR
Elite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCRElite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCR
Elite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCR
 
Call Girls In South Ex. Delhi O9654467111 Women Seeking Men
Call Girls In South Ex. Delhi O9654467111 Women Seeking MenCall Girls In South Ex. Delhi O9654467111 Women Seeking Men
Call Girls In South Ex. Delhi O9654467111 Women Seeking Men
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Masudpur
Delhi  99530 vip 56974  Genuine Escort Service Call Girls in MasudpurDelhi  99530 vip 56974  Genuine Escort Service Call Girls in Masudpur
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Masudpur
 
Russian Call Girls Rohini Sector 37 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 37 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...Russian Call Girls Rohini Sector 37 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 37 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
 
This is a Powerpoint about research into the codes and conventions of a film ...
This is a Powerpoint about research into the codes and conventions of a film ...This is a Powerpoint about research into the codes and conventions of a film ...
This is a Powerpoint about research into the codes and conventions of a film ...
 
Vip Call Girls Tilak Nagar ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Tilak Nagar ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Tilak Nagar ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Tilak Nagar ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 

An Introductory Look at Social Mark-Up

  • 1. SOCIAL MARK-UP Daniel Butler Head of SEO daniel@builtvisible.com
  • 2. You’ve probably heard of it, but what is social mark-up really?
  • 3. Forms of structured data for content in the social graph
  • 4. Twitter Card <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:description" content="Why You Should Learn JSON-LD &amp; Separate Your Data from Your Markup - a helpful post from the team at Builtvisible.com"/> <meta name="twitter:title" content="Why You Should Learn JSON-LD &amp; Separate Your Data from Your HTML"/> <meta name="twitter:domain" content="Builtvisible : Digital Marketing &amp; SEO Agency"/> <meta name="twitter:image:src" content="http://builtvisible.com/wp- content/uploads/2015/06/facebook-instant- articles.png"/> <meta name="twitter:creator" content="@richardbaxter"/> http://builtvisible.com/6-trends-structured-data/
  • 5. Open Graph - Facebook <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Why You Should Learn JSON-LD &amp; Separate Your Data from Your HTML" /> <meta property="og:description" content="Why You Should Learn JSON-LD &amp; Separate Your Data from Your Markup - a helpful post from the team at Builtvisible.com" /> <meta property="og:url" content="http://builtvisible.com/6-trends- structured-data/" /> <meta property="og:site_name" content="Builtvisible : Digital Marketing &amp; SEO Agency" /> <meta property="article:author" content="https://www.facebook.com/richardbaxterseo" /> <meta property="article:tag" content="Technical" /> <meta property="article:section" content="Research" /> … http://builtvisible.com/6-trends-structured-data/ Open Graph was popularised by FB but is used by many other sites incl Pinterest (& even Twitter as a fallback)
  • 7. Very Similar to Schema.org <html prefix="og: http://ogp.me/ns#"> og:title og:type (article / video etc) og:image og:url twitter:card twitter:site twitter:title twitter:image twitter:description https://dev.twitter.com/cards/markuphttp://ogp.me/
  • 8. Lets look at some examples
  • 10. Summary Cards The summary_large_image twitter:card property requires a min image size of 280px by 150px, and < 1MB in size
  • 11. Photo Cards As of 3rd July this type will be assimilated into the ‘summary card with large image’ card. <meta name="twitter:card" content="photo" /> <meta name="twitter:site" content="@flickr" /> <meta name="twitter:title" content="Mountain sunset" /> <meta name="twitter:image" content="http://farm8.staticflickr.com/7334/118583494 53_e3f18e5881_z.jpg" /> <meta name="twitter:url" content="https://www.flickr.com/photos/reza- sina/11858349453/" />
  • 12. Multiple Images <meta name="twitter:card" content= "gallery" /> <meta name="twitter:site" content="@flickr" /> <meta name="twitter:title" content="Mountain sunset" /> <meta name="twitter:url" content="https://www.flickr.com/photos/reza- sina/11858349453/" /> <meta name="twitter:image0" content="http://farm8.staticflickr.com/7334/11858349453_e 3f18e5881_z.jpg" /> <meta name="twitter:image1" content="http://farm8.staticflickr.com/7334/11858349453_e 3f18e5881_z.jpg" /> <meta name="twitter:image2" content="http://farm8.staticflickr.com/7334/11858349453_e 3f18e5881_z.jpg" /> Will also merge with the large summary card on the 3rd July
  • 13. Player Cards <meta name="twitter:card" content="player"> <meta name="twitter:site" content="@youtube"> <meta name="twitter:url" content="http://www.youtube.com/watch?v=L6npfdytkU8"> <meta name="twitter:title" content="Best Fails of the Week 1 May 2015 || FailArmy"> <meta name="twitter:description" content="FailArmy has received plenty of epic fails in the wake of Cinco de Mayo. Enjoy all of them in this week&#39;s best fails of the week! Check out our second channe..."> <meta name="twitter:image" content="https://i.ytimg.com/vi/L6npfdytkU8/maxresdefault .jpg"> <meta name="twitter:player" content="https://www.youtube.com/embed/L6npfdytkU8"> <meta name="twitter:player:width" content="1280"> <meta name="twitter:player:height" content="720"> There is an approval process at a @user level for ‘twitter:player’ to take effect.
  • 15. Article <meta property="og:type" content="article" /> <meta property="og:title" content="What To Do When Your Link Building Campaign Fails" /> <meta property="og:description" content="So, your link building campaign didn&#039;t perform as expected -- now what? Columnist Casie Gillette weighs in on how we can learn from our mistakes." /> <meta property="og:url" content="http://searchengineland.com/link-building-campaign- fails-222357" /> <meta property="og:site_name" content="Search Engine Land" /> <meta property="article:publisher" content="https://www.facebook.com/searchengineland" /> <meta property="article:section" content="Channel: SEO" /> <meta property="article:published_time" content="2015-06- 09T10:35:21+00:00" /> <meta property="og:image" content="http://searchengineland.com/figz/wp- content/seloads/2015/06/links-broken-fail-ss-1920.jpg" />
  • 16. Video <meta property="og:site_name" content="YouTube" /> <meta property="og:url" content="http://www.youtube.com/watch?v=L6npfdytkU8" /> <meta property="og:title" content="Best Fails of the Week 1 May 2015 || FailArmy" /> <meta property="og:description" content="FailArmy has received plenty of epic fails in the wake..." /> <meta property="og:image" content="http://i.ytimg.com/vi/L6npfdytkU8/maxresdefault.jpg" /> <meta property="og:type" content="video" /> <meta property="og:video:url" content="https://www.youtube.com/embed/L6npfdytkU8" /> <meta property="og:video:secure_url" content="https://www.youtube.com/embed/L6npfdytkU8" /> <meta property="og:video:width" content="1280" /> <meta property="og:video:height" content="720" /> <meta property="og:video:tag" content="fail" /> <meta property="og:video:tag" content="failarmy" />
  • 17. Test, validate & experiment
  • 19. Twitter Live Preview https://cards-dev.twitter.com/validator Twitters documentation is extremely thorough including code examples & snippets, use this as a base for client work.
  • 20. Take a look at Slideshare… <meta name="twitter:card" value="player" /> <meta name="twitter:site" value="@slideshare" /> <meta class="twitter_player" value="https://www.slideshare.net/slideshow/embed_code/key/sarYB81w oqBE4C" name="twitter:player" /> <meta name="twitter:player:width" value="342" /> <meta name="twitter:player:height" value="291" /> <meta class="twitter_title" value="Using Twitter for Marketing and Outreach Workshop" name="twitter:title" /> <meta class="twitter_image" value="https://cdn.slidesharecdn.com/ss_thumbnails/usingtwitterform arketingandoutreach2015final-150604200712-lva1-app6892-thumbnail- 4.jpg?cb=1433782804" name="twitter:image" /> Slideshare have adopted the ‘player’ property to leverage ‘iframe’ content to embed presentations into Tweets.
  • 21. A little more interactive… This example was created by advertisers, but is feasible (non-paid) if we can whitelist the clients Twitter profile for use with ‘player’ and leverage iframe content. Interactive elements allowed users to select specific car features without leaving Twitter. http://bostinno.streetwise.co/2014/08/27/acura-twitter-cards-ads/
  • 22. Social - App Deep Linking
  • 23. Promote & Install Apps Directly from Twitter (Android & IOS) https://dev.twitter.com/cards/mobile <meta name="twitter:app:country" content="US" /> <meta name="twitter:app:name:iphone" content="Example App" /> <meta name="twitter:app:id:iphone" content="306934135" /> <meta name="twitter:app:url:iphone" content="example://action/5149e249222f9e600a7540ef" /> <meta name="twitter:app:name:ipad" content="Example App" /> <meta name="twitter:app:id:ipad" content="306934135" /> <meta name="twitter:app:url:ipad" content="example://action/5149e249222f9e600a7540ef" /> <meta name="twitter:app:name:googleplay" content="Example App" /> <meta name="twitter:app:id:googleplay" content="com.example.app" /> <meta name="twitter:app:url:googleplay" content="http://example.com/action/5149e249222f9e60 0a7540ef" />
  • 24. Looking to the future with JSON-LD
  • 25. This is what the mark-up could look like: <script type="application/ld+json"> { "@context": "http://ogp.me", "@type":"article", "og:locale": "en_GB", "og:title": "Log File Analysis for SEO", "og:description": "Mastered technical SEO and feel like you’d like to stretch your knowledge further? Read this unapologetically technical guide to Log File Analysis...", "og:url": "http://builtvisible.com/log-file- analysis/", "og:site_name": "Builtvisible : Digital Marketing & SEO Agency", "og:image": "http://builtvisible.com/wp- content/uploads/2014/12/log-file-analysis- social.jpg", "og:published_time":"2014-09-15", "og:author": "Daniel Butler" } </script> <script type="application/ld+json"> { "@context": "http://api.twitter.com/", "@type":"summary", "twitter:title": "Log File Analysis for SEO", "twitter:description": "Mastered technical SEO and feel like you’d like to stretch your knowledge further? Read this unapologetically technical guide to Log File Analysis...", "twitter:url": "http://builtvisible.com/log-file- analysis/", "twitter:site": "@Builtvisible", "twitter:image": "http://builtvisible.com/wp- content/uploads/2014/12/log-file-analysis- social.jpg" } </script>
  • 26. ANY QUESTIONS? Daniel Butler Head of SEO daniel@builtvisible.com