SlideShare a Scribd company logo
1 of 57
Download to read offline
Is Responsive Web Design Right for Your Business?
#RWDwebinar | July 30th, 2013
+
Join the conversation at #RWDwebinar
Igor Faletski
CEO & Co-Founder
@igorskee @mobify | mobify.com
Linda Bustos
Director of E-Commerce Research
@elasticpath | getelastic.com
Meet Our Hosts
In today’s webinar
1. Mobile Web: The Big Picture
2. What is Responsive Web Design
3. PROs & CONs of Different Approaches
4. How to Build a Google-Friendly Mobile Site
5. What You Need to Consider
6. Q&A with Igor and Linda
#RWDwebinar
We provide the fastest, most secure way of optimizing
your website for mobile experiences on a global scale.
Adapt your website for smartphones, tablets and more
with our open platform and services, and speed up your
responsive or mobile website with our automated
performance optimization features.
Mobify is used by leading Fortune 500 companies and
drives hundreds of millions of dollars in mobile revenue:
#RWDwebinar
Commerce Everywhere
We provide ecommerce software that powers the next generation
of digital experience and allows you to bring the combined power
of all of your technology to websites, apps, and other touchpoints
for the ultimate customer buying experience.
#1 ecommerce blog www.getelastic.com
Market leaders depend on Elastic Path to drive billions of dollars in
digital commerce annually:
#RWDwebinar
+
We work together to help businesses deliver amazing
mobile and digital commerce experiences that drive
conversions and maximize revenues.
MOBILE WEB:
THE BIG PICTURE
#RWDwebinar
#RWDwebinar
#RWDwebinar
#RWDwebinar
Mobile as a Percentage of Retail Sales
#RWDwebinar
2012 2013 2016
Retail Sales
#RWDwebinar
#RWDwebinar
BEFORE AFTER
WHAT IS
RESPONSIVE
WEB DESIGN?
#RWDwebinar
ONE URL
CSS OR
JAVASCRIPT
SAME HTML
Google says RWD is 3 configurations
#RWDwebinar
Ethan Marcotte says RWD is
3 front-end techniques
FLUID GRIDS MEDIA QUERIESFLEXIBLE MEDIA
Image Credit: Luke Wroblewski, CSS-Tricks
#RWDwebinar
RWD is understanding users and breakpoints
#RWDwebinar
PROS & CONS IN
DIFFERENT
APPROACHES
Three approaches to
mobile web development
1. Device-specific sites
(aka m-dot or proxy)
2. Server-side solutions
3. Responsive web design
#RWDwebinar
Device-Specific Approach
With a device-specific approach (aka m-dot or proxy
solution), you develop separate versions of their site
for each type of device, each with a separate URL.
#RWDwebinar
Server-Side Adaptive
In this setup, the server responds with
different HTML (and CSS) on the same
URL depending on the user agent
requesting the page.
#RWDwebinar
Responsive Web Design
Rather than building separate sites for each
device, responsive design uses a single
website that intelligently adjusts its layout and
features based on breakpoints.
#RWDwebinar
Device-Specific Approach
Your site is found at different URLs, based on device:
Desktop: www.example.com
Mobile: m.example.com
Tablet: t.example.com
Watch: w.example.com?
Redirects are done through proxy.
#RWDwebinar
You can customize per device
PRO: Device-Specific Approach
#RWDwebinar
Light code = fast to load
(but you have to maintain several code bases)
PRO: Device-Specific Approach
#RWDwebinar
Fast to market
(but this isn’t a future-friendly solution)
PRO: Device-Specific Approach
#RWDwebinar
You must redirect your users, which is bad for
conversions, social sharing, SEO, scalability...
#RWDwebinar
CON: Device-Specific Approach
Multiple code bases to maintain
#RWDwebinar
CON: Device-Specific Approach
Duplicate content
#RWDwebinar
CON: Device-Specific Approach
Extra work is required in order for mobile
content to be discovered and properly indexed
by Google (more on this later)
#RWDwebinar
CON: Device-Specific Approach
Server-Side Approach
Your site is always found at one URL:
www.example.com
on desktop, mobile, tablet, etc.
#RWDwebinar
PRO: Server-Side Approach
One URL
#RWDwebinar
PRO: Server-Side Approach
Gain development control
#RWDwebinar
CON: Server-Side Approach
Multiple code bases to maintain
#RWDwebinar
CON: Server-Side Approach
Higher risk in servers
#RWDwebinar
CON: Server-Side Approach
Strong developer skills needed
#RWDwebinar
Responsive Web Design
Your site is always found at one URL:
www.example.com
on desktop, mobile, tablet, etc.
#RWDwebinar
Responsive Web Design
Image Credit: Peter Sheldon, Forrester Research
#RWDwebinar
Google is happy (SEO best practice)
PRO: Responsive Web Design
#RWDwebinar
Performance is not guaranteed
CON: Responsive Web Design
#RWDwebinar
A lot of labour, money, testing and risk
is required to build a responsive
website from scratch
CON: Responsive Web Design
#RWDwebinar
Conversions
+66% Apple, +400% Android
Transactions
+113% Apple, +333% Android
Revenue
+100% Apple, +590% Android
Non-mobile
conversion +20.3%, revenue +41%
Responsive Test Results: O’Neill
#RWDwebinar
Responsive Results: Time Magazine
#RWDwebinar
Homepage unique visits
increased 15%
Time spent on site
increased 7.5%
Mobile bounce rate
decreased 26%
Garmin worked with Mobify to
get all the benefits and none of
the drawbacks of RWD.
Mobile sales performance
+ 55% month-over-month
+391% year-over-year
Average order value
+ 16% month-over-month
+ 70% year-over-year
Responsive Results: Garmin
#RWDwebinar
HOW TO BUILD A
GOOGLE-FRIENDLY
MOBILE SITE
#RWDwebinar
Use a device-specific or server-side solution
but beware:
• Google ranks these sites lower
• Extra work is needed in order for mobile
content to be detected by Google
• Most vendors provide partial or no
implementation of the required annotations
#RWDwebinar
Use responsive web design
Google recommends this approach.
Responsive sites built from scratch or adapted
by Mobify are automatically crawled and
indexed, and preferentially ranked by Google.
#RWDwebinar
Google: how to fix your mobile SEO
Responsive
Configurations
Device-Specific
Server-Side
Adaptive
Adaptive (Mobify)
One URL No (Separate Sites) One URL One URL
Same HTML No No (Different HTML) Same HTML
CSS for
Adaptations
No No
CSS + JavaScript for
Adaptations
Additional
Configurations
Canonical and
Alternate Tags
Vary HTTP Header
Not needed (100%
Compliant)
#RWDwebinar
Mobify is the only enterprise-ready multi-screen
platform vendor that is officially recommended
by Google and fully compliant with all of Google’s
SEO and responsive web design best practices.
#RWDwebinar
WHAT YOU NEED
TO CONSIDER
Business considerations
1. Time to market
2. $$$
3. Marketing ROI
4. Branding
5. Organizational structure
6. Risk and security
7. Scalability
#RWDwebinar
Technology considerations
1. Development resources and skill
2. Development and maintenance process
3. Technology stack and vendors
4. Risk and security
5. Scalability
#RWDwebinar
User considerations
1. User experience
2. Context
3. Layout and functionality
4. Localization and personalization
5. Performance
#RWDwebinar
Any questions?
Igor Faletski
CEO & Co-Founder
@igorskee @mobify | mobify.com
Linda Bustos
Director of E-Commerce Research
@elasticpath | getelastic.com
Thanks for joining us for #RWDwebinar

