SlideShare ist ein Scribd-Unternehmen logo
1 von 45
Downloaden Sie, um offline zu lesen
Preparing for the Google Mobile Friendly Algorithm
DON’T FALL OFF A TRAFFIC CLIFF:
2
Brian McDowell
@Brian_McDowell
Director of Search Intelligence & Co-Founder
Conductor
SPEAKERS – JOIN THE CONVERSATION
Sheridan Orr
@SheridanOrr
Senior Director, Product Marketing
Conductor
#MobileReady @Conductor
3
Use the questions box to submit
questions throughout the
presentation
QUESTIONS
#MobileReady
@Conductor
4
· Managing Executive Expectations
· What is Google Doing and Why
· Potential Impact to Your Business
· Actions You Can Take
· Measuring Pre and Post-Update
· Valuable Insights
· Available Resources
· Q + A
AGENDA
#MobileReady
@Conductor
5
MANAGE EXECUTIVE EXPECTATIONS.
How are we stacked
up against the
competition?
We already have our web
releases scheduled out for
the next 6 months. Why is
this suddenly a priority?
How much revenue is
at risk?
We already have a
responsive mobile site.
Why should we dedicate
resources to this?
#MobileReady
@Conductor
6
HOW MUCH IS YOUR GOOGLE SUBSCRIPTION?
#MobileReady
@Conductor
7
#MobileReady
@Conductor
8
Organic accounts for 37.13% of Website Visits
Mobile accounts for 45.19% of Organic Visits
Organic Mobile accounts for 16.78% of Website Visits
(37.13 * 0.4519)
*This is an example of Google Analytics data (month of February 2015) for an e-commerce
company. Data used with permission.
#MobileReady
@Conductor
9
16,000 VISITS LOST PER DAY
2.75% CONVERSION RATE
$25.00 REVENUE PER CONVERSION
$11,000.00 DAILY CONTRIBUTION LOSS
$4,015,000.00 ANNUAL CONTRIBUTION LOSS
-15% SITEWIDE CONTRIBUTION LOSS
10
THE COST OF INACTION
11
IMAGE SOURCE: http://lemmysbeardwebzine.com/2013/12/02/sonisphere-returns-in-2014-with-iron-maiden-and-metallica-headlining/
You have the stage – ROCK IT!
12
ALIGN YOUR MOBILE WEBSITE FOR THIS CHANGE
13
FIRST THINGS FIRST – CHECK GOOGLE WEBMASTER TOOLSGOOGLEWEBMASTERTOOLS
EMAIL
#MobileReady
@Conductor
14
IS YOUR WEBSITE MOBILE FRIENDLY?
https://www.google.com/webmasters/tools/mobile-friendly/
Mobile friendly refers to
Smart Phones. This does
not refer to Feature Phones,
Tablets or Desktop.
#MobileReady
@Conductor
15
POPULAR CMS INTEGRATIONS HAVE DEDICATED
GOOGLE RECOMMENDATIONS?
https://developers.google.com/webmasters/mobile-sites/website-software/
•WordPress
•Joomla!
•Drupal
•Blogger
•vBulletin
•Tumblr
•DataLife Engine
•Magento
•Prestshop
•Bitrix
•Google Sites
#MobileReady
@Conductor
16
MOBILE CONFIGURATIONS (1,2 & 3 OF 5)
RESPONSIVE DESIGN
https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/responsive-design
•JavaScript Adaptive – GOOGLE PREFERRED (when JS required).
•All Devices are served the same HTML, CSS, JavaScript content
•JavaScript execution changes sites behavior
•Combined Detection – Uses both JavaScript and Server Side Detection
•Different content / HTML is served to different user agents (devices)
•“Vary:User-agent” HTTP Response Header should be used in this case
•Dynamically Served JavaScript – User agent sets JavaScript location
•Same HTML is served
•JavaScript served from a dynamic location (different URL)
Responsive serves all devices with the same code that adjusts to screen resolution
#MobileReady
@Conductor
17
MOBILE CONFIGURATIONS (1,2 & 3 OF 5)
WHY DOES GOOGLE LIKE RESPONSIVE DESIGN?
• Makes sharing content easier by linking to a single URL
• Simplifies Indexing by not needing correlations
between desktop and mobile pages
• Requires less engineering time to maintain content
• Reduces load times by eliminating the need for mobile
redirects
• Saves Google time as only one Googlebot user agent is
needed to crawl your site
#MobileReady
@Conductor
18
MOBILE CONFIGURATIONS (1,2 & 3 OF 5)
RESPONSIVE DESIGN: META VIEWPORT TAG
The meta viewport tag must be included in
the head of the HTML document for pages
that are optimized for a variety of devices.
The meta viewport tag sends signals to the
browser on the dimensions of the page
and how to scale the content.
#MobileReady
@Conductor
19
MOBILE CONFIGURATIONS (4 OF 5)
DYNAMIC SERVING
https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/dynamic-serving
Dynamic serving is often confused with combined detection responsive design.
With Dynamic Serving, the same URL is
served to the user but with altered HTML.
Mobile friendly content is “hidden” for a
desktop user agent.
These configurations must use the Vary
HTTP header. The Vary HTTP Header is a
server response that tells the browser
about a possible variance in content
based on user agent.
#MobileReady
@Conductor
20
MOBILE CONFIGURATIONS (5 OF 5)
SEPARATE URLS
https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/separate-urls
PROPER 1:1 ASSOCIATIONS ARE NEEDED IN THE SEPARATE URL MODEL
On the DESKTOP page, add:
<link rel="alternate" media="only screen and (max-width: 640px)” href="http://m.example.com/page-1" >
NOTE: The CSS media query to direct when Google should use the alternate URL. See reference slide for more information about CSS media queries
On the MOBILE page, the required annotation should be:
<link rel="canonical" href="http://www.example.com/page-1" >
#MobileReady
@Conductor
21
MOBILE OPTIMIZATION
SPEED AND LOAD TIMES
https://developers.google.com/speed/pagespeed/insights/
#MobileReady
@Conductor
22
MOBILE OPTIMIZATION
SPEED AND LOAD TIMES
https://developers.google.com/speed/docs/insights/mobile
“we must deliver and render the above the fold (ATF) content in under one second, which
allows the user to begin interacting with the page as soon as possible.” ~Google
•Server must render the response (< 200 ms)
•Number of redirects should be minimized
•Number of roundtrips to first render should be minimized
•Avoid external blocking JavaScript and CSS in above-the-fold content
•Reserve time for browser layout and rendering (200 ms)
•Optimize JavaScript execution and rendering time
#MobileReady
@Conductor
23
· JavaScript Resizing is not always the best option as it can increase load times.
· Test and consider the <picture> element for dynamic loading (responsive design)
· Allows for resolution thresholds
· Accepts relative sizes based on viewport width
OPTIMIZE YOUR IMAGES
#MobileReady
@Conductor
24
MOBILE OPTIMIZATION
IMPROPER REDIRECTS
https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/faulty-redirects
Google Webmaster Tools – Crawl – Crawl Errors – Smart Phone
#MobileReady
@Conductor
25
MOBILE OPTIMIZATION
DO NOT BLOCK JS, CSS OR IMAGE FILES
http://www.googlewebmastercentral.blogspot.com/2014/05/understanding-web-pages-better.html
“If resources like JavaScript or CSS in separate files are blocked (say, with robots.txt)
so that Googlebot can’t retrieve them, our indexing systems won’t be able to see
your site like an average user. We recommend allowing Googlebot to retrieve
JavaScript and CSS so that your content can be indexed better. This is especially
important for mobile websites, where external resources like CSS and JavaScript help
our algorithms understand that the pages are optimized for mobile.”
~Google 05/23/2014
#MobileReady
@Conductor
26
MOBILE OPTIMIZATION
BLOCKED / HIDDEN CONTENT
“This provides users with a poor mobile experience!” ~Google
https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/unplayable-content
•Use proper HTML5 standards for animations
•Use video-embedding that can be played on all devices
•Consider using transcripts
#MobileReady
@Conductor
27
MOBILE OPTIMIZATION
TRUNCATING CONTENT (RESPONSIVE)
Select your breakpoints without hiding your content.
“Don’t simply hide content just because you can’t fit it on screen.” ~Google
http://upstatement.com/blog/2012/01/how-to-approach-a-responsive-design/
https://developers.google.com/web/fundamentals/layouts/rwd-fundamentals/how-to-choose-breakpoints
#MobileReady
@Conductor
28
MOBILE OPTIMIZATION
404 HANDLING
If a page on your site doesn’t have a smartphone equivalent, keep users on the desktop page. Showing
the content the user was looking for is a much better experience than showing an error page.
Google Webmaster Tools – Crawl – Crawl Errors – Smart Phone
https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/mobile-only-404s
#MobileReady
@Conductor
29
MOBILE OPTIMIZATION
RELEVANT LINKS TO MOBILE PAGES
#MobileReady
@Conductor
30
MOBILE OPTIMIZATION
USE PROPER ADVERTISING FOR APPS
Use a simple banner to promote your app inline with the
page’s content. This banner can be implemented using Smart
App Banners for Safari or an HTML banner image.
#MobileReady
@Conductor
31
Ensure your organization is updated about the changes and potential impact.
Test your site to see if Google views you as mobile friendly or not
Double check your CMS specific recommendations
Check speed and load times
Optimize your images
Check your redirects
Ensure you haven’t blocked Java, CSS or image files
Check where you are sending searches (If you don’t have a mobile page, send to
desktop)
Ensure you have proper advertising for apps
Monitor and report fluxuations
CHECKLIST FOR SUCCESS
#MobileReady
@Conductor
32
MEASURING AND UNDERSTANDING THE DELTAS
33
ARE YOU MOBILE FRIENDLY ?
34
GOOGLE SEARCH UPDATE
#MobileReady
@Conductor
35
SEARCHLIGHT MOBILE FRIENDLY REPORTING
35
#MobileReady
@Conductor
36
SEARCHLIGHT MOBILE FRIENDLY REPORTING
36
#MobileReady
@Conductor
37
GLOBAL INSIGHTS
#MobileReady
@Conductor
38
HOW ABOUT YOUR COMPETITORS?
39
COMPETITIVE INSIGHTS
#MobileReady
@Conductor
40
EXECUTIVE UPDATES
40
#MobileReady
@Conductor
41
QUESTION AND ANSWER
42
· Use the questions box to submit
questions throughout the
presentation.
· We will send you a copy of the
Q+A following the webinar as
well as the recording.
JUST A REMINDER
#MobileReady
@Conductor
43
· Managing Executive Expectations
· What is Google Doing and Why
· Potential Impact to Your Business
· Actions You Can Take
· Measuring Pre and Post-Update
· Valuable Insights
· Available Resources
RECAP
#MobileReady
@Conductor
44
Brian McDowell
@Brian_McDowell
Director of Search Intelligence & Co-Founder
Conductor
SPEAKERS
Sheridan Orr
@SheridanOrr
Senior Director, Product Marketing
Conductor
#MobileReady
@Conductor
45
REFERENCES
Google Mobile SEO for Developers: https://developers.google.com/webmasters/mobile-sites/mobile-seo/
Responsive Design: https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/responsive-design
Dynamic Serving: https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/dynamic-serving
Separate URLs: https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/separate-urls
Vary:User-agent response header: https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/dynamic-serving
Meta Viewpoint Tag: https://developers.google.com/web/fundamentals/layouts/rwd-fundamentals/set-the-viewport
CSS Media Queries: https://developers.google.com/web/fundamentals/layouts/rwd-fundamentals/use-media-queries?hl=en
Dynamic images: https://developers.google.com/web/fundamentals/media/images/images-in-markup#art-direction-in-responsive-images-with-picture
Responsive Images: http://responsiveimages.org/#implementation
Less then a second mobile page load times: http://calendar.perfplanet.com/2012/make-your-mobile-pages-render-in-under-one-second/
Google Page Load Times: https://developers.google.com/speed/docs/insights/mobile
Google Page Speed Insights: https://developers.google.com/speed/pagespeed/insights/
Do not block page elements: http://www.googlewebmastercentral.blogspot.com/2014/05/understanding-web-pages-better.html
Smart App Banners for Safari: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html
#MobileReady
@Conductor

