[go: nahoru, domu]

Soubor nelze otevřít, protože v prohlížeči nemáte povolen JavaScript. Povolte JavaScript a načtěte soubor znovu.

1 z 32

Improve high-traffic, poor user-experience mobile pages

Maile Ohye

@maileohye

Google

November 26, 2013

2 z 32

“50% of people said that even if they like a business, they will use them less often if the website isn't mobile-friendly.”

http://googlemobileads.blogspot.com/2012/09/mobile-friendly-sites-turn-visitors.html

Google, “What Users Want Most From Mobile Sites Today”

3 z 32

Ranking demotions for poor experience smartphone pages

Avoid incorrect redirects for smartphone users to:

  • 404 page
  • Homepage instead of corresponding mobile page
  • Infinite loop

Smartphone crawl errors, such as faulty redirects, now available in Webmaster Tools!

4 z 32

Helpful prerequisites

  • Website analytics installed (like Google Analytics)
  • Webmaster Tools verified ownership of desktop and mobile site(s)

5 z 32

Agenda

Part 1. Identify the problem

  • Check for high-level issues with entire mobile site
  • Flag individual pages that show poor user experience

Part 2. Make Improvements

6 z 32

Agenda

Part 1. Identify the problem

Part 2. Make Improvements

7 z 32

Segment data between desktop and mobile (and tablet if you feel ambitious)

8 z 32

Desktop Traffic segment

9 z 32

Mobile Traffic segment

10 z 32

Mobile and Desktop Traffic segments

11 z 32

High-level mobile traffic issues

Check for significantly lower:

  • Mobile traffic than desktop traffic (when compared to customers’ country’s average mobile traffic)

Mobile traffic looks correctly proportional to desktop for customers’ country

12 z 32

High-level mobile traffic issues

Check for significantly fewer:

  • Returning visitors from mobile than from desktop

Return visits on mobile are proportional to desktop

13 z 32

Compare desktop user flow

20% go to shopping homepage,

53% dropoff

14 z 32

Mobile user flow

12% go to shopping homepage, 59% dropoff

15 z 32

Landing page issues

  • Find average mobile site bounce rate
  • Find average delta between desktop and mobile bounce rate

16 z 32

/You+Tube/page

/You+Tube/ product page shows double the average mobile bounce rate

17 z 32

/Accessories/

Google+Watch+Set.axd page

/Accessories/Google+Watch+Set.axd shows 4x average bounce rate!

18 z 32

/Google+Redesign/Wearables/Men+s+T+Shirts/

page

/Google+Redesign/Wearables/Men+s+T-Shirts/ shows 3x higher mobile bounce rate than desktop!

19 z 32

Track mobile user behavior with Events

<a href="http://www.example.com/page.html"

id="full-site-link">Full site</a>

...

var fullSite =

document.getElementById('full-site-link');

addListener(fullSite, 'click', function() {

ga('send', 'event', 'Mobile site functionality',

'click', 'Full site');

});

...

Add Event to track click on “Full site” link

20 z 32

Google Analytics Events

Track clicks to full (desktop) site

21 z 32

Agenda

Part 1. Identify the problem

Part 2. Make Improvements

22 z 32

Agenda

Part 1. Identify the problem

Part 2. Make Improvements

  • /You+Tube/ category page
  • /Google+Redesign/Wearables/Men+s+T-Shirts/ category page
  • /Accessories/Google+Watch+Set.axd individual product page

23 z 32

Sort by pageviews

Average page load time

Site Speed Page Timings

Displays relative page load times

24 z 32

/You+Tube/ page shows 350% above average load time!

Site Speed Page Timings

25 z 32

Site Speed Suggestions

26 z 32

Use devices to test, else try Chrome Developer Tools

Mobile User Agents

Attempt to replicate issues on mobile devices

  • Unwanted redirects
  • Frustrating pop-up windows
  • Fonts/buttons too small

27 z 32

Usability improvement

Tiny fonts and buttons

Difficult to close pop-up window

28 z 32

Content improvement

No frustrating pop-up windows like on category pages

Similar small buttons and fonts like the rest of site

29 z 32

Traffic Sources further segments users

Landing Pages >

Mobile Traffic > Secondary dimension:

Source >

Pie chart view

Pie chart view

82% of visitors are searchers

30 z 32

Webmaster Tools > Top Pages

View queries that bring searchers to top pages

Filter by mobile

Select mobile site

Search traffic to this page nearly entirely from

[google watch] query

31 z 32

Search results show mismatch in expectations

[google watch] searchers want smart device

Improvement options to bring qualified traffic:

  • Adjust title or meta description
  • Rename item

32 z 32

Follow mobile development best practices

HTML5 Rocks

html5rocks.com/mobile

Building smartphone-Optimized Websites:

developers.google.com/webmasters/

smartphone-sites/

Think Insights:

google.com/think/mobile

PageSpeed: developers.google.com/speed