More Related Content

Recently uploaded

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
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
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
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
 
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
 
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
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 

Recently uploaded (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
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
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
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
 
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
 
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
 
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
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

Featured

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by HubspotMarius Sescu
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 

Featured (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Webinar: Is Responsive Web Design Right for Your Business?

  • 1. Is Responsive Web Design Right for Your Business? #RWDwebinar | July 30th, 2013 +
  • 2. Join the conversation at #RWDwebinar Igor Faletski CEO & Co-Founder @igorskee @mobify | mobify.com Linda Bustos Director of E-Commerce Research @elasticpath | getelastic.com Meet Our Hosts
  • 3. In today’s webinar 1. Mobile Web: The Big Picture 2. What is Responsive Web Design 3. PROs & CONs of Different Approaches 4. How to Build a Google-Friendly Mobile Site 5. What You Need to Consider 6. Q&A with Igor and Linda #RWDwebinar
  • 4. We provide the fastest, most secure way of optimizing your website for mobile experiences on a global scale. Adapt your website for smartphones, tablets and more with our open platform and services, and speed up your responsive or mobile website with our automated performance optimization features. Mobify is used by leading Fortune 500 companies and drives hundreds of millions of dollars in mobile revenue: #RWDwebinar
  • 5. Commerce Everywhere We provide ecommerce software that powers the next generation of digital experience and allows you to bring the combined power of all of your technology to websites, apps, and other touchpoints for the ultimate customer buying experience. #1 ecommerce blog www.getelastic.com Market leaders depend on Elastic Path to drive billions of dollars in digital commerce annually: #RWDwebinar
  • 6. + We work together to help businesses deliver amazing mobile and digital commerce experiences that drive conversions and maximize revenues.
  • 12. Mobile as a Percentage of Retail Sales #RWDwebinar 2012 2013 2016
  • 17. ONE URL CSS OR JAVASCRIPT SAME HTML Google says RWD is 3 configurations #RWDwebinar
  • 18. Ethan Marcotte says RWD is 3 front-end techniques FLUID GRIDS MEDIA QUERIESFLEXIBLE MEDIA Image Credit: Luke Wroblewski, CSS-Tricks #RWDwebinar
  • 19. RWD is understanding users and breakpoints #RWDwebinar
  • 20. PROS & CONS IN DIFFERENT APPROACHES
  • 21. Three approaches to mobile web development 1. Device-specific sites (aka m-dot or proxy) 2. Server-side solutions 3. Responsive web design #RWDwebinar
  • 22. Device-Specific Approach With a device-specific approach (aka m-dot or proxy solution), you develop separate versions of their site for each type of device, each with a separate URL. #RWDwebinar
  • 23. Server-Side Adaptive In this setup, the server responds with different HTML (and CSS) on the same URL depending on the user agent requesting the page. #RWDwebinar
  • 24. Responsive Web Design Rather than building separate sites for each device, responsive design uses a single website that intelligently adjusts its layout and features based on breakpoints. #RWDwebinar
  • 25. Device-Specific Approach Your site is found at different URLs, based on device: Desktop: www.example.com Mobile: m.example.com Tablet: t.example.com Watch: w.example.com? Redirects are done through proxy. #RWDwebinar
  • 26. You can customize per device PRO: Device-Specific Approach #RWDwebinar
  • 27. Light code = fast to load (but you have to maintain several code bases) PRO: Device-Specific Approach #RWDwebinar
  • 28. Fast to market (but this isn’t a future-friendly solution) PRO: Device-Specific Approach #RWDwebinar
  • 29. You must redirect your users, which is bad for conversions, social sharing, SEO, scalability... #RWDwebinar CON: Device-Specific Approach
  • 30. Multiple code bases to maintain #RWDwebinar CON: Device-Specific Approach
  • 32. Extra work is required in order for mobile content to be discovered and properly indexed by Google (more on this later) #RWDwebinar CON: Device-Specific Approach
  • 33. Server-Side Approach Your site is always found at one URL: www.example.com on desktop, mobile, tablet, etc. #RWDwebinar
  • 34. PRO: Server-Side Approach One URL #RWDwebinar
  • 35. PRO: Server-Side Approach Gain development control #RWDwebinar
  • 36. CON: Server-Side Approach Multiple code bases to maintain #RWDwebinar
  • 37. CON: Server-Side Approach Higher risk in servers #RWDwebinar
  • 38. CON: Server-Side Approach Strong developer skills needed #RWDwebinar
  • 39. Responsive Web Design Your site is always found at one URL: www.example.com on desktop, mobile, tablet, etc. #RWDwebinar
  • 40. Responsive Web Design Image Credit: Peter Sheldon, Forrester Research #RWDwebinar
  • 41. Google is happy (SEO best practice) PRO: Responsive Web Design #RWDwebinar
  • 42. Performance is not guaranteed CON: Responsive Web Design #RWDwebinar
  • 43. A lot of labour, money, testing and risk is required to build a responsive website from scratch CON: Responsive Web Design #RWDwebinar
  • 44. Conversions +66% Apple, +400% Android Transactions +113% Apple, +333% Android Revenue +100% Apple, +590% Android Non-mobile conversion +20.3%, revenue +41% Responsive Test Results: O’Neill #RWDwebinar
  • 45. Responsive Results: Time Magazine #RWDwebinar Homepage unique visits increased 15% Time spent on site increased 7.5% Mobile bounce rate decreased 26%
  • 46. Garmin worked with Mobify to get all the benefits and none of the drawbacks of RWD. Mobile sales performance + 55% month-over-month +391% year-over-year Average order value + 16% month-over-month + 70% year-over-year Responsive Results: Garmin #RWDwebinar
  • 47. HOW TO BUILD A GOOGLE-FRIENDLY MOBILE SITE
  • 49. Use a device-specific or server-side solution but beware: • Google ranks these sites lower • Extra work is needed in order for mobile content to be detected by Google • Most vendors provide partial or no implementation of the required annotations #RWDwebinar
  • 50. Use responsive web design Google recommends this approach. Responsive sites built from scratch or adapted by Mobify are automatically crawled and indexed, and preferentially ranked by Google. #RWDwebinar
  • 51. Google: how to fix your mobile SEO Responsive Configurations Device-Specific Server-Side Adaptive Adaptive (Mobify) One URL No (Separate Sites) One URL One URL Same HTML No No (Different HTML) Same HTML CSS for Adaptations No No CSS + JavaScript for Adaptations Additional Configurations Canonical and Alternate Tags Vary HTTP Header Not needed (100% Compliant) #RWDwebinar
  • 52. Mobify is the only enterprise-ready multi-screen platform vendor that is officially recommended by Google and fully compliant with all of Google’s SEO and responsive web design best practices. #RWDwebinar
  • 53. WHAT YOU NEED TO CONSIDER
  • 54. Business considerations 1. Time to market 2. $$$ 3. Marketing ROI 4. Branding 5. Organizational structure 6. Risk and security 7. Scalability #RWDwebinar
  • 55. Technology considerations 1. Development resources and skill 2. Development and maintenance process 3. Technology stack and vendors 4. Risk and security 5. Scalability #RWDwebinar
  • 56. User considerations 1. User experience 2. Context 3. Layout and functionality 4. Localization and personalization 5. Performance #RWDwebinar
  • 57. Any questions? Igor Faletski CEO & Co-Founder @igorskee @mobify | mobify.com Linda Bustos Director of E-Commerce Research @elasticpath | getelastic.com Thanks for joining us for #RWDwebinar