Weitere ähnliche Inhalte

Was ist angesagt?

Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015
Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015
Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015Suzzicks
 
Home management WebApp presentation
Home management WebApp presentationHome management WebApp presentation
Home management WebApp presentationbhavesh singh
 
Basics to Search Engine Optimization & App Store Optimization with Pooja Goyal
Basics to Search Engine Optimization & App Store Optimization with Pooja GoyalBasics to Search Engine Optimization & App Store Optimization with Pooja Goyal
Basics to Search Engine Optimization & App Store Optimization with Pooja GoyalPooja Singla
 
Progressive Web Apps and React
Progressive Web Apps and ReactProgressive Web Apps and React
Progressive Web Apps and ReactMike Melusky
 
Everything about flutter web development
Everything about flutter web developmentEverything about flutter web development
Everything about flutter web developmentKaty Slemon
 
How to optimize your react native app performance
How to optimize your react native app performance How to optimize your react native app performance
How to optimize your react native app performance Katy Slemon
 
Webinar: How to Build a Responsive Website that Converts
Webinar: How to Build a Responsive Website that Converts Webinar: How to Build a Responsive Website that Converts
Webinar: How to Build a Responsive Website that Converts Mobify
 
Why Use Server Side Rendering To Boost Performance and User Experience?
Why Use Server Side Rendering To Boost Performance and User Experience?Why Use Server Side Rendering To Boost Performance and User Experience?
Why Use Server Side Rendering To Boost Performance and User Experience?TOPS Infosolutions
 
