SlideShare a Scribd company logo
Mobile SEO Strategy
Mohammed ALAMI - 2013/01/19 – Mozalami.com
• 01. Introduction
• 02. The 3 options
• 03. Pros and Cons
• 04. Best practices for 3
• 05. How to chose
• 06. Mobile SEO Challenges
• 07. Mobile site best practices
• 08. Extra
2
AGENDA
Mobile SEO
Introduction
Mobile Traffic Has Quadrupled :
1. Apple iOS holds majority of mobile
traffic at 52%, with Android OS at
43 percent of traffic
2. actual traffic from Apple’s iPad
grew 140 percent from the end of
2011 to the end of 2012
• Google recommends responsive web
design : same HTML for all devices
and CSS media queries to decide
rendering on each.
• Dynamic Serving: server responds
with different HTML (and CSS) on
the same URL depending on the user
agent.
• Parallel mobile version: each desktop
URL has an equivalent different URL
serving mobile-optimized content.
4
Mobile SEO – 3 options
5
Mobile SEO – Pros and Cons
Responsive design Dynamic serving Parallel Mobile version
Pros  1 Url for both versions,
no duplication
 Easier and cheaper to
maintain
 Popularity consilidation
 No need for redirection
 1 Url for both versions,
no duplication
 Popularity consilidation
 Capacity to differentiate
mobile content
 Better mobile experience
 Easier implementation
 Capacity to differentiate
mobile content
 Better mobile experience
 Tests can occur on both
separatly..
Cons  Possible redesign
needed
 Less differentiation of
mobile content
 Lower mobile
focused user content
 Complexity of technical
implementation
 Higher cost of
maintenance
 Standard can change
as browsers evolve.
 Content duplicate risk
 Split of link popularity
 Higher cost of
maintenance
 Need of simultaneous
content updates
6
Mobile SEO – Best Practices
Responsive design Dynamic serving Parallel Mobile version
 Allow search engines to
crawl page’s assets (css,
js, images..)
 Beware of elements that
might not display
effectively on mobiles
(large images, javascript,
videos..)
 Use a CMS or
Framework to facilitate
the implementation.
 Server need to respond
with different html on the
same url depending on the
user-agent requesting the
page. Mobile users and
bots should see a different
mobile specific version.
 Use the vary HTTP header
“User Agent” to help
Googlebot discover your
mobile optimized content
faster.
 Enable a consitent mobile URL
structure under a “m” subdomain.
 Use HTTP 302/301 directions to
refer mobile users and bots to the
mobile version.
 Add link rel=”alternate” tags
pointing to the corresponding
mobile URL and link
rel=”canonical” tags to Desktop
URLs
 Include a link to the relevant
Desktop page.
 Generate an XML mobile sitemap
 Make sure to optimize page speed, especially important for mobile due to bandwidth restrictions.
 Validate that your mobile users see the same than the mobile search bots and avoid cloaking.
 Do not block your mobile site from desktop or mobile crawlers with robots.txt.
