SlideShare ist ein Scribd-Unternehmen logo
1 von 40
Successfully Implementing
Open Graph
By Steve Mortiboy
Social Media Networks
The Importance of Social Media
Web Traffic Sources
• Search Engines
• Social Media Networks
• Direct Referrals
• Natural Inbound Links
• Ads
• Directories
• Traditional Marketing
Web Traffic Trends
• According to Shareaholic the top 8 social networks
drove 31.24% of overall traffic to sites in 2014
• This is an increase of 9% over the previous year
• Facebook, Pinterest and Twitter are the top 3 social
networks for web traffic
• Facebook is the biggest referrer with 24% of traffic
Source: https://blog.shareaholic.com/social-media-traffic-trends-01-2015/
Mobile Web Trends
• According to StatCounter use of mobile devices to
access the internet has increased by 67% worldwide
over the last 12 months
• Web access from mobile devices grew to 28.5% of
device traffic in 2014
• This is an increase of 11% over the previous year
Source: http://gs.statcounter.com/press/mobile-internet-usage-soars-by-67-perc
What Does This Mean For Me?
• Business owners need a presence on social media and
need to know how to market on social media
• Business owners need to integrate their websites with
their social media to push and pull content
• Website owners need to provide tools to help visitors share
content with their friends on social media
• Content shared on social media needs to look good in order
to attract attention in a noisy environment
Going Viral
The ALS Ice Bucket Challenge
• July to August 2014
• 2.4 million videos on Facebook
• 2.2 million Tweets
• 739,000 new donors to the ALS Association
• Over $100 million in donations
• Started with a challenge on Facebook
The Evolution of Facebook -
2006
The Evolution of Facebook -
2015
The Evolution of Twitter - 2006
The Evolution of Twitter - 2015
Mobile-First Social Media
Images on Facebook
Images on Facebook
Images on Twitter
The Open Graph Protocol
• The Open Graph protocol was originally created at
Facebook
• It has been adopted by many social networks
• It enables any web page to become a rich object in a
social graph
• Website owners can influence how their content appears
on social networks
• More information can be found at http://ogp.me/
Basic Open Graph Metadata
• og:title - The title of your object as it should appear on
social media
• og:image - An image URL which should represent your
object
• og:url - The canonical URL of your object that will be used
as its permanent link
• og:type - The type of your object
Optional Open Graph Metadata
• og:description - A one to two sentence description of your
object
• og:site_name - If your object is part of a larger web site,
the name which should be displayed for the overall site
• og:locale - The locale these tags are marked up in. The
default is en_US
• og:audio - A URL to an audio file to accompany this object
• og:video - A URL to a video file that complements this object
Twitter Cards
With Twitter Cards, you can attach photos, videos and media
to Tweets that drive traffic to your website
Twitter Card Types:
• Summary Card: Title, description, thumbnail, and Twitter
account attribution
• Summary Card with Large Image: Similar to a Summary
Card, but with a prominently featured image
• App Card: A Card to detail a mobile app with direct download
• Player Card: A Card to provide video/audio/media
Example Twitter Card
Optional Twitter Metadata
• twitter:card – The card type which controls card display
• twitter:site – @username for the website owner used in
the card footer
• twitter:creator – @username for the content creator/author
• twitter:title – The title of content (max 70 characters)
• twitter:description – The description of content (maximum
200 characters)
• twitter:image – The URL of the image to use in the card.
This image must be less than 1MB in size
Example Open Graph Metadata
<meta property="og:title" content="All in One SEO Social Meta Panel optimizes your social
shares | Semper Plugins" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://semperplugins.com/blog/aioseop-social-meta/" />
<meta property="og:image" content="http://semperplugins.com/wp-content/uploads/ogp.png" />
<meta property="og:site_name" content="WordPress Plugins" />
<meta property="og:description" content="All in One SEO Pack Pro WordPress SEO plugin
helps you manage your Open Graph and Twitter Card meta data for social media shares." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@aioseopack" />
<meta name="twitter:domain" content="semperplugins.com" />
<meta name="twitter:description" content="All in One SEO Pack Pro WordPress SEO plugin
helps you manage your Open Graph and Twitter Card meta data for social media shares." />
Documentation on Open Graph
• Facebook Sharing Best Practices
https://developers.facebook.com/docs/sharing/best-practices
• Twitter Cards Guide
https://dev.twitter.com/cards/overview
• Google+ Documentation
https://developers.google.com/+/web/snippet/?hl=en
• Pinterest Rich Pins Guide
https://developers.pinterest.com/docs/getting-started/introduction/
WordPress Plugins
• All in One SEO Pack
https://wordpress.org/plugins/all-in-one-seo-pack/
• Jetpack
https://wordpress.org/plugins/jetpack/
• Facebook
https://wordpress.org/plugins/facebook/
• WP Facebook Open Graph Protocol
https://wordpress.org/plugins/wp-facebook-open-graph-protocol/
Selecting a Plugin
• Does it let you to set site wide defaults such as og:type
for post types such as products or videos?
• Does it let you select which image is used when content
is shared?
• Does it let you set specific Open Graph metadata for
individual content including posts, pages and custom post
types?
• Does it help you debug typical problems?
Setting Open Graph on a Post
Image Sizes for Social Networks
Facebook – 1200px by 630px
Twitter – 1024px by 512px
LinkedIn – 800px by 800px
Google+ – 800px by 1200px
Pinterest – 735px by 1102px
Instagram – 1200px by 1200px
Image files should be less than 1MB in size
Poor Image Size
Optimal Image Size
Common Problems
• Duplicate Open Graph metadata is present on the page
• Open Graph metadata has already been crawled and
cached
• Image does not meet file size and dimensions criteria
• Sharing plugins don’t use my Open Graph metadata
• Facebook rejected my Open Graph Type
• Facebook rejected by Profile ID
Troubleshooting Open Graph
• Check your source code for Open Graph
metadata by searching source code for og:
• Check your source code for duplicate Open Graph
metadata by searching source code for og:
• Use the free debug tool provided by Facebook to
Fetch New Scrape information
• Check the information scraped by Facebook to the
Open Graph metadata in the source code of your site
• Make sure your image meets the dimensions and file
size specified by the social network
Caching of Open Graph
Metadata
Most social networks crawl information about your site
and cache it for a specific period of time, typically seven
days. Some social networks provide information on how
you can force them to purge this cached information and
request that they recrawl your content.
Troubleshooting Caching Issues
• Facebook – Use their debug tool to Fetch New Scrape
information and check the information they show against
the Open Graph metadata in the source code of your site
• Twitter – Follow their instructions in their documentation at
https://dev.twitter.com/cards/troubleshooting#refreshing
Troubleshooting Tools
• Facebook Debug Tool
https://developers.facebook.com/tools/debug/og/object/
• Twitter Card Validator
https://dev.twitter.com/docs/cards/validation/validator
• Pinterest Rich Pins Validator
https://developers.pinterest.com/docs/rich-pins/validator/
Facebook Debug Tool
Facebook Debug Tool
Questions?
• Support
• Security
• Performance
• Development
• Design
• SEO