Simplify and Accelerate App Development with Adobe AEM Mobile
Simplify and Accelerate App Development with Adobe AEM MobileSimplify and Accelerate App Development with Adobe AEM Mobile
Simplify and Accelerate App Development with Adobe AEM MobilePerficient, Inc.
 
CIRCUIT 2015 - Hybrid App Development with AEM Apps
CIRCUIT 2015 - Hybrid App Development with AEM AppsCIRCUIT 2015 - Hybrid App Development with AEM Apps
CIRCUIT 2015 - Hybrid App Development with AEM AppsICF CIRCUIT
 

Was ist angesagt? (14)

Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015
Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015
Why Deep Linking is the Next Big Thing: App Indexing - SMX East 2015
 
Mobile Friendly Search Engine Optimization
Mobile Friendly Search Engine OptimizationMobile Friendly Search Engine Optimization
Mobile Friendly Search Engine Optimization
 
Home management WebApp presentation
Home management WebApp presentationHome management WebApp presentation
Home management WebApp presentation
 
Basics to Search Engine Optimization & App Store Optimization with Pooja Goyal
Basics to Search Engine Optimization & App Store Optimization with Pooja GoyalBasics to Search Engine Optimization & App Store Optimization with Pooja Goyal
Basics to Search Engine Optimization & App Store Optimization with Pooja Goyal
 
Progressive Web Apps and React
Progressive Web Apps and ReactProgressive Web Apps and React
Progressive Web Apps and React
 
Everything about flutter web development
Everything about flutter web developmentEverything about flutter web development
Everything about flutter web development
 
How to optimize your react native app performance
How to optimize your react native app performance How to optimize your react native app performance
How to optimize your react native app performance
 
Webinar: How to Build a Responsive Website that Converts
Webinar: How to Build a Responsive Website that Converts Webinar: How to Build a Responsive Website that Converts
Webinar: How to Build a Responsive Website that Converts
 
Hybrid mobile apps
Hybrid mobile appsHybrid mobile apps
Hybrid mobile apps
 
Progressive Web Apps are here!
Progressive Web Apps are here!Progressive Web Apps are here!
Progressive Web Apps are here!
 