• Aleyda Solis
created this
flowchart to help
decide which of
the 3 design
options is best for
your mobile site.
7
Mobile SEO –
How to chose
• Keywords : in 2009, Research from Google showed that feature
phone searches are slightly shorter than computer-based searches
(2.44 vs. 2.93). Recently in 2011, studies showed that search query
strings, on average, are 25 percent shorter than desktop searches.
• Mobile content : Because of the reasons above, mobile web sites
shall adapt their content. In the best practices on the Go Mo site,
Google advise creating extraordinary mobile experiences that add to
the brand value. The premise is to create desktop content for desktop
users, mobile content for mobile and Smartphone users, and tablet-
optimized content for tablet users.
• Duplicate content : Duplicate content is a challenging issue as we
should typically deliver same Desktop content but wrapped in a way
mobile users will be able to consume. Adding both tags Alternate +
Canonical will provide search engines with the relationship between
Desktop and Mobile pages.
8
Mobile SEO – Challenges
• Code compliance : We should address code compliance, create
unique CSS files, expand on the CSS files and minimize page code.
W3C released MobileOK (level 1.0) standard to help webmasters
ensure that their web sites would be accessible to mobile devices.
• Meta tags: Optimizing the Meta data, heading tags, alt tags…, is the
same as we would do for the desktop, but as we have different
keywords for mobile, we’ll use those instead. Mobile pages have so
little space for content, so titles matter even more than on a desktop.
• Site Load Speed : Google said this is an important ranking factor.
Mobile website speed will drive search engines’ decisions on what
mobile content to index and present. Google has compiled a bunch of
tools and introduced Site Speed reports by Google Analytics.
9
Mobile SEO – Challenges
Mobile SEO - Site Navigation & URL Optimization
(According to Matt Cutts)
Citations and Links.
• Link to Desktop version must be visible on mobile to allow switch.
• Link for Mobile via Link in page Header (Switchboard Tag)
<link rel="alternate" media="only screen and (max-width: 640px)"
href="http://mob ile.bell.com/page-english" /> (Source)
• Canonical: <link rel="canonical" href="Desktop canonical URL" >
(on Mobile pages)
• Redirect: redirect 302 desktop pages to mobile on user agent.
if (preg_match("/(mobile|webos|opera mini)/i",
$_SERVER['HTTP_USER_AGENT'])) {….
Googlebot-Mobile now crawls with a smartphone user-agent. Treat
Googlebot-Mobile request as it would do for a human user.
11
Mobile SEO – Best Practices
• Verify domain on Google /Bing
• Upload your sitemap
• Link into Robots.txt
<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns=http://www.sitemaps.org/schemas/sitemap/0.9
xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
<url>
<loc>http://mobile.example.com/article100.html</loc>
<mobile:mobile/>
</url>
</urlset>
Source : Google Support
12
Mobile SEO – Sitemap XML
• HTML5 is most powerful language to develop mobile versions for
Smartphone, but most of mobile pages are developed using XHTML.
Meta tags we’ll be using and optimizing for search engines are :
• Language : <meta http-equiv=”content language” content=”en-
CA”> (fr-CA for french)
• Title: less than 55c, it must include Top keywords with “Mobile” and
branding. Create unique and keyword-rich title tags for mobile that
doesn’t exist on the desktop.
• Description: less than 100c, it’s used to encourage visitor to click
• Keywords: try to find most relevant keyword on targeted device...
13
Mobile SEO – Meta Tags
Content optimization
• Put emphasis on mobile Keywords
• Ensure mobile pages relevance to search engines
• Be consistent with Desktop alternate pages
Site speed
• Heavy images, lot of JavaScript and CSS make the user
experience poor by providing a slow site, Google will degrade
the site. Monitor performance using site speed tools.
14
Mobile SEO – Content
• We would prefer using HTML5 for coding.
• Try to validate the site using Ready.mobi or the W3C Mobile
OK validator. Validation by itself is not a significant factor in
ranking, but can make the site more usable.
• Iframe: better to avoid using it, but we learned that Google can
crawl iFramed pages and follow the links within them. If
iFrame is used, we may add alternate content:
<iframe src="source"><p>alternate text</p></iframe>
• Avoid drop down boxes without text equivalent.
15
Mobile SEO – Code
Robots.txt
• Do not block the mobile site from desktop or mobile crawlers with
robots.txt. Blocking a mobile site from traditional Googlebot with
robots.txt could make it invisible to Smartphone searchers.
Go further
• Advertise mobile content to mobile specific audience on mobile sites.
• Link out to mobile content to increase awareness and incent organic
reciprocation.
• Build links from other mobile sites and desktop sites that discuss
mobile content.
• Use Bell.mobi with redirect 301 to mobile website.
• Promote QR code when appropriate in offline advertising in mobile
context
16
Mobile SEO – Others
Mobile SEO Strategy

More Related Content

Viewers also liked

Advanced Content Targeting & Personalization Within the Digital Experience Us...
Advanced Content Targeting & Personalization Within the Digital Experience Us...Advanced Content Targeting & Personalization Within the Digital Experience Us...
Advanced Content Targeting & Personalization Within the Digital Experience Us...
Perficient, Inc.
 
New SEO Strategy for 2014
New SEO Strategy for 2014New SEO Strategy for 2014
New SEO Strategy for 2014
Digital Success
 
Managing data workflows with Luigi
Managing data workflows with LuigiManaging data workflows with Luigi
Managing data workflows with Luigi
Teemu Kurppa
 
Studying the Link Between Volume of Media Coverage and Business Outcomes. 
Studying the Link Between Volume of Media Coverage and Business Outcomes.  Studying the Link Between Volume of Media Coverage and Business Outcomes. 
Studying the Link Between Volume of Media Coverage and Business Outcomes. 
Udit Joshi
 
Future of Asia
Future of AsiaFuture of Asia
Just how broken is football's financial model?
Just how broken is football's financial model?Just how broken is football's financial model?
Just how broken is football's financial model?
Supporters Direct
 
Текст и контекст: античные мотивы в литературе XIX-XX в.
Текст и контекст: античные мотивы в литературе XIX-XX в.Текст и контекст: античные мотивы в литературе XIX-XX в.
Текст и контекст: античные мотивы в литературе XIX-XX в.
ozlmgouru
 
Eerste grote fout van koning in de maak
Eerste grote fout van koning in de maakEerste grote fout van koning in de maak
Eerste grote fout van koning in de maak
Thierry Debels
 
Hoe kom ik in de Office365 cloud?
Hoe kom ik in de Office365 cloud?Hoe kom ik in de Office365 cloud?
Hoe kom ik in de Office365 cloud?
Joël Bruijn
 
CVLAURA 2016 INGLES
CVLAURA 2016 INGLESCVLAURA 2016 INGLES
CVLAURA 2016 INGLESLaura Vidal
 

Viewers also liked (10)

Advanced Content Targeting & Personalization Within the Digital Experience Us...
Advanced Content Targeting & Personalization Within the Digital Experience Us...Advanced Content Targeting & Personalization Within the Digital Experience Us...
Advanced Content Targeting & Personalization Within the Digital Experience Us...
 
New SEO Strategy for 2014
New SEO Strategy for 2014New SEO Strategy for 2014
New SEO Strategy for 2014
 
Managing data workflows with Luigi
Managing data workflows with LuigiManaging data workflows with Luigi
Managing data workflows with Luigi
 
Studying the Link Between Volume of Media Coverage and Business Outcomes. 
Studying the Link Between Volume of Media Coverage and Business Outcomes.  Studying the Link Between Volume of Media Coverage and Business Outcomes. 
Studying the Link Between Volume of Media Coverage and Business Outcomes. 
 
Future of Asia
Future of AsiaFuture of Asia
Future of Asia
 
Just how broken is football's financial model?
Just how broken is football's financial model?Just how broken is football's financial model?
Just how broken is football's financial model?
 
Текст и контекст: античные мотивы в литературе XIX-XX в.
Текст и контекст: античные мотивы в литературе XIX-XX в.Текст и контекст: античные мотивы в литературе XIX-XX в.
Текст и контекст: античные мотивы в литературе XIX-XX в.
 
Eerste grote fout van koning in de maak
Eerste grote fout van koning in de maakEerste grote fout van koning in de maak
Eerste grote fout van koning in de maak
 
Hoe kom ik in de Office365 cloud?
Hoe kom ik in de Office365 cloud?Hoe kom ik in de Office365 cloud?
Hoe kom ik in de Office365 cloud?
 
CVLAURA 2016 INGLES
CVLAURA 2016 INGLESCVLAURA 2016 INGLES
CVLAURA 2016 INGLES
 

More from Mohammed ALAMI ✅

Featured Snippets et Recherche Vocale 2018
Featured Snippets et Recherche Vocale 2018Featured Snippets et Recherche Vocale 2018
Featured Snippets et Recherche Vocale 2018
Mohammed ALAMI ✅
 
Referencement social smo Strategy
Referencement social smo StrategyReferencement social smo Strategy
Referencement social smo Strategy
Mohammed ALAMI ✅
 
Knowledge graph et SEO Juin 2012 par Mohammed ALAMI
Knowledge graph et SEO Juin 2012 par Mohammed ALAMIKnowledge graph et SEO Juin 2012 par Mohammed ALAMI
Knowledge graph et SEO Juin 2012 par Mohammed ALAMI
Mohammed ALAMI ✅
 
Referencement SEO-SMO Recrutement social RH 2.0
Referencement SEO-SMO Recrutement social RH 2.0Referencement SEO-SMO Recrutement social RH 2.0
Referencement SEO-SMO Recrutement social RH 2.0
Mohammed ALAMI ✅
 
Referencement seo 2012
Referencement seo 2012Referencement seo 2012
Referencement seo 2012
Mohammed ALAMI ✅
 
Stratégie internet Cas par mohammed alami expert SEO SEM SMO
Stratégie internet Cas par mohammed alami expert SEO SEM SMOStratégie internet Cas par mohammed alami expert SEO SEM SMO
Stratégie internet Cas par mohammed alami expert SEO SEM SMO
Mohammed ALAMI ✅
 
Web 3.0 (web semantique) et incidences en référencement, marketing, ecommerce
 Web 3.0 (web semantique) et incidences en référencement, marketing, ecommerce Web 3.0 (web semantique) et incidences en référencement, marketing, ecommerce
Web 3.0 (web semantique) et incidences en référencement, marketing, ecommerce
Mohammed ALAMI ✅
 
Strategie internet avec exemple RH 2.0
Strategie internet avec exemple RH 2.0 Strategie internet avec exemple RH 2.0
Strategie internet avec exemple RH 2.0
Mohammed ALAMI ✅
 
Intelligence (veille concurrentielle) en strategie internet
Intelligence (veille concurrentielle) en strategie internetIntelligence (veille concurrentielle) en strategie internet
Intelligence (veille concurrentielle) en strategie internet
Mohammed ALAMI ✅
 
Referencement analytiques
Referencement analytiquesReferencement analytiques
Referencement analytiques
Mohammed ALAMI ✅
 
Role de multimédia en ecommerce : référencement et web analytiques
Role de multimédia en ecommerce : référencement et web analytiquesRole de multimédia en ecommerce : référencement et web analytiques
Role de multimédia en ecommerce : référencement et web analytiques
Mohammed ALAMI ✅
 
Recruteurs sociaux et candidats 2.0
Recruteurs sociaux et candidats 2.0Recruteurs sociaux et candidats 2.0
Recruteurs sociaux et candidats 2.0
Mohammed ALAMI ✅
 
Webmarketing 2011 Forecast
Webmarketing 2011 ForecastWebmarketing 2011 Forecast
Webmarketing 2011 Forecast
Mohammed ALAMI ✅
 
Vigie web recrutement 2.0 2010
Vigie web recrutement 2.0 2010Vigie web recrutement 2.0 2010
Vigie web recrutement 2.0 2010
Mohammed ALAMI ✅
 
Introduction au référencement SEO
Introduction au référencement SEOIntroduction au référencement SEO
Introduction au référencement SEO
Mohammed ALAMI ✅
 
Introduction aux webanalytiques et KPIs
Introduction aux webanalytiques et KPIsIntroduction aux webanalytiques et KPIs
Introduction aux webanalytiques et KPIs
Mohammed ALAMI ✅
 
Politics is a delicate thing
Politics is a delicate thingPolitics is a delicate thing
Politics is a delicate thing
Mohammed ALAMI ✅
 
Stratégie web (SEO, SEM) étude de cas Role Model par Mohammed ALAMI
Stratégie web (SEO, SEM) étude de cas Role Model par Mohammed ALAMIStratégie web (SEO, SEM) étude de cas Role Model par Mohammed ALAMI
Stratégie web (SEO, SEM) étude de cas Role Model par Mohammed ALAMI
Mohammed ALAMI ✅
 

More from Mohammed ALAMI ✅ (20)

Featured Snippets et Recherche Vocale 2018
Featured Snippets et Recherche Vocale 2018Featured Snippets et Recherche Vocale 2018
Featured Snippets et Recherche Vocale 2018
 
Referencement social smo Strategy
Referencement social smo StrategyReferencement social smo Strategy
Referencement social smo Strategy
 
Knowledge graph et SEO Juin 2012 par Mohammed ALAMI
Knowledge graph et SEO Juin 2012 par Mohammed ALAMIKnowledge graph et SEO Juin 2012 par Mohammed ALAMI
Knowledge graph et SEO Juin 2012 par Mohammed ALAMI
 
Referencement SEO-SMO Recrutement social RH 2.0
Referencement SEO-SMO Recrutement social RH 2.0Referencement SEO-SMO Recrutement social RH 2.0
Referencement SEO-SMO Recrutement social RH 2.0
 
Referencement seo 2012
Referencement seo 2012Referencement seo 2012
Referencement seo 2012
 
Alhambra de grenade
Alhambra de grenadeAlhambra de grenade
Alhambra de grenade
 
Stratégie internet Cas par mohammed alami expert SEO SEM SMO
Stratégie internet Cas par mohammed alami expert SEO SEM SMOStratégie internet Cas par mohammed alami expert SEO SEM SMO
Stratégie internet Cas par mohammed alami expert SEO SEM SMO
 
Web 3.0 (web semantique) et incidences en référencement, marketing, ecommerce
 Web 3.0 (web semantique) et incidences en référencement, marketing, ecommerce Web 3.0 (web semantique) et incidences en référencement, marketing, ecommerce
Web 3.0 (web semantique) et incidences en référencement, marketing, ecommerce
 
Strategie internet avec exemple RH 2.0
Strategie internet avec exemple RH 2.0 Strategie internet avec exemple RH 2.0
Strategie internet avec exemple RH 2.0
 
Email of the year
Email of the yearEmail of the year
Email of the year
 
Intelligence (veille concurrentielle) en strategie internet
Intelligence (veille concurrentielle) en strategie internetIntelligence (veille concurrentielle) en strategie internet
Intelligence (veille concurrentielle) en strategie internet
 
Referencement analytiques
Referencement analytiquesReferencement analytiques
Referencement analytiques
 
Role de multimédia en ecommerce : référencement et web analytiques
Role de multimédia en ecommerce : référencement et web analytiquesRole de multimédia en ecommerce : référencement et web analytiques
Role de multimédia en ecommerce : référencement et web analytiques
 
Recruteurs sociaux et candidats 2.0
Recruteurs sociaux et candidats 2.0Recruteurs sociaux et candidats 2.0
Recruteurs sociaux et candidats 2.0
 
Webmarketing 2011 Forecast
Webmarketing 2011 ForecastWebmarketing 2011 Forecast
Webmarketing 2011 Forecast
 
Vigie web recrutement 2.0 2010
Vigie web recrutement 2.0 2010Vigie web recrutement 2.0 2010
Vigie web recrutement 2.0 2010
 
Introduction au référencement SEO
Introduction au référencement SEOIntroduction au référencement SEO
Introduction au référencement SEO
 
Introduction aux webanalytiques et KPIs
Introduction aux webanalytiques et KPIsIntroduction aux webanalytiques et KPIs
Introduction aux webanalytiques et KPIs
 
Politics is a delicate thing
Politics is a delicate thingPolitics is a delicate thing
Politics is a delicate thing
 
Stratégie web (SEO, SEM) étude de cas Role Model par Mohammed ALAMI
Stratégie web (SEO, SEM) étude de cas Role Model par Mohammed ALAMIStratégie web (SEO, SEM) étude de cas Role Model par Mohammed ALAMI
Stratégie web (SEO, SEM) étude de cas Role Model par Mohammed ALAMI
 

Recently uploaded

The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
UiPath Community Day Dubai: AI at Work..
UiPath Community Day Dubai: AI at Work..UiPath Community Day Dubai: AI at Work..
UiPath Community Day Dubai: AI at Work..
UiPathCommunity
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
Jen Stirrup
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Enhancing Performance with Globus and the Science DMZ
Enhancing Performance with Globus and the Science DMZEnhancing Performance with Globus and the Science DMZ
Enhancing Performance with Globus and the Science DMZ
Globus
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 

Recently uploaded (20)

The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
UiPath Community Day Dubai: AI at Work..
UiPath Community Day Dubai: AI at Work..UiPath Community Day Dubai: AI at Work..
UiPath Community Day Dubai: AI at Work..
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...The Metaverse and AI: how can decision-makers harness the Metaverse for their...
The Metaverse and AI: how can decision-makers harness the Metaverse for their...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Enhancing Performance with Globus and the Science DMZ
Enhancing Performance with Globus and the Science DMZEnhancing Performance with Globus and the Science DMZ
Enhancing Performance with Globus and the Science DMZ
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 

Mobile SEO Strategy

  • 1. Mobile SEO Strategy Mohammed ALAMI - 2013/01/19 – Mozalami.com
  • 2. • 01. Introduction • 02. The 3 options • 03. Pros and Cons • 04. Best practices for 3 • 05. How to chose • 06. Mobile SEO Challenges • 07. Mobile site best practices • 08. Extra 2 AGENDA
  • 3. Mobile SEO Introduction Mobile Traffic Has Quadrupled : 1. Apple iOS holds majority of mobile traffic at 52%, with Android OS at 43 percent of traffic 2. actual traffic from Apple’s iPad grew 140 percent from the end of 2011 to the end of 2012
  • 4. • Google recommends responsive web design : same HTML for all devices and CSS media queries to decide rendering on each. • Dynamic Serving: server responds with different HTML (and CSS) on the same URL depending on the user agent. • Parallel mobile version: each desktop URL has an equivalent different URL serving mobile-optimized content. 4 Mobile SEO – 3 options
  • 5. 5 Mobile SEO – Pros and Cons Responsive design Dynamic serving Parallel Mobile version Pros  1 Url for both versions, no duplication  Easier and cheaper to maintain  Popularity consilidation  No need for redirection  1 Url for both versions, no duplication  Popularity consilidation  Capacity to differentiate mobile content  Better mobile experience  Easier implementation  Capacity to differentiate mobile content  Better mobile experience  Tests can occur on both separatly.. Cons  Possible redesign needed  Less differentiation of mobile content  Lower mobile focused user content  Complexity of technical implementation  Higher cost of maintenance  Standard can change as browsers evolve.  Content duplicate risk  Split of link popularity  Higher cost of maintenance  Need of simultaneous content updates
  • 6. 6 Mobile SEO – Best Practices Responsive design Dynamic serving Parallel Mobile version  Allow search engines to crawl page’s assets (css, js, images..)  Beware of elements that might not display effectively on mobiles (large images, javascript, videos..)  Use a CMS or Framework to facilitate the implementation.  Server need to respond with different html on the same url depending on the user-agent requesting the page. Mobile users and bots should see a different mobile specific version.  Use the vary HTTP header “User Agent” to help Googlebot discover your mobile optimized content faster.  Enable a consitent mobile URL structure under a “m” subdomain.  Use HTTP 302/301 directions to refer mobile users and bots to the mobile version.  Add link rel=”alternate” tags pointing to the corresponding mobile URL and link rel=”canonical” tags to Desktop URLs  Include a link to the relevant Desktop page.  Generate an XML mobile sitemap  Make sure to optimize page speed, especially important for mobile due to bandwidth restrictions.  Validate that your mobile users see the same than the mobile search bots and avoid cloaking.  Do not block your mobile site from desktop or mobile crawlers with robots.txt.
  • 7. • Aleyda Solis created this flowchart to help decide which of the 3 design options is best for your mobile site. 7 Mobile SEO – How to chose
  • 8. • Keywords : in 2009, Research from Google showed that feature phone searches are slightly shorter than computer-based searches (2.44 vs. 2.93). Recently in 2011, studies showed that search query strings, on average, are 25 percent shorter than desktop searches. • Mobile content : Because of the reasons above, mobile web sites shall adapt their content. In the best practices on the Go Mo site, Google advise creating extraordinary mobile experiences that add to the brand value. The premise is to create desktop content for desktop users, mobile content for mobile and Smartphone users, and tablet- optimized content for tablet users. • Duplicate content : Duplicate content is a challenging issue as we should typically deliver same Desktop content but wrapped in a way mobile users will be able to consume. Adding both tags Alternate + Canonical will provide search engines with the relationship between Desktop and Mobile pages. 8 Mobile SEO – Challenges
  • 9. • Code compliance : We should address code compliance, create unique CSS files, expand on the CSS files and minimize page code. W3C released MobileOK (level 1.0) standard to help webmasters ensure that their web sites would be accessible to mobile devices. • Meta tags: Optimizing the Meta data, heading tags, alt tags…, is the same as we would do for the desktop, but as we have different keywords for mobile, we’ll use those instead. Mobile pages have so little space for content, so titles matter even more than on a desktop. • Site Load Speed : Google said this is an important ranking factor. Mobile website speed will drive search engines’ decisions on what mobile content to index and present. Google has compiled a bunch of tools and introduced Site Speed reports by Google Analytics. 9 Mobile SEO – Challenges
  • 10. Mobile SEO - Site Navigation & URL Optimization (According to Matt Cutts) Citations and Links.
  • 11. • Link to Desktop version must be visible on mobile to allow switch. • Link for Mobile via Link in page Header (Switchboard Tag) <link rel="alternate" media="only screen and (max-width: 640px)" href="http://mob ile.bell.com/page-english" /> (Source) • Canonical: <link rel="canonical" href="Desktop canonical URL" > (on Mobile pages) • Redirect: redirect 302 desktop pages to mobile on user agent. if (preg_match("/(mobile|webos|opera mini)/i", $_SERVER['HTTP_USER_AGENT'])) {…. Googlebot-Mobile now crawls with a smartphone user-agent. Treat Googlebot-Mobile request as it would do for a human user. 11 Mobile SEO – Best Practices
  • 12. • Verify domain on Google /Bing • Upload your sitemap • Link into Robots.txt <?xml version="1.0" encoding="UTF-8" ?> <urlset xmlns=http://www.sitemaps.org/schemas/sitemap/0.9 xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0"> <url> <loc>http://mobile.example.com/article100.html</loc> <mobile:mobile/> </url> </urlset> Source : Google Support 12 Mobile SEO – Sitemap XML
  • 13. • HTML5 is most powerful language to develop mobile versions for Smartphone, but most of mobile pages are developed using XHTML. Meta tags we’ll be using and optimizing for search engines are : • Language : <meta http-equiv=”content language” content=”en- CA”> (fr-CA for french) • Title: less than 55c, it must include Top keywords with “Mobile” and branding. Create unique and keyword-rich title tags for mobile that doesn’t exist on the desktop. • Description: less than 100c, it’s used to encourage visitor to click • Keywords: try to find most relevant keyword on targeted device... 13 Mobile SEO – Meta Tags
  • 14. Content optimization • Put emphasis on mobile Keywords • Ensure mobile pages relevance to search engines • Be consistent with Desktop alternate pages Site speed • Heavy images, lot of JavaScript and CSS make the user experience poor by providing a slow site, Google will degrade the site. Monitor performance using site speed tools. 14 Mobile SEO – Content
  • 15. • We would prefer using HTML5 for coding. • Try to validate the site using Ready.mobi or the W3C Mobile OK validator. Validation by itself is not a significant factor in ranking, but can make the site more usable. • Iframe: better to avoid using it, but we learned that Google can crawl iFramed pages and follow the links within them. If iFrame is used, we may add alternate content: <iframe src="source"><p>alternate text</p></iframe> • Avoid drop down boxes without text equivalent. 15 Mobile SEO – Code
  • 16. Robots.txt • Do not block the mobile site from desktop or mobile crawlers with robots.txt. Blocking a mobile site from traditional Googlebot with robots.txt could make it invisible to Smartphone searchers. Go further • Advertise mobile content to mobile specific audience on mobile sites. • Link out to mobile content to increase awareness and incent organic reciprocation. • Build links from other mobile sites and desktop sites that discuss mobile content. • Use Bell.mobi with redirect 301 to mobile website. • Promote QR code when appropriate in offline advertising in mobile context 16 Mobile SEO – Others