making the most of mobile

18
Making the Most of Mobile By: Cindy Krum Rank-Mobile

Upload: suzzicks

Post on 09-May-2015

572 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Making The Most Of Mobile

Making theMost of Mobile

By: Cindy Krum

Rank-Mobile

Page 2: Making The Most Of Mobile

OverviewObservations

Many aspects of Mobile Optimization follow Traditional SEO Wisdom

An Optimal Mobile Experience = Return Mobile Traffic = Better Results in Mobile Search Engines

Device Independence: Traditional sites being viewed on Mobile Technology (Device Independence: http://www.w3.org/2001/di/)

Page 3: Making The Most Of Mobile

OverviewWhat is Different About Mobile

Industry in its Infancy Different Bots/Crawlers Slow Download Speed & Connectivity

Issues Very Different Results Pages

(http://searchengineland.com/070920-090609.php)

Page 4: Making The Most Of Mobile
Page 5: Making The Most Of Mobile

OverviewOutline

Development Best Practices

SEO Best Practices

Page 6: Making The Most Of Mobile

Development Best Practices

Page 7: Making The Most Of Mobile

Development Best Practices: Code in XHTML

Traditional Browsers are Forgiving - Mobile Browsers are Not

Infinite Handset/Browser/View Setting Combinations Possible

Rigid Accessibility Standards Make it Ideal

Page 8: Making The Most Of Mobile

Development Best Practices: Use an External CSS

External CSS is Ideal for Mobile Separates Content from Design Minimizes Code Decreases Load Time (External vs. Embedded) Ensures Correct Display on Different Screen

Resolutions-(Use %’s and relative positioning.) Use the <link> Element to Attach Stylesheets

(Some handhelds don't recognize @media or @handheld http://mezzoblue.com/tests/mobile/)

Page 9: Making The Most Of Mobile

Development Best Practices: Have a Mobile Specific CSS

Use multiple style sheets: Use a “screen” style sheet for traditional computers, and “handheld” for mobile devices.

Use "display: none" to hide elements in either rendering.

<link rel="stylesheet" type="text/css" media="screen" href="screen.css"/><link rel="stylesheet" type="text/css" media="handheld" href=“handheld.css"/>

Caveat: “display:none” Elements can Still Effect Download Speed on Mobile

Page 10: Making The Most Of Mobile

Development Best Practices: iPhone Optimization Tips

iPhone Illustrates the Idea that There is One Web

Google Currently has a Separate Search Page for the iPhone: http://www.google.com/uds/samples/iphone/isearch.html

iPhone Ignores the ‘handheld’ Media Designation.

The iPhoene Metatag:

<meta name=”viewport” content=”width=808” />

Tells Mobile Safari that the page was built with the iPhone in mind

Page 11: Making The Most Of Mobile
Page 12: Making The Most Of Mobile

SEO Best Practices

Page 13: Making The Most Of Mobile

SEO Best Practices: Quick Wins Follow all Traditional & Local SEO Best Practices

Provide Info Relevant to Mobile Users Submit your Site to Mobile Search Engines Don’t Rely on:

Embedded Images Objects Scripts Frames Flash Pop-up Windows Mouse-Over Events

Page 14: Making The Most Of Mobile

SEO Best Practices: Testing

Test with Mobile Devices & Device Simulators Opera: http://www.opera.com/download/ Skweezer: http://www.skweezer.net/ Google: http://www.google.com/gwt/n

Test Transcoded & Non-Transcoded Versions of Your Site

Validate your Site with Mobile Code Checkers Mobi Ready: http://mr.dev.mobi/ W3C Mobile Web Best Practice: http://validator.w3.org/mobile/

Page 15: Making The Most Of Mobile

SEO Best Practices: Mobile Navigation

JavaScript Navigation will Display in it’s Entirety-Not Always a Good User Experience

Adjust the Physical Order of Source Content Use Optimized Internal Jump Links

Have Mobile Site Map (and Submit it!) Make Phone Numbers & E-mail Addresses Click-able

<a href=“tel:3035651100”>303-565-1100</a>

<a href=“mailto:[email protected]” > [email protected]</a>

Page 16: Making The Most Of Mobile
Page 17: Making The Most Of Mobile
Page 18: Making The Most Of Mobile

“So if you’re someone who happens to design things for the web, well, I think you can see that you can either start designing now with mobile viewing in mind — instead of designing exclusively for the un-mobile web — or you can play catch-up later, after you finally get hip.”

-Michael Smith, Oreillynet.com You're a Fool to Design only for the Un-Mobile Web, December 22, 2005.