Why Use Server Side Rendering To Boost Performance and User Experience?
Why Use Server Side Rendering To Boost Performance and User Experience?Why Use Server Side Rendering To Boost Performance and User Experience?
Why Use Server Side Rendering To Boost Performance and User Experience?
 
Simplify and Accelerate App Development with Adobe AEM Mobile
Simplify and Accelerate App Development with Adobe AEM MobileSimplify and Accelerate App Development with Adobe AEM Mobile
Simplify and Accelerate App Development with Adobe AEM Mobile
 
CIRCUIT 2015 - Hybrid App Development with AEM Apps
CIRCUIT 2015 - Hybrid App Development with AEM AppsCIRCUIT 2015 - Hybrid App Development with AEM Apps
CIRCUIT 2015 - Hybrid App Development with AEM Apps
 
Google Assistant Revolution
Google Assistant RevolutionGoogle Assistant Revolution
Google Assistant Revolution
 

Andere mochten auch

Smart%20 Manual%20rev20060403
Smart%20 Manual%20rev20060403Smart%20 Manual%20rev20060403
Smart%20 Manual%20rev20060403guest4fb07c
 
Tamara Littleton - #smib10 presentation
Tamara Littleton - #smib10 presentation Tamara Littleton - #smib10 presentation
Tamara Littleton - #smib10 presentation smibevents
 
Planning of a field operational test on navigation systems: Implementation an...
Planning of a field operational test on navigation systems: Implementation an...Planning of a field operational test on navigation systems: Implementation an...
Planning of a field operational test on navigation systems: Implementation an...euroFOT
 
Laserfiche document management solutions
Laserfiche document management solutionsLaserfiche document management solutions
Laserfiche document management solutionsrobnjoro
 
Jaroslav Seifert - Look at book
Jaroslav Seifert - Look at bookJaroslav Seifert - Look at book
Jaroslav Seifert - Look at bookivanabrabcova
 
Lifting Depression With Raw Food &amp; Orthomolecular Medicine
Lifting Depression With Raw Food &amp; Orthomolecular MedicineLifting Depression With Raw Food &amp; Orthomolecular Medicine
Lifting Depression With Raw Food &amp; Orthomolecular MedicineYafa Sakkejha
 
Creating a Culture of Government Innovation using Feng Shui
Creating a Culture of Government Innovation using Feng ShuiCreating a Culture of Government Innovation using Feng Shui
Creating a Culture of Government Innovation using Feng ShuiPaul Boos
 
3a Oracle Day Sigorta
3a Oracle Day Sigorta3a Oracle Day Sigorta
3a Oracle Day SigortaErmando
 
Anixter
AnixterAnixter
Anixterrrakib
 
Networking for People Who Hate Networking
Networking for People Who Hate NetworkingNetworking for People Who Hate Networking
Networking for People Who Hate NetworkingBusiness Book Summaries
 

Andere mochten auch (20)

Windows Phone 7
Windows Phone 7Windows Phone 7
Windows Phone 7
 
Smart%20 Manual%20rev20060403
Smart%20 Manual%20rev20060403Smart%20 Manual%20rev20060403
Smart%20 Manual%20rev20060403
 
Riley
RileyRiley
Riley
 
Ten Things to Remember About Marketing In a Down Economy
Ten Things to Remember About Marketing In a Down EconomyTen Things to Remember About Marketing In a Down Economy
Ten Things to Remember About Marketing In a Down Economy
 
Tamara Littleton - #smib10 presentation
Tamara Littleton - #smib10 presentation Tamara Littleton - #smib10 presentation
Tamara Littleton - #smib10 presentation
 
Planning of a field operational test on navigation systems: Implementation an...
Planning of a field operational test on navigation systems: Implementation an...Planning of a field operational test on navigation systems: Implementation an...
Planning of a field operational test on navigation systems: Implementation an...
 
Laserfiche document management solutions
Laserfiche document management solutionsLaserfiche document management solutions
Laserfiche document management solutions
 
Jaroslav Seifert - Look at book
Jaroslav Seifert - Look at bookJaroslav Seifert - Look at book
Jaroslav Seifert - Look at book
 
Lifting Depression With Raw Food &amp; Orthomolecular Medicine
Lifting Depression With Raw Food &amp; Orthomolecular MedicineLifting Depression With Raw Food &amp; Orthomolecular Medicine
Lifting Depression With Raw Food &amp; Orthomolecular Medicine
 
Save antarctica
Save antarcticaSave antarctica
Save antarctica
 
FLL 2009 Qualifiers
FLL 2009 QualifiersFLL 2009 Qualifiers
FLL 2009 Qualifiers
 
Creating a Culture of Government Innovation using Feng Shui
Creating a Culture of Government Innovation using Feng ShuiCreating a Culture of Government Innovation using Feng Shui
Creating a Culture of Government Innovation using Feng Shui
 
Del ocio para el ocio
Del ocio   para el ocio Del ocio   para el ocio
Del ocio para el ocio
 
Seoheaven
SeoheavenSeoheaven
Seoheaven
 
3a Oracle Day Sigorta
3a Oracle Day Sigorta3a Oracle Day Sigorta
3a Oracle Day Sigorta
 
Anixter
AnixterAnixter
Anixter
 
Design considerations for the 25m Nigeria radio telescope by Edward Omowa.
Design considerations for the 25m Nigeria radio telescope by Edward Omowa.Design considerations for the 25m Nigeria radio telescope by Edward Omowa.
Design considerations for the 25m Nigeria radio telescope by Edward Omowa.
 