Weitere ähnliche Inhalte

Was ist angesagt?

Is Your Website Search Engine Ready?
Is Your Website Search Engine Ready?Is Your Website Search Engine Ready?
Is Your Website Search Engine Ready?Adrian Tan
 
What is SEO ? (Search Engine Optimization) - Types of SEO and techniques
What is SEO ? (Search Engine Optimization) - Types of SEO and techniquesWhat is SEO ? (Search Engine Optimization) - Types of SEO and techniques
What is SEO ? (Search Engine Optimization) - Types of SEO and techniquesMohideen Kareem
 
Technical SEO - An Introduction to Core Aspects of Technical SEO Best-Practise
Technical SEO - An Introduction to Core Aspects of Technical SEO Best-PractiseTechnical SEO - An Introduction to Core Aspects of Technical SEO Best-Practise
Technical SEO - An Introduction to Core Aspects of Technical SEO Best-PractiseErudite
 
Search Engine Optimization Tutorial
Search Engine Optimization TutorialSearch Engine Optimization Tutorial
Search Engine Optimization TutorialTahasin Chowdhury
 
Essential guide to understanding SEO and Webometrics - and quick tips and act...
Essential guide to understanding SEO and Webometrics - and quick tips and act...Essential guide to understanding SEO and Webometrics - and quick tips and act...
Essential guide to understanding SEO and Webometrics - and quick tips and act...Gagandeep Walia
 
