SlideShare une entreprise Scribd logo
1  sur  118
MobileMoxie @Suzzicks
Indexing on Fire: Google Firebase Native and Web App Indexing
In the Beginning there Was
Nothing
Google Didn’t Even Try to Crawl
Apps or JavaScript
Historically, Crawlers Have Been
Locked Out of Some Mobile Content
To Rank, Content Must be Crawled
& Indexed
Google Got Better & Better at
Crawling JS & Eventually Android
Apps
Web App & Native Apps Indexing
Are Similar in Nature
Web App & Native Apps Indexing
Are Similar in Nature
XML
Sitemap JASON-LD
Crawling Mapping Docs &
Ingesting Feeds through APIs is
Faster & Easier for Google than
Crawling Websites
Now Google Can Index this Stuff,
But Crawling is Still a Bit
Primitive
Now Google Can Index this Stuff,
But Crawling is Still a Bit
Primitive
(Especially for iOS)
Native
App
VS
WEP APP INDEXING
PWA Relationship to other Web
Apps
Single Page
App (SPA)
Web App
HTML5 App
Dynamic
Website JavaScript
Web App
PWA Relationship to AJAX
PWA Relationship to AJAX
They Use LOTS of JavaScript to
Pull that Off
Responsive Design Requires
Even More JavaScript
1024px + 1023-768px 767-320px
JavaScript & Other Elements
Increase File Size of Webpages
2010 2012 2014 2016
Mobile-Friendly
is Gone but will
it Soon be
Replaced with
‘Slow’?
Mobile-Friendly
is Gone but will
it Soon be
Replaced with
‘Slow’?
Google Wants to Crawl
JavaScript …. A Lot Apparently!
Progressive Web Apps are Fast:
Server ServiceWorker
PWA ServiceWorkers
Seem Very Similar to
the AMP JavaScript
Runtime
PWA
ServiceWorker
AMP JS
Runtime
=
PWA ServiceWorkers
Seem Very Similar to
the AMP JavaScript
Runtime
PWA
ServiceWorker
AMP JS
Runtime
=
HTTPS
Mobile
Friendly
Website
Service
Worker
Web App
Manifest
Progressive
Web App
=+
Web App Manifest
Web App Manifest
App Titles
App Icons
App Shell
Web App Manifest
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,
initial-scale=1" />
<link rel="manifest" href="/manifest.json"/>
<meta name="robots" content="follow, index" />
<link rel="canonical" href="https://website.com/" />
<meta name="description" content="This is a great
website/>
<meta name="keywords" content=“keyword, keyword,
keyword, keyword, keyword" />
</head>
Web App Manifest
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,
initial-scale=1" />
<link rel="manifest" href="/manifest.json"/>
<meta name="robots" content="follow, index" />
<link rel="canonical" href="https://website.com/" />
<meta name="description" content="This is a great
website/>
<meta name="keywords" content=“keyword, keyword,
keyword, keyword, keyword" />
</head>
App Shell Development
Browser Stand Alone Full Screen
HTTPS ONLY
Push Notifications
App Install Banners
Registered Service Worker on website
Web App Manifest Includes:
❑Home Screen App Icon - 144x144 png
❑Short_Name - w/ Home Screen Icon
❑Name - Shell Banner Top
❑Start_Url
Visited 2x+ w/ 5min+ Between Visits
Loading the Website
Twice Triggers an
‘Add to Home
Screen’ Dialogue
PWA Icon is
Customizable &
Looks Just Like a
Native App Icon
While Loading, it Shows a
Customizable
Splash Screen
PWA’s Can Open Outside
of a Browser Window
in it’s Own Window
Local Phone Cache =
App Shell + Viewed Content
Works Offline
PWA
ServiceWorker
WAPO.com/PWA/ Demo (Chris Nguyen)
`
-Alex Russell
Progressive
Web Apps
(PWA’s)
Is Basically
Native App
Online
Choices
About
Address
Bar
No Install
Required
Enables
Home
Screen
Icon
Offline
Content
Works
Web Works on
All Devices –
Most Browsers
Enables
Push
Messaging
& Deep
Linking
Custom
Splash
Screen
Adapts to Slow
Connections
Fast
Because
of Service
Workers
Users Apparently Love PWAs
3x
More Time
Spent on
Site
70%
Higher
Conversion
Rate
(For those
who Add to
Home
Screen)
40%
Higher
Engagement
Rate
3x
Less Data
Necessary to
Render the
Website
To Get a Progressive Web App
Indexed, You Must Work Harder
Indexing Web Apps
(Even Non-PWA Dynamic Sites)
HTML Snapshots XML Sitemaps Fetch & RenderHTML5
PushState
Most PWA’s Have Ignored SEO
Most PWA’s Have Ignored SEO
Most PWA’s Have Ignored SEO
Duplicate Title Tags
Duplicate
Description Tags
Un-optimized URLs
Don’t Let Fancy
Dev Kill Your SEO!
Resources to Make Your Site a
PWA:
1. App Manifest Wizard:
https://brucelawson.github.io/manifest/
2. App Manifest Validator: https://manifest-
validator.appspot.com/
3. Service Worker Toolbox:
https://github.com/GoogleChrome/sw-toolbox
4. Service Worker Instructions:
http://deanhume.com/home/blogpost/getting-started-with-
the-service-worker-toolbox/10134
Native
App
VS
NATIVE APP INDEXING
Native
App
VS
NATIVE APP INDEXING
App Screens are Indexed Like
Web Pages
Indexing Entry
Points in an AppNative
App
& =
Web Page or URLApp Screen or URI
Fast & Works
Offline
Low Reach &
High
Commitment
& Acquisition
Cost
High Reach &
Low
Commitment
& Acquisition
Cost
Slow & Does
Not Work
Offline
Native
App
Mobile
Web Reach
is 2.5x App
Reach
(Based on Unique
Visitors Per Month)
Apps Mobile Web
8.9
3.3
Mobile
Web Reach
is 2.5x App
Reach
(Based on Unique
Visitors Per Month)
Apps Mobile Web
8.9
3.3
US Time Spent in App VS Web
Mobile Web
14%
Apps
86%
Top 3
Apps
80%
Facebook
YouTube
Facebook Messenger
US Time Spent in App VS Web
Mobile Web
14%
Apps
86%
A Couple
Other Apps
20%
Top 3
Apps
80%
Facebook
YouTube
Facebook Messenger
US Time Spent in App VS Web
Mobile Web
14%
Apps
86%
A Couple
Other Apps
20%
Top 3
Apps
80%66% of All
Digital
Purchases
Happen Here
Facebook
YouTube
Facebook Messenger
US Time Spent in App VS Web
Mobile Web
14%
Apps
86%
A Couple
Other Apps
20%
Top 3
Apps
80%66% of All
Digital
Purchases
Happen Here
Facebook
YouTube
Facebook Messenger
How Do You Index Apps?
Universal Links Digital Asset Links
HTTP/HTTPS
App Scheme
Apple-App-
Site-
Association
File
HTTP/HTTPS
App Scheme
Asset
Links File
Association Files are Hosted on
the Corresponding Website
iOS Apps
REQUIRED
/Apple-App-Site-Association/
Android Apps
OPTIONAL
/AssetLinks.JSON/
Hosted at: https://website.com/.well-known OR
https://website.com/ OR
http://website.com/.well-know/ (Android Only) OR
http://website.com/ (Android Only)
App Indexing Has Benefits
App Install Buttons in SERPS & Auto Complete
Association Files are Hosted on
the Corresponding Website
iOS Apps
REQUIRED
/Apple-App-Site-Association/
Android Apps
OPTIONAL
/AssetLinks.JSON/
Hosted at: https://website.com/.well-known OR
https://website.com/ OR
http://website.com/.well-known/ (Android Only) OR
http://website.com/ (Android Only)
Apple-App-Site-Association File
"applinks": {
"apps": [],
"details": [
{
"appID": “SAMPLE-
APP.com.host.location",
“pathprefix”: ["/blog/*]
"paths": [ "/news/story/",
"/news/video/2015/*"]
},
{
"appID": “DIFFERENT-
APP.com.host.location",
"paths": [ "*" ]
}
]
"relation":
["delegate_permission/common.handle_all_url
s"],
"target": {
"namespace": "web",
"site": "https://host.sampleapp.com"
},{
"relation":
["delegate_permission/common.handle_all_url
s"],
"target": {
"namespace": "android_app",
"package_name": “com.host.sampleapp",
"sha256_cert_fingerprints":
["10:39:38:EE:45:37:E5:9E:8E:E7:92:F6:54:50
:4F:B8:34:6F:C6:B3:46:D0:BB:C4:41:5F:C3:39:
FC:FC:8E:C1"]
}
Asset Links File
Apple-App-Site-Association File
"applinks": {
"apps": [],
"details": [
{
"appID": “SAMPLE-
APP.com.host.location",
“pathprefix”: ["/blog/*]
"paths": [ "/news/story/",
"/news/video/2015/*"]
},
{
"appID": “DIFFERENT-
APP.com.host.location",
"paths": [ "*" ]
}
]
"relation":
["delegate_permission/common.handle_all_url
s"],
"target": {
"namespace": "web",
"site": "https://host.sampleapp.com"
},{
"relation":
["delegate_permission/common.handle_all_url
s"],
"target": {
"namespace": "android_app",
"package_name": “com.host.sampleapp",
"sha256_cert_fingerprints":
["10:39:38:EE:45:37:E5:9E:8E:E7:92:F6:54:50
:4F:B8:34:6F:C6:B3:46:D0:BB:C4:41:5F:C3:39:
FC:FC:8E:C1"]
}
Asset Links File
Must be Exactly the Same
as Resolving Web URL
(Canonical – no 301
Redirects!)
Native
App
VS
CURRENT PROBLEMS
WITH APP INDEXING
The ‘Three Platform’ Problem
3x
Team Politics
3x
Time
3x
Money
Silos of Communication on a
Team
DEV SEO QA DBA
Team
Team
Team
Language
& Vocab
Language
& Vocab
Language
& Vocab
Native
App
VS
FIREBASE APP INDEXING
Google Believes Firebase
is the Answer
Most SEO’s Don’t Really Get It!
It Gives Entry-points & End-
points in Apps
+ =
PWA
Website
Android
Instant
Apps
AMP
Web
Pages
Crawling is Hard!
Google indexes these using lists of entry locations that are
either generated from Rel=Alternate Tags + Sitemaps, Site
Association Files or API Submissions.
Native
App
Indexing
Firebase Cloud Hosting = Content
API Directly in Google
Firebase Cloud Hosting = Content
API Directly in Google
Firebase Generates Dynamic Links
Websites that Enable Everything
Dynamic
Links
Android App
iOS App
PWA Website
Centralized
Capability Based
on Dynamic Links
Website:
• Linking
• Advertising
• Messaging
• Tracking &
Attribution
• Remote Config
PS: This appears to be just an outgrowth of the old gog.le link
shorter which also did Dynamic Linking
Expert
Speculation
Google’s Webmaster Interaction
& Potential Rankings Boosts
App Indexing
w/Web Parity
Mobile
Friendly
Universal/Dynamic
App Links
App Indexing
API
Firebase
Integration
HTTPS
*Expert Speculation
Android /iOS App
Progressive Web App
Firebase App + Rankings Boost
Firebase Dynamic Linking Expands
the Potential Reach of Any One App
iOS, Android or Web
*Expert Speculation
Google
Database
Hosting
Better
Indexing of All
Apps
*Expert Speculation
Dynamic Links
are Key
EX:http://app_code.
app.goo.gl/[google-
unique-identifier]
Google
Database
Hosting
Better
Indexing of All
Apps
iOS &
Android
Instant
Apps
*Expert Speculation
Dynamic Links
are Key
EX:http://app_code.
app.goo.gl/[google-
unique-identifier]
Google
Database
Hosting
Better
Indexing of All
Apps
iOS &
Android
Instant
Apps
*Expert Speculation
Dynamic Links
are Key
EX:http://app_code.
app.goo.gl/[google-
unique-identifier]
Google
Database
Hosting
Better
Indexing of All
Apps
iOS &
Android
Instant
Apps
No
Need
for App
Stores
*Expert Speculation
Dynamic Links
are Key
EX:http://app_code.
app.goo.gl/[google-
unique-identifier]
HTTPS
Rankings
Boost
PWA with
GWS
Caching in
Firebase
App
Indexing &
Dynamic
Links
Non-Parity
App
Indexing
App Packs &
No Need for
App Stores
Better
Monitizing
of Android
& iOS
Why Google Needs You to Use
Firebase
*Expert Speculation
Non-Parity
App Indexing
HTTPS
Rankings
Boost
AMP
w/GWS &
PWA w/
GWS in
Firebase
App
Indexing &
Dynamic
Links
Non-Parity
App
Indexing
App Packs &
No Need for
App Stores
Better
Monitizing
of Android
& iOS
Why Google Needs You to Use
Firebase
*Expert Speculation
Non-Parity
App Indexing
HTTPS
Rankings
Boost
AMP
w/GWS &
PWA w/
GWS in
Firebase
App Indexing &
Dynamic Links
(GWS - Firebase)
Non-Parity
App
Indexing
App Packs &
No Need for
App Stores
Better
Monitizing
of Android
& iOS
Why Google Needs You to Use
Firebase
*Expert Speculation
Non-Parity
App Indexing
HTTPS
Rankings
Boost
AMP
w/GWS &
PWA w/
GWS in
Firebase
App Indexing &
Dynamic Links
(GWS - Firebase)
Non-Parity
App
Indexing
App Packs &
No Need for
App Stores
Better
Monitizing
of Android
& iOS
Why Google Needs You to Use
Firebase
*Expert Speculation
Non-Parity
App Indexing
(GWS – Firebase)
Why Google Needs You to Use
Firebase
HTTPS
Rankings
Boost
AMP
w/GWS &
PWA w/
GWS in
Firebase
App Indexing &
Dynamic Links
(GWS - Firebase)
Non-Parity
App Indexing
(GWS – Firebase)
App Packs &
No Need for
App Stores
Better
Monitizing
of Android
& iOS
*Expert Speculation
HTTPS
Rankings
Boost
AMP
w/GWS &
PWA w/
GWS in
Firebase
App Indexing &
Dynamic Links
(GWS - Firebase)
Non-Parity
App Indexing
(GWS – Firebase)
App Packs &
No Need for
App Stores
Better
Monetizing
of Android
& iOS
Why Google Needs You to Use
Firebase
*Expert Speculation
“Will PWA’s Get
App Pack
Rankings?”
Google’s Webmaster
Communication
Native &
Instant
Apps
AMP & HTTPS
PWA &
Web
*Expert Speculation
Mariya Moeva
Gary Illyes
John Mueller
Firebase is Still a bit Unknown &
Scary
Native
App
VS
FIREBASE APP INDEXING
“…Google may have some work ahead
of it convincing developers to depend
even more on its technologies. In
February, Facebook shut down its
mobile back-end as a service, Parse,
leaving many developers scrambling.”
Or…Could Google Just Take
Your Info and Turn it Against You?
Unclear Value Prop
Shared
Cloud
Database
Shared
Reporting
& Mgmt
Shared
Messaging
& Ads
Difficult to Setup
Web Android iOS
HTTP/HTTPS Links HTTP/HTTPS Links
(Dynamic Links)
HTTP/HTTPS Links
(Universal Links)
Add App Manifest
& ServiceWorker
Add
Dependencies to
the Build Gradel &
Setup Fingerprint
Certificates
Add Firebase
Podfiles to the
Manifest
Add to Firebase
Project
Add to Firebase
Project
Add to Firebase
Project
Bad Documentation
Web Android iOS
* Documentation almost always
assumes that you are doing only one
thing at a time.
So Should
You Use it?
So Should
You Use it?
…Maybe.
Firebase
Makes All
Indexing
More
Valuable
Firebase Unifies Digital
Marketing & Measurement
Acquisition
Backend/Hosting
SEO/Dynamic
Links
PPC/AdMob
Engagement
Messaging
Remote Config
Custom Audiences
Measurement
GA-Like Unified
Analytics
Export/API to Big
Data Processing
Options
2nd Biggest App Indexing
Benefit = Tracking
Firebase
Cloud
Hosting
Remote-Config User-Focused
Remote Config
Benefits of Cloud Hosting
Cross-Device
Attribution
Better Ad
Management
Real-Time
Database
Easy Link
Sharing
Unified Push
Messaging
Unified
Tracking &
Analytics
Remote
Config
CINDY KRUM
MobileMoxie @Suzzicks

Contenu connexe

Tendances

The Truth About Mobile-First Indexing #MozCon 2017
The Truth About Mobile-First Indexing #MozCon 2017The Truth About Mobile-First Indexing #MozCon 2017
The Truth About Mobile-First Indexing #MozCon 2017MobileMoxie
 
Mobile Jedi Mind Tricks: Master the Multi-Screen Universe
Mobile Jedi Mind Tricks: Master the Multi-Screen UniverseMobile Jedi Mind Tricks: Master the Multi-Screen Universe
Mobile Jedi Mind Tricks: Master the Multi-Screen UniverseMobileMoxie
 
App Indexing & Mobile SEO - Friends of Search 2016
App Indexing & Mobile SEO - Friends of Search 2016App Indexing & Mobile SEO - Friends of Search 2016
App Indexing & Mobile SEO - Friends of Search 2016MobileMoxie
 
Mobile-Friendly SEO: Why & How? Ari Roth at SMX Israel 2015
Mobile-Friendly SEO: Why & How? Ari Roth at SMX Israel 2015Mobile-Friendly SEO: Why & How? Ari Roth at SMX Israel 2015
Mobile-Friendly SEO: Why & How? Ari Roth at SMX Israel 2015Ari Roth
 
iOS & Android App Indexing & App Actions
iOS & Android App Indexing & App ActionsiOS & Android App Indexing & App Actions
iOS & Android App Indexing & App ActionsJustin Briggs
 
How Apple's Changing Up Search: From Siri to Safari to Spotlight - SMX East 2015
How Apple's Changing Up Search: From Siri to Safari to Spotlight - SMX East 2015How Apple's Changing Up Search: From Siri to Safari to Spotlight - SMX East 2015
How Apple's Changing Up Search: From Siri to Safari to Spotlight - SMX East 2015Suzzicks
 
The Future of Deep Linking & App Indexing
The Future of Deep Linking & App IndexingThe Future of Deep Linking & App Indexing
The Future of Deep Linking & App IndexingMobileMoxie
 
Modern SEO Players Guide
Modern SEO Players GuideModern SEO Players Guide
Modern SEO Players GuideMichael King
 
SearchLove London | Will Critchlow, 'The Threat of Mobile'
SearchLove London | Will Critchlow, 'The Threat of Mobile' SearchLove London | Will Critchlow, 'The Threat of Mobile'
SearchLove London | Will Critchlow, 'The Threat of Mobile' Distilled
 
Google & Bing App Indexing - SMX Munich 2016
Google & Bing App Indexing - SMX Munich 2016Google & Bing App Indexing - SMX Munich 2016
Google & Bing App Indexing - SMX Munich 2016MobileMoxie
 
Mastering Mobile SEO for Your Website and Native App Content
Mastering Mobile SEO for Your Website and Native App ContentMastering Mobile SEO for Your Website and Native App Content
Mastering Mobile SEO for Your Website and Native App ContentBranch
 
Eig - Gaming Sites Getting Mobile Friendly in a Post Mobilegeddon World
Eig - Gaming Sites Getting Mobile Friendly in a Post Mobilegeddon World Eig - Gaming Sites Getting Mobile Friendly in a Post Mobilegeddon World
Eig - Gaming Sites Getting Mobile Friendly in a Post Mobilegeddon World MobileMoxie
 
Setting AMP for Success at #BrightonSEO
Setting AMP for Success at #BrightonSEOSetting AMP for Success at #BrightonSEO
Setting AMP for Success at #BrightonSEOAleyda Solís
 
Deep linking slides
Deep linking slidesDeep linking slides
Deep linking slidesPersonagraph
 
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
 
SearchLove Boston 2016 | Emily Grossman | Mobile Jedi Mind Tricks: Master the...
SearchLove Boston 2016 | Emily Grossman | Mobile Jedi Mind Tricks: Master the...SearchLove Boston 2016 | Emily Grossman | Mobile Jedi Mind Tricks: Master the...
SearchLove Boston 2016 | Emily Grossman | Mobile Jedi Mind Tricks: Master the...Distilled
 
Web Design for SEO
Web Design for SEOWeb Design for SEO
Web Design for SEOMichael King
 
What You Need to Know About Google App Indexing - SMX West 2016
What You Need to Know About Google App Indexing - SMX West 2016What You Need to Know About Google App Indexing - SMX West 2016
What You Need to Know About Google App Indexing - SMX West 2016MobileMoxie
 
Increasing App Installs With App Indexation By Justin Briggs
Increasing App Installs With App Indexation By Justin BriggsIncreasing App Installs With App Indexation By Justin Briggs
Increasing App Installs With App Indexation By Justin BriggsSearch Marketing Expo - SMX
 

Tendances (20)

The Truth About Mobile-First Indexing #MozCon 2017
The Truth About Mobile-First Indexing #MozCon 2017The Truth About Mobile-First Indexing #MozCon 2017
The Truth About Mobile-First Indexing #MozCon 2017
 
Mobile Jedi Mind Tricks: Master the Multi-Screen Universe
Mobile Jedi Mind Tricks: Master the Multi-Screen UniverseMobile Jedi Mind Tricks: Master the Multi-Screen Universe
Mobile Jedi Mind Tricks: Master the Multi-Screen Universe
 
App Indexing & Mobile SEO - Friends of Search 2016
App Indexing & Mobile SEO - Friends of Search 2016App Indexing & Mobile SEO - Friends of Search 2016
App Indexing & Mobile SEO - Friends of Search 2016
 
Mobile-Friendly SEO: Why & How? Ari Roth at SMX Israel 2015
Mobile-Friendly SEO: Why & How? Ari Roth at SMX Israel 2015Mobile-Friendly SEO: Why & How? Ari Roth at SMX Israel 2015
Mobile-Friendly SEO: Why & How? Ari Roth at SMX Israel 2015
 
iOS & Android App Indexing & App Actions
iOS & Android App Indexing & App ActionsiOS & Android App Indexing & App Actions
iOS & Android App Indexing & App Actions
 
How Apple's Changing Up Search: From Siri to Safari to Spotlight - SMX East 2015
How Apple's Changing Up Search: From Siri to Safari to Spotlight - SMX East 2015How Apple's Changing Up Search: From Siri to Safari to Spotlight - SMX East 2015
How Apple's Changing Up Search: From Siri to Safari to Spotlight - SMX East 2015
 
The Future of Deep Linking & App Indexing
The Future of Deep Linking & App IndexingThe Future of Deep Linking & App Indexing
The Future of Deep Linking & App Indexing
 
Deep linking
Deep linkingDeep linking
Deep linking
 
Modern SEO Players Guide
Modern SEO Players GuideModern SEO Players Guide
Modern SEO Players Guide
 
SearchLove London | Will Critchlow, 'The Threat of Mobile'
SearchLove London | Will Critchlow, 'The Threat of Mobile' SearchLove London | Will Critchlow, 'The Threat of Mobile'
SearchLove London | Will Critchlow, 'The Threat of Mobile'
 
Google & Bing App Indexing - SMX Munich 2016
Google & Bing App Indexing - SMX Munich 2016Google & Bing App Indexing - SMX Munich 2016
Google & Bing App Indexing - SMX Munich 2016
 
Mastering Mobile SEO for Your Website and Native App Content
Mastering Mobile SEO for Your Website and Native App ContentMastering Mobile SEO for Your Website and Native App Content
Mastering Mobile SEO for Your Website and Native App Content
 
Eig - Gaming Sites Getting Mobile Friendly in a Post Mobilegeddon World
Eig - Gaming Sites Getting Mobile Friendly in a Post Mobilegeddon World Eig - Gaming Sites Getting Mobile Friendly in a Post Mobilegeddon World
Eig - Gaming Sites Getting Mobile Friendly in a Post Mobilegeddon World
 
Setting AMP for Success at #BrightonSEO
Setting AMP for Success at #BrightonSEOSetting AMP for Success at #BrightonSEO
Setting AMP for Success at #BrightonSEO
 
Deep linking slides
Deep linking slidesDeep linking slides
Deep linking slides
 
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
 
SearchLove Boston 2016 | Emily Grossman | Mobile Jedi Mind Tricks: Master the...
SearchLove Boston 2016 | Emily Grossman | Mobile Jedi Mind Tricks: Master the...SearchLove Boston 2016 | Emily Grossman | Mobile Jedi Mind Tricks: Master the...
SearchLove Boston 2016 | Emily Grossman | Mobile Jedi Mind Tricks: Master the...
 
Web Design for SEO
Web Design for SEOWeb Design for SEO
Web Design for SEO
 
What You Need to Know About Google App Indexing - SMX West 2016
What You Need to Know About Google App Indexing - SMX West 2016What You Need to Know About Google App Indexing - SMX West 2016
What You Need to Know About Google App Indexing - SMX West 2016
 
Increasing App Installs With App Indexation By Justin Briggs
Increasing App Installs With App Indexation By Justin BriggsIncreasing App Installs With App Indexation By Justin Briggs
Increasing App Installs With App Indexation By Justin Briggs
 

En vedette

How Apple's Changing Up Search: From Siri, to Safari to Spotlight - SMX Munic...
How Apple's Changing Up Search: From Siri, to Safari to Spotlight - SMX Munic...How Apple's Changing Up Search: From Siri, to Safari to Spotlight - SMX Munic...
How Apple's Changing Up Search: From Siri, to Safari to Spotlight - SMX Munic...MobileMoxie
 
Emily Grossman "The New Mobile" - SearchLove 2017
Emily Grossman "The New Mobile" - SearchLove 2017 Emily Grossman "The New Mobile" - SearchLove 2017
Emily Grossman "The New Mobile" - SearchLove 2017 MobileMoxie
 
Looking Beyond Website Competition: How Apps Impact Local-Mobile Searches
Looking Beyond Website Competition: How Apps Impact Local-Mobile SearchesLooking Beyond Website Competition: How Apps Impact Local-Mobile Searches
Looking Beyond Website Competition: How Apps Impact Local-Mobile SearchesMobileMoxie
 
Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)David Sottimano
 
Let's Start Using Event Tracking For More Than Email Clicks By Joe Martinez
Let's Start Using Event Tracking For More Than Email Clicks By Joe MartinezLet's Start Using Event Tracking For More Than Email Clicks By Joe Martinez
Let's Start Using Event Tracking For More Than Email Clicks By Joe MartinezSearch Marketing Expo - SMX
 
Electrifying Your Online Marketing Message By Christine Churchill
Electrifying Your Online Marketing Message By Christine ChurchillElectrifying Your Online Marketing Message By Christine Churchill
Electrifying Your Online Marketing Message By Christine ChurchillSearch Marketing Expo - SMX
 
[125]react로개발자2명이플랫폼4개를서비스하는이야기 심상민
[125]react로개발자2명이플랫폼4개를서비스하는이야기 심상민[125]react로개발자2명이플랫폼4개를서비스하는이야기 심상민
[125]react로개발자2명이플랫폼4개를서비스하는이야기 심상민NAVER D2
 
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links By Emily ...
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links By Emily ...How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links By Emily ...
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links By Emily ...Search Marketing Expo - SMX
 
Multichannel Marketing: El efecto de la multicanalidad en SEO
Multichannel Marketing: El efecto de la multicanalidad en SEOMultichannel Marketing: El efecto de la multicanalidad en SEO
Multichannel Marketing: El efecto de la multicanalidad en SEONatzir Turrado
 
SEO para E-COMMERCE por Natzir y Dani Pinillos
SEO para E-COMMERCE por Natzir y Dani PinillosSEO para E-COMMERCE por Natzir y Dani Pinillos
SEO para E-COMMERCE por Natzir y Dani PinillosNatzir Turrado
 

En vedette (10)

How Apple's Changing Up Search: From Siri, to Safari to Spotlight - SMX Munic...
How Apple's Changing Up Search: From Siri, to Safari to Spotlight - SMX Munic...How Apple's Changing Up Search: From Siri, to Safari to Spotlight - SMX Munic...
How Apple's Changing Up Search: From Siri, to Safari to Spotlight - SMX Munic...
 
Emily Grossman "The New Mobile" - SearchLove 2017
Emily Grossman "The New Mobile" - SearchLove 2017 Emily Grossman "The New Mobile" - SearchLove 2017
Emily Grossman "The New Mobile" - SearchLove 2017
 
Looking Beyond Website Competition: How Apps Impact Local-Mobile Searches
Looking Beyond Website Competition: How Apps Impact Local-Mobile SearchesLooking Beyond Website Competition: How Apps Impact Local-Mobile Searches
Looking Beyond Website Competition: How Apps Impact Local-Mobile Searches
 
Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)
 
Let's Start Using Event Tracking For More Than Email Clicks By Joe Martinez
Let's Start Using Event Tracking For More Than Email Clicks By Joe MartinezLet's Start Using Event Tracking For More Than Email Clicks By Joe Martinez
Let's Start Using Event Tracking For More Than Email Clicks By Joe Martinez
 
Electrifying Your Online Marketing Message By Christine Churchill
Electrifying Your Online Marketing Message By Christine ChurchillElectrifying Your Online Marketing Message By Christine Churchill
Electrifying Your Online Marketing Message By Christine Churchill
 
[125]react로개발자2명이플랫폼4개를서비스하는이야기 심상민
[125]react로개발자2명이플랫폼4개를서비스하는이야기 심상민[125]react로개발자2명이플랫폼4개를서비스하는이야기 심상민
[125]react로개발자2명이플랫폼4개를서비스하는이야기 심상민
 
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links By Emily ...
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links By Emily ...How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links By Emily ...
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links By Emily ...
 
Multichannel Marketing: El efecto de la multicanalidad en SEO
Multichannel Marketing: El efecto de la multicanalidad en SEOMultichannel Marketing: El efecto de la multicanalidad en SEO
Multichannel Marketing: El efecto de la multicanalidad en SEO
 
SEO para E-COMMERCE por Natzir y Dani Pinillos
SEO para E-COMMERCE por Natzir y Dani PinillosSEO para E-COMMERCE por Natzir y Dani Pinillos
SEO para E-COMMERCE por Natzir y Dani Pinillos
 

Similaire à MobileMoxie Firebase Indexing

Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015MobileMoxie
 
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015Suzzicks
 
Deep Link (to the Future)
Deep Link (to the Future)Deep Link (to the Future)
Deep Link (to the Future)Akash Gupta
 
You Don’t Need A Mobile App! Responsive Web Apps Using AWS
You Don’t Need A Mobile App! Responsive Web Apps Using AWSYou Don’t Need A Mobile App! Responsive Web Apps Using AWS
You Don’t Need A Mobile App! Responsive Web Apps Using AWSAmazon Web Services
 
Deep dive into SharePoint 2013 hosted apps - Chris OBrien
Deep dive into SharePoint 2013 hosted apps - Chris OBrienDeep dive into SharePoint 2013 hosted apps - Chris OBrien
Deep dive into SharePoint 2013 hosted apps - Chris OBrienChris O'Brien
 
Accelerate Enterprise Mobile Application Development
Accelerate Enterprise Mobile Application DevelopmentAccelerate Enterprise Mobile Application Development
Accelerate Enterprise Mobile Application DevelopmentWaveMaker, Inc.
 
Building WebApp with HTML5
Building WebApp with HTML5Building WebApp with HTML5
Building WebApp with HTML5Tien Tran Le Duy
 
Getting Acquainted with PhoneGap
Getting Acquainted with PhoneGapGetting Acquainted with PhoneGap
Getting Acquainted with PhoneGapJoseph Labrecque
 
Basic Understanding of Progressive Web Apps
Basic Understanding of Progressive Web AppsBasic Understanding of Progressive Web Apps
Basic Understanding of Progressive Web AppsAnjaliTanpure1
 
Progressive web app testing
Progressive web app testingProgressive web app testing
Progressive web app testingKalhan Liyanage
 
Building cross platform web apps
Building cross platform web appsBuilding cross platform web apps
Building cross platform web appsITEM
 
Make your PWA feel more like an app
Make your PWA feel more like an appMake your PWA feel more like an app
Make your PWA feel more like an appÖnder Ceylan
 
Demystifying Progressive Web Apps
Demystifying Progressive Web AppsDemystifying Progressive Web Apps
Demystifying Progressive Web AppsSérgio Serra
 
Progressive Web Apps - Intro & Learnings
Progressive Web Apps - Intro & LearningsProgressive Web Apps - Intro & Learnings
Progressive Web Apps - Intro & LearningsJohannes Weber
 

Similaire à MobileMoxie Firebase Indexing (20)

Progressive Web Apps - deep dive
Progressive Web Apps - deep diveProgressive Web Apps - deep dive
Progressive Web Apps - deep dive
 
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015
 
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015
Life After Mobilegeddon: App Deep Linking Strategies - Pubcon October 2015
 
Deep Link (to the Future)
Deep Link (to the Future)Deep Link (to the Future)
Deep Link (to the Future)
 
You Don’t Need A Mobile App! Responsive Web Apps Using AWS
You Don’t Need A Mobile App! Responsive Web Apps Using AWSYou Don’t Need A Mobile App! Responsive Web Apps Using AWS
You Don’t Need A Mobile App! Responsive Web Apps Using AWS
 
Google App indexing
Google App indexingGoogle App indexing
Google App indexing
 
Deep dive into SharePoint 2013 hosted apps - Chris OBrien
Deep dive into SharePoint 2013 hosted apps - Chris OBrienDeep dive into SharePoint 2013 hosted apps - Chris OBrien
Deep dive into SharePoint 2013 hosted apps - Chris OBrien
 
Accelerate Enterprise Mobile Application Development
Accelerate Enterprise Mobile Application DevelopmentAccelerate Enterprise Mobile Application Development
Accelerate Enterprise Mobile Application Development
 
Building WebApp with HTML5
Building WebApp with HTML5Building WebApp with HTML5
Building WebApp with HTML5
 
Getting Acquainted with PhoneGap
Getting Acquainted with PhoneGapGetting Acquainted with PhoneGap
Getting Acquainted with PhoneGap
 
Progressive Web App
Progressive Web AppProgressive Web App
Progressive Web App
 
Basic Understanding of Progressive Web Apps
Basic Understanding of Progressive Web AppsBasic Understanding of Progressive Web Apps
Basic Understanding of Progressive Web Apps
 
Progressive web app testing
Progressive web app testingProgressive web app testing
Progressive web app testing
 
Building cross platform web apps
Building cross platform web appsBuilding cross platform web apps
Building cross platform web apps
 
App Deep Linking
App Deep LinkingApp Deep Linking
App Deep Linking
 
Make your PWA feel more like an app
Make your PWA feel more like an appMake your PWA feel more like an app
Make your PWA feel more like an app
 
Checklist for progressive web app development
Checklist for progressive web app developmentChecklist for progressive web app development
Checklist for progressive web app development
 
Demystifying Progressive Web Apps
Demystifying Progressive Web AppsDemystifying Progressive Web Apps
Demystifying Progressive Web Apps
 
Progressive Web Apps
Progressive Web AppsProgressive Web Apps
Progressive Web Apps
 
Progressive Web Apps - Intro & Learnings
Progressive Web Apps - Intro & LearningsProgressive Web Apps - Intro & Learnings
Progressive Web Apps - Intro & Learnings
 

Plus de MobileMoxie

Fighting Off Digital Marketing Imposter Syndrome with Facts
Fighting Off Digital Marketing Imposter Syndrome with FactsFighting Off Digital Marketing Imposter Syndrome with Facts
Fighting Off Digital Marketing Imposter Syndrome with FactsMobileMoxie
 
Don't Blame it on Your MUM: Mobile SEO Now & in the Future - Cindy Krum
Don't Blame it on Your MUM: Mobile SEO Now & in the Future - Cindy KrumDon't Blame it on Your MUM: Mobile SEO Now & in the Future - Cindy Krum
Don't Blame it on Your MUM: Mobile SEO Now & in the Future - Cindy KrumMobileMoxie
 
Is this New - Tracking Local SEO Results IRL
Is this New - Tracking Local SEO Results IRLIs this New - Tracking Local SEO Results IRL
Is this New - Tracking Local SEO Results IRLMobileMoxie
 
Mobile-First Indexing & The Story Your Data Isn't Telling You
Mobile-First Indexing & The Story Your Data Isn't Telling YouMobile-First Indexing & The Story Your Data Isn't Telling You
Mobile-First Indexing & The Story Your Data Isn't Telling YouMobileMoxie
 
What gotyouthere cindykrum-mobilev2
What gotyouthere cindykrum-mobilev2What gotyouthere cindykrum-mobilev2
What gotyouthere cindykrum-mobilev2MobileMoxie
 
Mobile-First Indexing & Language - 3XE Dublin 2018 - Cindy Krum
Mobile-First Indexing & Language - 3XE Dublin 2018 - Cindy KrumMobile-First Indexing & Language - 3XE Dublin 2018 - Cindy Krum
Mobile-First Indexing & Language - 3XE Dublin 2018 - Cindy KrumMobileMoxie
 
Mobile-First Indexing or a Whole New Google - Digitalzone 2018
Mobile-First Indexing or a Whole New Google - Digitalzone 2018Mobile-First Indexing or a Whole New Google - Digitalzone 2018
Mobile-First Indexing or a Whole New Google - Digitalzone 2018MobileMoxie
 
The New Way Google Understands the World #Turingfest 2018
The New Way Google Understands the World #Turingfest 2018The New Way Google Understands the World #Turingfest 2018
The New Way Google Understands the World #Turingfest 2018MobileMoxie
 
PWAs, Voice & Cross-Deice Search - Friends of Search 2018
PWAs, Voice & Cross-Deice Search - Friends of Search 2018 PWAs, Voice & Cross-Deice Search - Friends of Search 2018
PWAs, Voice & Cross-Deice Search - Friends of Search 2018 MobileMoxie
 
From Web Site to Web App: Fantastic Optimisations and Where To Find Them
From Web Site to Web App: Fantastic Optimisations and Where To Find ThemFrom Web Site to Web App: Fantastic Optimisations and Where To Find Them
From Web Site to Web App: Fantastic Optimisations and Where To Find ThemMobileMoxie
 
Introduction to PWAs & New JS Frameworks for Mobile
Introduction to PWAs & New JS Frameworks for MobileIntroduction to PWAs & New JS Frameworks for Mobile
Introduction to PWAs & New JS Frameworks for MobileMobileMoxie
 
Digital Marketing & Artificial Intelligence - Zenith 2016
Digital Marketing & Artificial Intelligence - Zenith 2016Digital Marketing & Artificial Intelligence - Zenith 2016
Digital Marketing & Artificial Intelligence - Zenith 2016MobileMoxie
 
AMP Speeds without AMP Validation
AMP Speeds without AMP ValidationAMP Speeds without AMP Validation
AMP Speeds without AMP ValidationMobileMoxie
 
Nailing Mobile UX for Better Customer Experiences
Nailing Mobile UX for Better Customer ExperiencesNailing Mobile UX for Better Customer Experiences
Nailing Mobile UX for Better Customer ExperiencesMobileMoxie
 
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links - SMX Wes...
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links - SMX Wes...How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links - SMX Wes...
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links - SMX Wes...MobileMoxie
 

Plus de MobileMoxie (15)

Fighting Off Digital Marketing Imposter Syndrome with Facts
Fighting Off Digital Marketing Imposter Syndrome with FactsFighting Off Digital Marketing Imposter Syndrome with Facts
Fighting Off Digital Marketing Imposter Syndrome with Facts
 
Don't Blame it on Your MUM: Mobile SEO Now & in the Future - Cindy Krum
Don't Blame it on Your MUM: Mobile SEO Now & in the Future - Cindy KrumDon't Blame it on Your MUM: Mobile SEO Now & in the Future - Cindy Krum
Don't Blame it on Your MUM: Mobile SEO Now & in the Future - Cindy Krum
 
Is this New - Tracking Local SEO Results IRL
Is this New - Tracking Local SEO Results IRLIs this New - Tracking Local SEO Results IRL
Is this New - Tracking Local SEO Results IRL
 
Mobile-First Indexing & The Story Your Data Isn't Telling You
Mobile-First Indexing & The Story Your Data Isn't Telling YouMobile-First Indexing & The Story Your Data Isn't Telling You
Mobile-First Indexing & The Story Your Data Isn't Telling You
 
What gotyouthere cindykrum-mobilev2
What gotyouthere cindykrum-mobilev2What gotyouthere cindykrum-mobilev2
What gotyouthere cindykrum-mobilev2
 
Mobile-First Indexing & Language - 3XE Dublin 2018 - Cindy Krum
Mobile-First Indexing & Language - 3XE Dublin 2018 - Cindy KrumMobile-First Indexing & Language - 3XE Dublin 2018 - Cindy Krum
Mobile-First Indexing & Language - 3XE Dublin 2018 - Cindy Krum
 
Mobile-First Indexing or a Whole New Google - Digitalzone 2018
Mobile-First Indexing or a Whole New Google - Digitalzone 2018Mobile-First Indexing or a Whole New Google - Digitalzone 2018
Mobile-First Indexing or a Whole New Google - Digitalzone 2018
 
The New Way Google Understands the World #Turingfest 2018
The New Way Google Understands the World #Turingfest 2018The New Way Google Understands the World #Turingfest 2018
The New Way Google Understands the World #Turingfest 2018
 
PWAs, Voice & Cross-Deice Search - Friends of Search 2018
PWAs, Voice & Cross-Deice Search - Friends of Search 2018 PWAs, Voice & Cross-Deice Search - Friends of Search 2018
PWAs, Voice & Cross-Deice Search - Friends of Search 2018
 
From Web Site to Web App: Fantastic Optimisations and Where To Find Them
From Web Site to Web App: Fantastic Optimisations and Where To Find ThemFrom Web Site to Web App: Fantastic Optimisations and Where To Find Them
From Web Site to Web App: Fantastic Optimisations and Where To Find Them
 
Introduction to PWAs & New JS Frameworks for Mobile
Introduction to PWAs & New JS Frameworks for MobileIntroduction to PWAs & New JS Frameworks for Mobile
Introduction to PWAs & New JS Frameworks for Mobile
 
Digital Marketing & Artificial Intelligence - Zenith 2016
Digital Marketing & Artificial Intelligence - Zenith 2016Digital Marketing & Artificial Intelligence - Zenith 2016
Digital Marketing & Artificial Intelligence - Zenith 2016
 
AMP Speeds without AMP Validation
AMP Speeds without AMP ValidationAMP Speeds without AMP Validation
AMP Speeds without AMP Validation
 
Nailing Mobile UX for Better Customer Experiences
Nailing Mobile UX for Better Customer ExperiencesNailing Mobile UX for Better Customer Experiences
Nailing Mobile UX for Better Customer Experiences
 
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links - SMX Wes...
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links - SMX Wes...How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links - SMX Wes...
How to Optimize Apps for Apple iOS Search and iOS 9 Universal Links - SMX Wes...
 

MobileMoxie Firebase Indexing