Networking for People Who Hate Networking
Networking for People Who Hate NetworkingNetworking for People Who Hate Networking
Networking for People Who Hate Networking
 
Raining
RainingRaining
Raining
 
Nanoc
NanocNanoc
Nanoc
 

Ähnlich wie Google Mobile Algorithm Change

Mobile SEO (English Version)
Mobile SEO (English Version)Mobile SEO (English Version)
Mobile SEO (English Version)ssuserd60633
 
Mobile SEO - Technical, Content, Local, Apps and Beyond
Mobile SEO - Technical, Content, Local, Apps and BeyondMobile SEO - Technical, Content, Local, Apps and Beyond
Mobile SEO - Technical, Content, Local, Apps and BeyondNicole Hess
 
Responsive vs. Adaptive
Responsive vs. AdaptiveResponsive vs. Adaptive
Responsive vs. AdaptiveBenu Aggarwal
 
7 Section Website Assessment
7 Section Website Assessment 7 Section Website Assessment
7 Section Website Assessment Corey84
 
SES Berlin OMCap 2013
SES Berlin OMCap 2013SES Berlin OMCap 2013
SES Berlin OMCap 2013Rachel Pasqua
 
FID, CLS, LCP--WTF?
FID, CLS, LCP--WTF?FID, CLS, LCP--WTF?
FID, CLS, LCP--WTF?blmbmj
 
Are you there Page Experience? It's Me, DevTools.
Are you there Page Experience? It's Me, DevTools.Are you there Page Experience? It's Me, DevTools.
Are you there Page Experience? It's Me, DevTools.Rachel Anderson
 
Are you there Page Experience? It's me, DevTools
Are you there Page Experience? It's me, DevToolsAre you there Page Experience? It's me, DevTools
Are you there Page Experience? It's me, DevToolsJamie Indigo
 
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta Session
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta SessionDemystifying Mobile SEO - 2014 Search Engine Strategies Atlanta Session
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta SessionTim Cannon
 
Mobile strategy workshop 2013 wordcamp
Mobile strategy workshop   2013 wordcampMobile strategy workshop   2013 wordcamp
Mobile strategy workshop 2013 wordcampRamesh Kumar
 
Mobile SEO Considerations
Mobile SEO ConsiderationsMobile SEO Considerations
Mobile SEO ConsiderationsReva McPollom
 
User Focus 2014 - Choosing The Right Mobile Approach
User Focus 2014 - Choosing The Right Mobile ApproachUser Focus 2014 - Choosing The Right Mobile Approach
User Focus 2014 - Choosing The Right Mobile ApproachJasper Liu
 
Agile and Technical SEO
Agile and Technical SEOAgile and Technical SEO
Agile and Technical SEOAdam Gent
 
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam GentHow Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam GentBranded3
 
Best Practices for Mobile Sites
Best Practices for Mobile SitesBest Practices for Mobile Sites
Best Practices for Mobile SitesNavneet Kaushal
 
10 Things Webdesigners tend to do Wrong in SEO - SMX 2014
10 Things Webdesigners tend to do Wrong in SEO  - SMX 201410 Things Webdesigners tend to do Wrong in SEO  - SMX 2014
10 Things Webdesigners tend to do Wrong in SEO - SMX 2014Timon Hartung
 
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski MeetMagentoNY2014
 
SEO vs Angular
SEO vs AngularSEO vs Angular
SEO vs AngularFrançois
 

Ähnlich wie Google Mobile Algorithm Change (20)

Mobile SEO (English Version)
Mobile SEO (English Version)Mobile SEO (English Version)
Mobile SEO (English Version)
 
Mobile SEO - Technical, Content, Local, Apps and Beyond
Mobile SEO - Technical, Content, Local, Apps and BeyondMobile SEO - Technical, Content, Local, Apps and Beyond
Mobile SEO - Technical, Content, Local, Apps and Beyond
 
Responsive vs. Adaptive
Responsive vs. AdaptiveResponsive vs. Adaptive
Responsive vs. Adaptive
 
7 Section Website Assessment
7 Section Website Assessment 7 Section Website Assessment
7 Section Website Assessment
 
SES Berlin OMCap 2013
SES Berlin OMCap 2013SES Berlin OMCap 2013
SES Berlin OMCap 2013
 
FID, CLS, LCP--WTF?
FID, CLS, LCP--WTF?FID, CLS, LCP--WTF?
FID, CLS, LCP--WTF?
 
Are you there Page Experience? It's Me, DevTools.
Are you there Page Experience? It's Me, DevTools.Are you there Page Experience? It's Me, DevTools.
Are you there Page Experience? It's Me, DevTools.
 
Are you there Page Experience? It's me, DevTools
Are you there Page Experience? It's me, DevToolsAre you there Page Experience? It's me, DevTools
Are you there Page Experience? It's me, DevTools
 
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta Session
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta SessionDemystifying Mobile SEO - 2014 Search Engine Strategies Atlanta Session
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta Session
 
Mobile strategy workshop 2013 wordcamp
Mobile strategy workshop   2013 wordcampMobile strategy workshop   2013 wordcamp
Mobile strategy workshop 2013 wordcamp
 
Mobile SEO Considerations
Mobile SEO ConsiderationsMobile SEO Considerations
Mobile SEO Considerations
 