Search Engine Optimization (SEO)
Search Engine Optimization (SEO)Search Engine Optimization (SEO)
Search Engine Optimization (SEO)Dennis Deacon
 
SEO and Content Marketing
SEO and Content MarketingSEO and Content Marketing
SEO and Content MarketingNavneet Kaushal
 
Competitive On Site Optimization
Competitive On Site OptimizationCompetitive On Site Optimization
Competitive On Site OptimizationSean Si
 
Seo - Search Engine Optimization seminar
Seo - Search Engine Optimization seminarSeo - Search Engine Optimization seminar
Seo - Search Engine Optimization seminarcooljeba
 
Online Marketing Company, Social Media Marketing, Digital Marketing, Indore, ...
Online Marketing Company, Social Media Marketing, Digital Marketing, Indore, ...Online Marketing Company, Social Media Marketing, Digital Marketing, Indore, ...
Online Marketing Company, Social Media Marketing, Digital Marketing, Indore, ...Ishan Mishra
 
Chewy Trewella - Google Searchtips
Chewy Trewella - Google SearchtipsChewy Trewella - Google Searchtips
Chewy Trewella - Google Searchtipssounddelivery
 
SEO for developers (session 1)
SEO for developers (session 1)SEO for developers (session 1)
SEO for developers (session 1)RankAbove
 
Website Seo Score Tool
Website Seo Score ToolWebsite Seo Score Tool
Website Seo Score ToolRon Edrote
 
SEO 101 webinar 10 25-2012
SEO 101 webinar 10 25-2012SEO 101 webinar 10 25-2012
SEO 101 webinar 10 25-2012451 Marketing
 
Search Engine Optimization Strategy & Consulting
Search Engine Optimization Strategy & ConsultingSearch Engine Optimization Strategy & Consulting
Search Engine Optimization Strategy & ConsultingDinesh Babu Pugalenthi
 
Technical SEO Best Practices
Technical SEO Best PracticesTechnical SEO Best Practices
Technical SEO Best PracticesNishanth Stephen
 
Google Search Engine Ranking Position - 200 Top Ranking Factors for SEO Marke...
Google Search Engine Ranking Position - 200 Top Ranking Factors for SEO Marke...Google Search Engine Ranking Position - 200 Top Ranking Factors for SEO Marke...
Google Search Engine Ranking Position - 200 Top Ranking Factors for SEO Marke...Ronald Soh
 

Was ist angesagt? (20)

Is Your Website Search Engine Ready?
Is Your Website Search Engine Ready?Is Your Website Search Engine Ready?
Is Your Website Search Engine Ready?
 
What is SEO ? (Search Engine Optimization) - Types of SEO and techniques
What is SEO ? (Search Engine Optimization) - Types of SEO and techniquesWhat is SEO ? (Search Engine Optimization) - Types of SEO and techniques
What is SEO ? (Search Engine Optimization) - Types of SEO and techniques
 
Technical SEO - An Introduction to Core Aspects of Technical SEO Best-Practise
Technical SEO - An Introduction to Core Aspects of Technical SEO Best-PractiseTechnical SEO - An Introduction to Core Aspects of Technical SEO Best-Practise
Technical SEO - An Introduction to Core Aspects of Technical SEO Best-Practise
 
Search Engine Optimization Tutorial
Search Engine Optimization TutorialSearch Engine Optimization Tutorial
Search Engine Optimization Tutorial
 
Essential guide to understanding SEO and Webometrics - and quick tips and act...
Essential guide to understanding SEO and Webometrics - and quick tips and act...Essential guide to understanding SEO and Webometrics - and quick tips and act...
Essential guide to understanding SEO and Webometrics - and quick tips and act...
 
Search Engine Optimization (SEO)
Search Engine Optimization (SEO)Search Engine Optimization (SEO)
Search Engine Optimization (SEO)
 
The Complete SEO/SMO Strategy
The Complete SEO/SMO StrategyThe Complete SEO/SMO Strategy
The Complete SEO/SMO Strategy
 
SEO and Content Marketing
SEO and Content MarketingSEO and Content Marketing
SEO and Content Marketing
 
SEO for Beginners
SEO for BeginnersSEO for Beginners
SEO for Beginners
 
Competitive On Site Optimization
Competitive On Site OptimizationCompetitive On Site Optimization
Competitive On Site Optimization
 
Seo - Search Engine Optimization seminar
Seo - Search Engine Optimization seminarSeo - Search Engine Optimization seminar
Seo - Search Engine Optimization seminar
 
Online Marketing Company, Social Media Marketing, Digital Marketing, Indore, ...
Online Marketing Company, Social Media Marketing, Digital Marketing, Indore, ...Online Marketing Company, Social Media Marketing, Digital Marketing, Indore, ...
Online Marketing Company, Social Media Marketing, Digital Marketing, Indore, ...
 
Chewy Trewella - Google Searchtips
Chewy Trewella - Google SearchtipsChewy Trewella - Google Searchtips
Chewy Trewella - Google Searchtips
 
SEO for developers (session 1)
SEO for developers (session 1)SEO for developers (session 1)
SEO for developers (session 1)
 
Website Seo Score Tool
Website Seo Score ToolWebsite Seo Score Tool
Website Seo Score Tool
 
SEO 101 webinar 10 25-2012
SEO 101 webinar 10 25-2012SEO 101 webinar 10 25-2012
SEO 101 webinar 10 25-2012
 
Search Engine Optimization Strategy & Consulting
Search Engine Optimization Strategy & ConsultingSearch Engine Optimization Strategy & Consulting
Search Engine Optimization Strategy & Consulting
 
Off page seo
Off page seo Off page seo
Off page seo
 
Technical SEO Best Practices
Technical SEO Best PracticesTechnical SEO Best Practices
Technical SEO Best Practices
 
Google Search Engine Ranking Position - 200 Top Ranking Factors for SEO Marke...
Google Search Engine Ranking Position - 200 Top Ranking Factors for SEO Marke...Google Search Engine Ranking Position - 200 Top Ranking Factors for SEO Marke...
Google Search Engine Ranking Position - 200 Top Ranking Factors for SEO Marke...
 

Ähnlich wie Successfully implementing open graph by steve mortiboy

Successfully Implementing Open Graph
Successfully Implementing Open GraphSuccessfully Implementing Open Graph
Successfully Implementing Open GraphSteve Mortiboy
 
Creating More Engaging Content For Social
Creating More Engaging Content For SocialCreating More Engaging Content For Social
Creating More Engaging Content For SocialEric T. Tung
 
Social Media Optimization (SMO) Checklist and Activities - What You Need to d...
Social Media Optimization (SMO) Checklist and Activities - What You Need to d...Social Media Optimization (SMO) Checklist and Activities - What You Need to d...
Social Media Optimization (SMO) Checklist and Activities - What You Need to d...Asif Anwar
 
Search Engine Optimization and Analytics for CSEPP Advanced Training Course
Search Engine Optimization and Analytics for CSEPP Advanced Training CourseSearch Engine Optimization and Analytics for CSEPP Advanced Training Course
Search Engine Optimization and Analytics for CSEPP Advanced Training CourseBryan Campbell
 
Designing Big Content - Search Exchange 2013
Designing Big Content - Search Exchange 2013Designing Big Content - Search Exchange 2013
Designing Big Content - Search Exchange 2013Brian_Chappell
 
#1NLab14: Reintegrations
#1NLab14: Reintegrations#1NLab14: Reintegrations
#1NLab14: ReintegrationsOne North
 
Optimizing your E-Commerce: Tips and errors to avoid
Optimizing your E-Commerce: Tips and errors to avoidOptimizing your E-Commerce: Tips and errors to avoid
Optimizing your E-Commerce: Tips and errors to avoidUnamo
 
Optimizing your E-Commerce: Tips and errors to avoid
Optimizing your E-Commerce: Tips and errors to avoidOptimizing your E-Commerce: Tips and errors to avoid
Optimizing your E-Commerce: Tips and errors to avoidcoombs18
 
7 Actionable SEO Strategies to Build Real Revenue Now
7 Actionable SEO Strategies to Build Real Revenue Now7 Actionable SEO Strategies to Build Real Revenue Now
7 Actionable SEO Strategies to Build Real Revenue NowMiva
 