User Focus 2014 - Choosing The Right Mobile Approach
User Focus 2014 - Choosing The Right Mobile ApproachUser Focus 2014 - Choosing The Right Mobile Approach
User Focus 2014 - Choosing The Right Mobile Approach
 
Agile and Technical SEO
Agile and Technical SEOAgile and Technical SEO
Agile and Technical SEO
 
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam GentHow Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
 
Responsive Design
Responsive DesignResponsive Design
Responsive Design
 
Best Practices for Mobile Sites
Best Practices for Mobile SitesBest Practices for Mobile Sites
Best Practices for Mobile Sites
 
10 Things Webdesigners tend to do Wrong in SEO - SMX 2014
10 Things Webdesigners tend to do Wrong in SEO  - SMX 201410 Things Webdesigners tend to do Wrong in SEO  - SMX 2014
10 Things Webdesigners tend to do Wrong in SEO - SMX 2014
 
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
 
SEO vs Angular
SEO vs AngularSEO vs Angular
SEO vs Angular
 
Micro-Frontend Architecture
Micro-Frontend ArchitectureMicro-Frontend Architecture
Micro-Frontend Architecture
 

Mehr von Brian McDowell

BRIAN-MCDOWELL-Austin2016-v2
BRIAN-MCDOWELL-Austin2016-v2BRIAN-MCDOWELL-Austin2016-v2
BRIAN-MCDOWELL-Austin2016-v2Brian McDowell
 
Site Redesign & Migration
Site Redesign & MigrationSite Redesign & Migration
Site Redesign & MigrationBrian McDowell
 
In-House Tips and Tricks: Pubcon 2015
In-House Tips and Tricks: Pubcon 2015In-House Tips and Tricks: Pubcon 2015
In-House Tips and Tricks: Pubcon 2015Brian McDowell
 
Search Exchange: How to Handle Google Algorithm Updates
Search Exchange: How to Handle Google Algorithm UpdatesSearch Exchange: How to Handle Google Algorithm Updates
Search Exchange: How to Handle Google Algorithm UpdatesBrian McDowell
 
Search Exchange Analytics Insights
Search Exchange Analytics InsightsSearch Exchange Analytics Insights
Search Exchange Analytics InsightsBrian McDowell
 
Pubcon 2013 - Post mortem banned site forensics
Pubcon 2013 - Post mortem  banned site forensicsPubcon 2013 - Post mortem  banned site forensics
Pubcon 2013 - Post mortem banned site forensicsBrian McDowell
 
Pubcon 2013: In-house seo - tools and processes
Pubcon 2013: In-house seo - tools and processesPubcon 2013: In-house seo - tools and processes
Pubcon 2013: In-house seo - tools and processesBrian McDowell
 
Competitive intelligence - Pubcon 2013
Competitive intelligence - Pubcon 2013Competitive intelligence - Pubcon 2013
Competitive intelligence - Pubcon 2013Brian McDowell
 

Mehr von Brian McDowell (8)

BRIAN-MCDOWELL-Austin2016-v2
BRIAN-MCDOWELL-Austin2016-v2BRIAN-MCDOWELL-Austin2016-v2
BRIAN-MCDOWELL-Austin2016-v2
 
Site Redesign & Migration
Site Redesign & MigrationSite Redesign & Migration
Site Redesign & Migration
 
In-House Tips and Tricks: Pubcon 2015
In-House Tips and Tricks: Pubcon 2015In-House Tips and Tricks: Pubcon 2015
In-House Tips and Tricks: Pubcon 2015
 
Search Exchange: How to Handle Google Algorithm Updates
Search Exchange: How to Handle Google Algorithm UpdatesSearch Exchange: How to Handle Google Algorithm Updates
Search Exchange: How to Handle Google Algorithm Updates
 
Search Exchange Analytics Insights
Search Exchange Analytics InsightsSearch Exchange Analytics Insights
Search Exchange Analytics Insights
 
Pubcon 2013 - Post mortem banned site forensics
Pubcon 2013 - Post mortem  banned site forensicsPubcon 2013 - Post mortem  banned site forensics
Pubcon 2013 - Post mortem banned site forensics
 
Pubcon 2013: In-house seo - tools and processes
Pubcon 2013: In-house seo - tools and processesPubcon 2013: In-house seo - tools and processes
Pubcon 2013: In-house seo - tools and processes
 
Competitive intelligence - Pubcon 2013
Competitive intelligence - Pubcon 2013Competitive intelligence - Pubcon 2013
Competitive intelligence - Pubcon 2013
 

Kürzlich hochgeladen

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 