John Lincoln, MivaCon 2016 - 7 Actionable SEO Strategies to Build Real Revenu...
John Lincoln, MivaCon 2016 - 7 Actionable SEO Strategies to Build Real Revenu...John Lincoln, MivaCon 2016 - 7 Actionable SEO Strategies to Build Real Revenu...
John Lincoln, MivaCon 2016 - 7 Actionable SEO Strategies to Build Real Revenu...John Lincoln
 
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & MicroformatsStephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & MicroformatsSearch Marketing Expo - SMX
 
WordPress Social Meta Optimization | WordCamp Raleigh 2017
WordPress Social Meta Optimization | WordCamp Raleigh 2017WordPress Social Meta Optimization | WordCamp Raleigh 2017
WordPress Social Meta Optimization | WordCamp Raleigh 2017Digital Strategy Works LLC
 
Getting Started with Search Engine Optimization
Getting Started with Search Engine OptimizationGetting Started with Search Engine Optimization
Getting Started with Search Engine OptimizationKatherine Chalmers
 
Five SEO Strategies Every Company Needs to Master
Five SEO Strategies Every Company Needs to MasterFive SEO Strategies Every Company Needs to Master
Five SEO Strategies Every Company Needs to MasterAct-On Software
 
5 Simple Content Marketing Storytelling Techniques for 2014
5 Simple Content Marketing Storytelling Techniques for 20145 Simple Content Marketing Storytelling Techniques for 2014
5 Simple Content Marketing Storytelling Techniques for 2014Cursive Content Marketing
 
SEO and Marketing
SEO and MarketingSEO and Marketing
SEO and MarketingAmith
 
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO TutorialSEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO TutorialDeep Mehta
 
What startups need to know about seo by barry schwartz news editor at search ...
What startups need to know about seo by barry schwartz news editor at search ...What startups need to know about seo by barry schwartz news editor at search ...
What startups need to know about seo by barry schwartz news editor at search ...Search Engine Land
 

Ähnlich wie Successfully implementing open graph by steve mortiboy (20)

Successfully Implementing Open Graph
Successfully Implementing Open GraphSuccessfully Implementing Open Graph
Successfully Implementing Open Graph
 
Creating More Engaging Content For Social
Creating More Engaging Content For SocialCreating More Engaging Content For Social
Creating More Engaging Content For Social
 
Social Media Optimization (SMO) Checklist and Activities - What You Need to d...
Social Media Optimization (SMO) Checklist and Activities - What You Need to d...Social Media Optimization (SMO) Checklist and Activities - What You Need to d...
Social Media Optimization (SMO) Checklist and Activities - What You Need to d...
 
Search Engine Optimization and Analytics for CSEPP Advanced Training Course
Search Engine Optimization and Analytics for CSEPP Advanced Training CourseSearch Engine Optimization and Analytics for CSEPP Advanced Training Course
Search Engine Optimization and Analytics for CSEPP Advanced Training Course
 
Designing Big Content - Search Exchange 2013
Designing Big Content - Search Exchange 2013Designing Big Content - Search Exchange 2013
Designing Big Content - Search Exchange 2013
 
#1NLab14: Reintegrations
#1NLab14: Reintegrations#1NLab14: Reintegrations
#1NLab14: Reintegrations
 
Optimizing your E-Commerce: Tips and errors to avoid
Optimizing your E-Commerce: Tips and errors to avoidOptimizing your E-Commerce: Tips and errors to avoid
Optimizing your E-Commerce: Tips and errors to avoid
 
Optimizing your E-Commerce: Tips and errors to avoid
Optimizing your E-Commerce: Tips and errors to avoidOptimizing your E-Commerce: Tips and errors to avoid
Optimizing your E-Commerce: Tips and errors to avoid
 
7 Actionable SEO Strategies to Build Real Revenue Now
7 Actionable SEO Strategies to Build Real Revenue Now7 Actionable SEO Strategies to Build Real Revenue Now
7 Actionable SEO Strategies to Build Real Revenue Now
 
John Lincoln, MivaCon 2016 - 7 Actionable SEO Strategies to Build Real Revenu...
John Lincoln, MivaCon 2016 - 7 Actionable SEO Strategies to Build Real Revenu...John Lincoln, MivaCon 2016 - 7 Actionable SEO Strategies to Build Real Revenu...
John Lincoln, MivaCon 2016 - 7 Actionable SEO Strategies to Build Real Revenu...
 
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & MicroformatsStephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
Stephan Spencer - SMX Advanced: Rich Snippets, Schema & Microformats
 
WordPress Social Meta Optimization | WordCamp Raleigh 2017
WordPress Social Meta Optimization | WordCamp Raleigh 2017WordPress Social Meta Optimization | WordCamp Raleigh 2017
WordPress Social Meta Optimization | WordCamp Raleigh 2017
 
Getting Started with Search Engine Optimization
Getting Started with Search Engine OptimizationGetting Started with Search Engine Optimization
Getting Started with Search Engine Optimization
 
SEO
SEO SEO
SEO
 
SEO Presentation - Read
SEO Presentation - ReadSEO Presentation - Read
SEO Presentation - Read
 
Five SEO Strategies Every Company Needs to Master
Five SEO Strategies Every Company Needs to MasterFive SEO Strategies Every Company Needs to Master
Five SEO Strategies Every Company Needs to Master
 
5 Simple Content Marketing Storytelling Techniques for 2014
5 Simple Content Marketing Storytelling Techniques for 20145 Simple Content Marketing Storytelling Techniques for 2014
5 Simple Content Marketing Storytelling Techniques for 2014
 
SEO and Marketing
SEO and MarketingSEO and Marketing
SEO and Marketing
 
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO TutorialSEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
SEO Training Course Online, Learn SEO, SEO for Beginners, Complete SEO Tutorial
 
What startups need to know about seo by barry schwartz news editor at search ...
What startups need to know about seo by barry schwartz news editor at search ...What startups need to know about seo by barry schwartz news editor at search ...
What startups need to know about seo by barry schwartz news editor at search ...
 

Mehr von Steve Mortiboy

Optimizing images in WordPress to improve site performance and sSEO
Optimizing images in WordPress to improve site performance and sSEOOptimizing images in WordPress to improve site performance and sSEO
Optimizing images in WordPress to improve site performance and sSEOSteve Mortiboy
 
Understanding SEO in 2018 by Steve Mortiboy
Understanding SEO in 2018 by Steve MortiboyUnderstanding SEO in 2018 by Steve Mortiboy
Understanding SEO in 2018 by Steve MortiboySteve Mortiboy
 
Local SEO - Getting your local business on google
Local SEO - Getting your local business on googleLocal SEO - Getting your local business on google
Local SEO - Getting your local business on googleSteve Mortiboy
 
Fixing common problems with SEO by Steve Mortiboy
Fixing common problems with SEO by Steve MortiboyFixing common problems with SEO by Steve Mortiboy
Fixing common problems with SEO by Steve MortiboySteve Mortiboy
 
Debugging common errors in WordPress by Steve Mortiboy
Debugging common errors in WordPress by Steve MortiboyDebugging common errors in WordPress by Steve Mortiboy
Debugging common errors in WordPress by Steve MortiboySteve Mortiboy
 
WordPress e-Commerce by Steve Mortiboy
WordPress e-Commerce by Steve MortiboyWordPress e-Commerce by Steve Mortiboy
WordPress e-Commerce by Steve MortiboySteve Mortiboy
 
Getting started with WordPress development
Getting started with WordPress developmentGetting started with WordPress development
Getting started with WordPress developmentSteve Mortiboy
 
WordPress SEO for Content Authors
WordPress SEO for Content AuthorsWordPress SEO for Content Authors
WordPress SEO for Content AuthorsSteve Mortiboy
 

Mehr von Steve Mortiboy (8)

Optimizing images in WordPress to improve site performance and sSEO
Optimizing images in WordPress to improve site performance and sSEOOptimizing images in WordPress to improve site performance and sSEO
Optimizing images in WordPress to improve site performance and sSEO
 
Understanding SEO in 2018 by Steve Mortiboy
Understanding SEO in 2018 by Steve MortiboyUnderstanding SEO in 2018 by Steve Mortiboy
Understanding SEO in 2018 by Steve Mortiboy
 
Local SEO - Getting your local business on google
Local SEO - Getting your local business on googleLocal SEO - Getting your local business on google
Local SEO - Getting your local business on google
 
Fixing common problems with SEO by Steve Mortiboy
Fixing common problems with SEO by Steve MortiboyFixing common problems with SEO by Steve Mortiboy
Fixing common problems with SEO by Steve Mortiboy
 