Kürzlich hochgeladen (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Google Mobile Algorithm Change

  • 1. Preparing for the Google Mobile Friendly Algorithm DON’T FALL OFF A TRAFFIC CLIFF:
  • 2. 2 Brian McDowell @Brian_McDowell Director of Search Intelligence & Co-Founder Conductor SPEAKERS – JOIN THE CONVERSATION Sheridan Orr @SheridanOrr Senior Director, Product Marketing Conductor #MobileReady @Conductor
  • 3. 3 Use the questions box to submit questions throughout the presentation QUESTIONS #MobileReady @Conductor
  • 4. 4 · Managing Executive Expectations · What is Google Doing and Why · Potential Impact to Your Business · Actions You Can Take · Measuring Pre and Post-Update · Valuable Insights · Available Resources · Q + A AGENDA #MobileReady @Conductor
  • 5. 5 MANAGE EXECUTIVE EXPECTATIONS. How are we stacked up against the competition? We already have our web releases scheduled out for the next 6 months. Why is this suddenly a priority? How much revenue is at risk? We already have a responsive mobile site. Why should we dedicate resources to this? #MobileReady @Conductor
  • 6. 6 HOW MUCH IS YOUR GOOGLE SUBSCRIPTION? #MobileReady @Conductor
  • 8. 8 Organic accounts for 37.13% of Website Visits Mobile accounts for 45.19% of Organic Visits Organic Mobile accounts for 16.78% of Website Visits (37.13 * 0.4519) *This is an example of Google Analytics data (month of February 2015) for an e-commerce company. Data used with permission. #MobileReady @Conductor
  • 9. 9 16,000 VISITS LOST PER DAY 2.75% CONVERSION RATE $25.00 REVENUE PER CONVERSION $11,000.00 DAILY CONTRIBUTION LOSS $4,015,000.00 ANNUAL CONTRIBUTION LOSS -15% SITEWIDE CONTRIBUTION LOSS
  • 10. 10 THE COST OF INACTION
  • 12. 12 ALIGN YOUR MOBILE WEBSITE FOR THIS CHANGE
  • 13. 13 FIRST THINGS FIRST – CHECK GOOGLE WEBMASTER TOOLSGOOGLEWEBMASTERTOOLS EMAIL #MobileReady @Conductor
  • 14. 14 IS YOUR WEBSITE MOBILE FRIENDLY? https://www.google.com/webmasters/tools/mobile-friendly/ Mobile friendly refers to Smart Phones. This does not refer to Feature Phones, Tablets or Desktop. #MobileReady @Conductor
  • 15. 15 POPULAR CMS INTEGRATIONS HAVE DEDICATED GOOGLE RECOMMENDATIONS? https://developers.google.com/webmasters/mobile-sites/website-software/ •WordPress •Joomla! •Drupal •Blogger •vBulletin •Tumblr •DataLife Engine •Magento •Prestshop •Bitrix •Google Sites #MobileReady @Conductor
  • 16. 16 MOBILE CONFIGURATIONS (1,2 & 3 OF 5) RESPONSIVE DESIGN https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/responsive-design •JavaScript Adaptive – GOOGLE PREFERRED (when JS required). •All Devices are served the same HTML, CSS, JavaScript content •JavaScript execution changes sites behavior •Combined Detection – Uses both JavaScript and Server Side Detection •Different content / HTML is served to different user agents (devices) •“Vary:User-agent” HTTP Response Header should be used in this case •Dynamically Served JavaScript – User agent sets JavaScript location •Same HTML is served •JavaScript served from a dynamic location (different URL) Responsive serves all devices with the same code that adjusts to screen resolution #MobileReady @Conductor
  • 17. 17 MOBILE CONFIGURATIONS (1,2 & 3 OF 5) WHY DOES GOOGLE LIKE RESPONSIVE DESIGN? • Makes sharing content easier by linking to a single URL • Simplifies Indexing by not needing correlations between desktop and mobile pages • Requires less engineering time to maintain content • Reduces load times by eliminating the need for mobile redirects • Saves Google time as only one Googlebot user agent is needed to crawl your site #MobileReady @Conductor
  • 18. 18 MOBILE CONFIGURATIONS (1,2 & 3 OF 5) RESPONSIVE DESIGN: META VIEWPORT TAG The meta viewport tag must be included in the head of the HTML document for pages that are optimized for a variety of devices. The meta viewport tag sends signals to the browser on the dimensions of the page and how to scale the content. #MobileReady @Conductor
  • 19. 19 MOBILE CONFIGURATIONS (4 OF 5) DYNAMIC SERVING https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/dynamic-serving Dynamic serving is often confused with combined detection responsive design. With Dynamic Serving, the same URL is served to the user but with altered HTML. Mobile friendly content is “hidden” for a desktop user agent. These configurations must use the Vary HTTP header. The Vary HTTP Header is a server response that tells the browser about a possible variance in content based on user agent. #MobileReady @Conductor
  • 20. 20 MOBILE CONFIGURATIONS (5 OF 5) SEPARATE URLS https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/separate-urls PROPER 1:1 ASSOCIATIONS ARE NEEDED IN THE SEPARATE URL MODEL On the DESKTOP page, add: <link rel="alternate" media="only screen and (max-width: 640px)” href="http://m.example.com/page-1" > NOTE: The CSS media query to direct when Google should use the alternate URL. See reference slide for more information about CSS media queries On the MOBILE page, the required annotation should be: <link rel="canonical" href="http://www.example.com/page-1" > #MobileReady @Conductor
  • 21. 21 MOBILE OPTIMIZATION SPEED AND LOAD TIMES https://developers.google.com/speed/pagespeed/insights/ #MobileReady @Conductor
  • 22. 22 MOBILE OPTIMIZATION SPEED AND LOAD TIMES https://developers.google.com/speed/docs/insights/mobile “we must deliver and render the above the fold (ATF) content in under one second, which allows the user to begin interacting with the page as soon as possible.” ~Google •Server must render the response (< 200 ms) •Number of redirects should be minimized •Number of roundtrips to first render should be minimized •Avoid external blocking JavaScript and CSS in above-the-fold content •Reserve time for browser layout and rendering (200 ms) •Optimize JavaScript execution and rendering time #MobileReady @Conductor
  • 23. 23 · JavaScript Resizing is not always the best option as it can increase load times. · Test and consider the <picture> element for dynamic loading (responsive design) · Allows for resolution thresholds · Accepts relative sizes based on viewport width OPTIMIZE YOUR IMAGES #MobileReady @Conductor
  • 25. 25 MOBILE OPTIMIZATION DO NOT BLOCK JS, CSS OR IMAGE FILES http://www.googlewebmastercentral.blogspot.com/2014/05/understanding-web-pages-better.html “If resources like JavaScript or CSS in separate files are blocked (say, with robots.txt) so that Googlebot can’t retrieve them, our indexing systems won’t be able to see your site like an average user. We recommend allowing Googlebot to retrieve JavaScript and CSS so that your content can be indexed better. This is especially important for mobile websites, where external resources like CSS and JavaScript help our algorithms understand that the pages are optimized for mobile.” ~Google 05/23/2014 #MobileReady @Conductor
  • 26. 26 MOBILE OPTIMIZATION BLOCKED / HIDDEN CONTENT “This provides users with a poor mobile experience!” ~Google https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/unplayable-content •Use proper HTML5 standards for animations •Use video-embedding that can be played on all devices •Consider using transcripts #MobileReady @Conductor
  • 27. 27 MOBILE OPTIMIZATION TRUNCATING CONTENT (RESPONSIVE) Select your breakpoints without hiding your content. “Don’t simply hide content just because you can’t fit it on screen.” ~Google http://upstatement.com/blog/2012/01/how-to-approach-a-responsive-design/ https://developers.google.com/web/fundamentals/layouts/rwd-fundamentals/how-to-choose-breakpoints #MobileReady @Conductor
  • 28. 28 MOBILE OPTIMIZATION 404 HANDLING If a page on your site doesn’t have a smartphone equivalent, keep users on the desktop page. Showing the content the user was looking for is a much better experience than showing an error page. Google Webmaster Tools – Crawl – Crawl Errors – Smart Phone https://developers.google.com/webmasters/mobile-sites/mobile-seo/common-mistakes/mobile-only-404s #MobileReady @Conductor
  • 29. 29 MOBILE OPTIMIZATION RELEVANT LINKS TO MOBILE PAGES #MobileReady @Conductor
  • 30. 30 MOBILE OPTIMIZATION USE PROPER ADVERTISING FOR APPS Use a simple banner to promote your app inline with the page’s content. This banner can be implemented using Smart App Banners for Safari or an HTML banner image. #MobileReady @Conductor
  • 31. 31 Ensure your organization is updated about the changes and potential impact. Test your site to see if Google views you as mobile friendly or not Double check your CMS specific recommendations Check speed and load times Optimize your images Check your redirects Ensure you haven’t blocked Java, CSS or image files Check where you are sending searches (If you don’t have a mobile page, send to desktop) Ensure you have proper advertising for apps Monitor and report fluxuations CHECKLIST FOR SUCCESS #MobileReady @Conductor
  • 33. 33 ARE YOU MOBILE FRIENDLY ?
  • 35. 35 SEARCHLIGHT MOBILE FRIENDLY REPORTING 35 #MobileReady @Conductor
  • 36. 36 SEARCHLIGHT MOBILE FRIENDLY REPORTING 36 #MobileReady @Conductor
  • 38. 38 HOW ABOUT YOUR COMPETITORS?
  • 42. 42 · Use the questions box to submit questions throughout the presentation. · We will send you a copy of the Q+A following the webinar as well as the recording. JUST A REMINDER #MobileReady @Conductor
  • 43. 43 · Managing Executive Expectations · What is Google Doing and Why · Potential Impact to Your Business · Actions You Can Take · Measuring Pre and Post-Update · Valuable Insights · Available Resources RECAP #MobileReady @Conductor
  • 44. 44 Brian McDowell @Brian_McDowell Director of Search Intelligence & Co-Founder Conductor SPEAKERS Sheridan Orr @SheridanOrr Senior Director, Product Marketing Conductor #MobileReady @Conductor
  • 45. 45 REFERENCES Google Mobile SEO for Developers: https://developers.google.com/webmasters/mobile-sites/mobile-seo/ Responsive Design: https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/responsive-design Dynamic Serving: https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/dynamic-serving Separate URLs: https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/separate-urls Vary:User-agent response header: https://developers.google.com/webmasters/mobile-sites/mobile-seo/configurations/dynamic-serving Meta Viewpoint Tag: https://developers.google.com/web/fundamentals/layouts/rwd-fundamentals/set-the-viewport CSS Media Queries: https://developers.google.com/web/fundamentals/layouts/rwd-fundamentals/use-media-queries?hl=en Dynamic images: https://developers.google.com/web/fundamentals/media/images/images-in-markup#art-direction-in-responsive-images-with-picture Responsive Images: http://responsiveimages.org/#implementation Less then a second mobile page load times: http://calendar.perfplanet.com/2012/make-your-mobile-pages-render-in-under-one-second/ Google Page Load Times: https://developers.google.com/speed/docs/insights/mobile Google Page Speed Insights: https://developers.google.com/speed/pagespeed/insights/ Do not block page elements: http://www.googlewebmastercentral.blogspot.com/2014/05/understanding-web-pages-better.html Smart App Banners for Safari: https://developer.apple.com/library/ios/documentation/AppleApplications/Reference/SafariWebContent/PromotingAppswithAppBanners/PromotingAppswithAppBanners.html #MobileReady @Conductor