Debugging common errors in WordPress by Steve Mortiboy
Debugging common errors in WordPress by Steve MortiboyDebugging common errors in WordPress by Steve Mortiboy
Debugging common errors in WordPress by Steve Mortiboy
 
WordPress e-Commerce by Steve Mortiboy
WordPress e-Commerce by Steve MortiboyWordPress e-Commerce by Steve Mortiboy
WordPress e-Commerce by Steve Mortiboy
 
Getting started with WordPress development
Getting started with WordPress developmentGetting started with WordPress development
Getting started with WordPress development
 
WordPress SEO for Content Authors
WordPress SEO for Content AuthorsWordPress SEO for Content Authors
WordPress SEO for Content Authors
 

Kürzlich hochgeladen

Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxDyna Gilbert
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书rnrncn29
 
NSX-T and Service Interfaces presentation
NSX-T and Service Interfaces presentationNSX-T and Service Interfaces presentation
NSX-T and Service Interfaces presentationMarko4394
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa494f574xmv
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
Q4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxQ4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxeditsforyah
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书rnrncn29
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predieusebiomeyer
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 

Kürzlich hochgeladen (17)

Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptx
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
 
NSX-T and Service Interfaces presentation
NSX-T and Service Interfaces presentationNSX-T and Service Interfaces presentation
NSX-T and Service Interfaces presentation
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
Q4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptxQ4-1-Illustrating-Hypothesis-Testing.pptx
Q4-1-Illustrating-Hypothesis-Testing.pptx
 
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
『澳洲文凭』买拉筹伯大学毕业证书成绩单办理澳洲LTU文凭学位证书
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predi
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 

Successfully implementing open graph by steve mortiboy

  • 3. The Importance of Social Media
  • 4. Web Traffic Sources • Search Engines • Social Media Networks • Direct Referrals • Natural Inbound Links • Ads • Directories • Traditional Marketing
  • 5. Web Traffic Trends • According to Shareaholic the top 8 social networks drove 31.24% of overall traffic to sites in 2014 • This is an increase of 9% over the previous year • Facebook, Pinterest and Twitter are the top 3 social networks for web traffic • Facebook is the biggest referrer with 24% of traffic Source: https://blog.shareaholic.com/social-media-traffic-trends-01-2015/
  • 6. Mobile Web Trends • According to StatCounter use of mobile devices to access the internet has increased by 67% worldwide over the last 12 months • Web access from mobile devices grew to 28.5% of device traffic in 2014 • This is an increase of 11% over the previous year Source: http://gs.statcounter.com/press/mobile-internet-usage-soars-by-67-perc
  • 7. What Does This Mean For Me? • Business owners need a presence on social media and need to know how to market on social media • Business owners need to integrate their websites with their social media to push and pull content • Website owners need to provide tools to help visitors share content with their friends on social media • Content shared on social media needs to look good in order to attract attention in a noisy environment
  • 8. Going Viral The ALS Ice Bucket Challenge • July to August 2014 • 2.4 million videos on Facebook • 2.2 million Tweets • 739,000 new donors to the ALS Association • Over $100 million in donations • Started with a challenge on Facebook
  • 9. The Evolution of Facebook - 2006
  • 10. The Evolution of Facebook - 2015
  • 11. The Evolution of Twitter - 2006
  • 12. The Evolution of Twitter - 2015
  • 17. The Open Graph Protocol • The Open Graph protocol was originally created at Facebook • It has been adopted by many social networks • It enables any web page to become a rich object in a social graph • Website owners can influence how their content appears on social networks • More information can be found at http://ogp.me/
  • 18. Basic Open Graph Metadata • og:title - The title of your object as it should appear on social media • og:image - An image URL which should represent your object • og:url - The canonical URL of your object that will be used as its permanent link • og:type - The type of your object
  • 19. Optional Open Graph Metadata • og:description - A one to two sentence description of your object • og:site_name - If your object is part of a larger web site, the name which should be displayed for the overall site • og:locale - The locale these tags are marked up in. The default is en_US • og:audio - A URL to an audio file to accompany this object • og:video - A URL to a video file that complements this object
  • 20. Twitter Cards With Twitter Cards, you can attach photos, videos and media to Tweets that drive traffic to your website Twitter Card Types: • Summary Card: Title, description, thumbnail, and Twitter account attribution • Summary Card with Large Image: Similar to a Summary Card, but with a prominently featured image • App Card: A Card to detail a mobile app with direct download • Player Card: A Card to provide video/audio/media
  • 22. Optional Twitter Metadata • twitter:card – The card type which controls card display • twitter:site – @username for the website owner used in the card footer • twitter:creator – @username for the content creator/author • twitter:title – The title of content (max 70 characters) • twitter:description – The description of content (maximum 200 characters) • twitter:image – The URL of the image to use in the card. This image must be less than 1MB in size
  • 23. Example Open Graph Metadata <meta property="og:title" content="All in One SEO Social Meta Panel optimizes your social shares | Semper Plugins" /> <meta property="og:type" content="article" /> <meta property="og:url" content="http://semperplugins.com/blog/aioseop-social-meta/" /> <meta property="og:image" content="http://semperplugins.com/wp-content/uploads/ogp.png" /> <meta property="og:site_name" content="WordPress Plugins" /> <meta property="og:description" content="All in One SEO Pack Pro WordPress SEO plugin helps you manage your Open Graph and Twitter Card meta data for social media shares." /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:site" content="@aioseopack" /> <meta name="twitter:domain" content="semperplugins.com" /> <meta name="twitter:description" content="All in One SEO Pack Pro WordPress SEO plugin helps you manage your Open Graph and Twitter Card meta data for social media shares." />
  • 24. Documentation on Open Graph • Facebook Sharing Best Practices https://developers.facebook.com/docs/sharing/best-practices • Twitter Cards Guide https://dev.twitter.com/cards/overview • Google+ Documentation https://developers.google.com/+/web/snippet/?hl=en • Pinterest Rich Pins Guide https://developers.pinterest.com/docs/getting-started/introduction/
  • 25. WordPress Plugins • All in One SEO Pack https://wordpress.org/plugins/all-in-one-seo-pack/ • Jetpack https://wordpress.org/plugins/jetpack/ • Facebook https://wordpress.org/plugins/facebook/ • WP Facebook Open Graph Protocol https://wordpress.org/plugins/wp-facebook-open-graph-protocol/
  • 26. Selecting a Plugin • Does it let you to set site wide defaults such as og:type for post types such as products or videos? • Does it let you select which image is used when content is shared? • Does it let you set specific Open Graph metadata for individual content including posts, pages and custom post types? • Does it help you debug typical problems?
  • 27. Setting Open Graph on a Post
  • 28. Image Sizes for Social Networks Facebook – 1200px by 630px Twitter – 1024px by 512px LinkedIn – 800px by 800px Google+ – 800px by 1200px Pinterest – 735px by 1102px Instagram – 1200px by 1200px Image files should be less than 1MB in size
  • 31. Common Problems • Duplicate Open Graph metadata is present on the page • Open Graph metadata has already been crawled and cached • Image does not meet file size and dimensions criteria • Sharing plugins don’t use my Open Graph metadata • Facebook rejected my Open Graph Type • Facebook rejected by Profile ID
  • 32. Troubleshooting Open Graph • Check your source code for Open Graph metadata by searching source code for og: • Check your source code for duplicate Open Graph metadata by searching source code for og: • Use the free debug tool provided by Facebook to Fetch New Scrape information • Check the information scraped by Facebook to the Open Graph metadata in the source code of your site • Make sure your image meets the dimensions and file size specified by the social network
  • 33. Caching of Open Graph Metadata Most social networks crawl information about your site and cache it for a specific period of time, typically seven days. Some social networks provide information on how you can force them to purge this cached information and request that they recrawl your content.
  • 34. Troubleshooting Caching Issues • Facebook – Use their debug tool to Fetch New Scrape information and check the information they show against the Open Graph metadata in the source code of your site • Twitter – Follow their instructions in their documentation at https://dev.twitter.com/cards/troubleshooting#refreshing
  • 35. Troubleshooting Tools • Facebook Debug Tool https://developers.facebook.com/tools/debug/og/object/ • Twitter Card Validator https://dev.twitter.com/docs/cards/validation/validator • Pinterest Rich Pins Validator https://developers.pinterest.com/docs/rich-pins/validator/
  • 39.
  • 40. • Support • Security • Performance • Development • Design • SEO

Hinweis der Redaktion

  1. Welcome Introduction