SlideShare ist ein Scribd-Unternehmen logo
1 von 54
Bastian Grimm, Peak Ace AG | @basgr
Crawling, indexing & ranking in the age of a mobile first world
Welcome to a new reality!
Why all the fuss?
3 @peakaceag pa.ag
Mobile first indexing challenges #1
Source: Gary Illyes @ SMX Advanced Seattle 2017
Google never had to swap over an
entire index to something new, this is
completely new and doing that without
experimentation is not possible. And sites
should not be hurt, therefore large scale
indexing experiments will be conducted.”
4 @peakaceag pa.ag
Mobile first indexing challenges #2
Source: Gary Illyes @ SMX Advanced Seattle 2017
Figuring out for 18-year-old desktop
signals: How can this be used for the
mobile web? E.g. the link graph/PR is
different and totally messed up; how can
Google make this work?”
5 @peakaceag pa.ag
Mobile first indexing is about Google preferring and organising cross-device
content in a way that it can be easily queried from and displayed on a lot of
different devices.
CrawlingIndexing RankingMobile
What is mobile first indexing anyways?
6 @peakaceag pa.ag
Mobile is dominating – 60 % of searches are non-desktop
Mobile search usage surpassed desktop in 2015 already; Hitwise reported in 08/2016
that nearly 60 percent of searches now happen on mobile devices.
Source: Hitwise (http://pa.ag/2qofNNV) & SearchEngineLand (http://pa.ag/2pT2OA7)
Share of online searches initiated on a mobile device, by industry:
7 @peakaceag pa.ag
Lots of different “experiences“ depending on intent:
8 @peakaceag pa.ag
Mobile search results for “Game of Thrones” (US)
Source: Google US, Mobile SERP on iPhone6 – 24/08/2017
Looking for those organic results? Well… good luck!
9 @peakaceag pa.ag
Even questions are answered directly on (mobile) Chrome
Via Twitter: http://pa.ag/2tQfXA9
In the future, your rankings will be based on your mobile website entirely.
From desktop to mobile
11 @peakaceag pa.ag
Google announced mobile first indexing in 11/2016
It feels like even Google doesn’t know how and when some things will work.
What do we know?
13 @peakaceag pa.ag
Google confirmed: there will still only be one index!
Source: http://pa.ag/2fVfl5q
14 @peakaceag pa.ag
What about desktop-only sites?
How to deal with common mobile site patterns such as tab switches, carousels, etc.?
Source: SMX Advanced 2017, Seattle
For desktop-only sites, indexing stays the same,
however crawling will be done using a mobile UA:
“We will index mobile content, only if you don’t have
anything we will index desktop content – no one will
fall out!”.
Can I use accordion tabs, hidden tabs, etc. on my
mobile site?
Google is going to assign them the same value as
non-hidden content. Illyes said, Google is going to
ensure, that “hidden content is not valued less on a
mobile site”.
+
-
+
Lorem Ipsum dolor
Lorem Ipsum dolor
Lorem Ipsum dolor
Lorem Ipsum dolor
Lorem Ipsum dolor
Lorem Ipsum dolor
15 @peakaceag pa.ag
Site- & content-parity is absolutely crucial!
Make sure desktop & mobile are in sync; content, annotations, etc.
Source: SMX Advanced 2017, Seattle
What if the mobile site has less content compared
to the desktop site?
Ranking will be based on “shorter“ content! (Basically,
you need to ensure that whatever you want to rank for
will be present on mobile).
Mobile ranking factors
(including mobile friendliness testing) will generally
remain unchanged.
16 @peakaceag pa.ag
Early on we saw crazy stuff! 4,500 visibility on desktop!
Mobile subdomain started to rank for desktop queries… real-world testing with live sites!
17 @peakaceag pa.ag
Some stuff is entirely useless…
F.e. desktop site-links pointing to mobile; great use case! (only after MFI announcement)
18 @peakaceag pa.ag
I asked about notifications for switched-sites in 2017:
Source: Gary Illyes @ International Search Summit 2017, Barcelona
I don’t believe we will be giving you
any type of notification once you have
been switched to mobile first indexing.
19 @peakaceag pa.ag
Thankfully someone apparently listened:
Source: https://pa.ag/2KxZ0iZ
20 @peakaceag pa.ag
What is “mobile“ anyways?
iPhone, iPad or even bigger? What is the standard desktop resolution?
Consider: When rendering, Google requests (nearly) everything
that belongs to a site (JavaScript, CSS, etc.).
Before we get into that:
…of all sites are using JavaScript; this is ultimately why Google
started to render sites instead of just crawling them!
93.7 %
23 @peakaceag pa.ag
View source is dead. Dead as a doornail.
24 @peakaceag pa.ag
Interested in JavaScript framework compatibility for SEO?
Check out Bartosz‘ massive research on crawlability and indexability!
Read more: http://pa.ag/2qLqlqH
With rendering there is no one-size-fits-all solution…
Rendering: which resolution?
26 @peakaceag pa.ag
1024 x 768 only!
Why is that important now? Watch your responsive breakpoints, portrait vs. landscape,
etc. – basically everything that’s important to you needs to be rendered properly!
27 @peakaceag pa.ag
GSC Fetch & Render is limited to 10,000 pixels in height
Source: http://pa.ag/2A5630t
28 @peakaceag pa.ag
Rendering seems to be more important than ever!
Rankings tanked when GSC Fetch & Render wasn‘t able to render the page properly.
29 @peakaceag pa.ag
Google currently uses Chrome 41 to render your site
Keep in mind: this version was released in March 2015 – it’s ancient!
Source: http://pa.ag/2hRnwP2
30 @peakaceag pa.ag
Bonus > GSC fetch & render (almost) everyone you like
Simply use a 100 % iFrame to see how Google will render any given website
Resolution isn‘t that important
32 @peakaceag pa.ag
The average consumer uses five devices!
You can’t build and maintain dedicated sites for everything, e.g. one for iPad or even
different pages for all the mobile phone screen resolutions.
Source: http://pa.ag/2ffuGNp & http://pa.ag/2fHvLhz
90 % of all users start a task
on one device and finish it on
another.
Also from an SEO standpoint, this has various advantages:
Proper Responsive
34 @peakaceag pa.ag
What does proper responsive mean? #1
<picture>
▪ First and foremost: Different ways of showing
content per resolution (device). Design the
smallest viewport first, then work your way up.
Also, consider landscape vs portrait.
▪ Images: Best possible size, resolution & format. The
new <picture> element is a perfect starting point,
but there are lots more solutions. Also, consider fluid
images (they adapt to the container they are in).
35 @peakaceag pa.ag
What does proper responsive mean? #2
▪ Critical rendering path optimisation: Optimise
for time to first meaningful paint. Reduce round
trips; off-load JS and inline CSS – for each
resolution/breakpoint.
▪ Conditional loading of components: Only
request what's needed when visible. Combine with
pre-fetching and pre-rendering (only with high
resolutions).
36 @peakaceag pa.ag
What does proper responsive mean? #3
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>Heading</h1>
<p>Paragraph</p>
</body>
</html>
▪ Optimise paint and re-paint, especially for small
resolutions/breakpoints. CSS media queries can
help a lot.
▪ Keep your DOM clean (hiding elements is only half
the truth).
Fast loading time plays an important role in overall user experience!
Performance = user experience!
38 @peakaceag pa.ag
Revisited: PageSpeed (load time) is a ranking factor
Surprise, surprise; now also on mobile!
Source: http://pa.ag/2iAmA4Y & http://pa.ag/2ERTPYY
39 @peakaceag pa.ag
Google loves site speed and keeps pushing for faster sites
40 @peakaceag pa.ag
Please don’t forget your desktop now; both are relevant!
Especially for responsive sites this can be a massive challenge!
Source: https://pa.ag/2FGGKAi
With the mobile first index, will desktop
rankings use mobile page speed instead of
desktop page speed?
No […] as mentioned […], while our index will be
built from mobile documents, we’re going to
continue to build a great search experience for
all users, whether they come from mobile or
desktop devices.
41 @peakaceag pa.ag
Make sure to get the basics right!
All slides on SlideShare: http://pa.ag/iss17speed
Use my checklist on SlideShare to double check:
▪ Optimize images: reduce overhead for JPGs & PNGs (metadata,
etc.), request proper sized images and try new formats.
▪ Implement effective caching and compression.
▪ Whenever possible, use asynchronous requests.
▪ Decrease size of CSS and JavaScript files (minify).
▪ Use a content distribution network (CDN) / an asset server
(as well as cookie-less domains) to optimize parallel requests.
▪ Lean mark-up (no comments, use inline CSS / JS only where
necessary or useful)
▪ Consider (DNS) pre-fetching & pre-rendering if feasible.
▪ Watch (& optimize) for TTFB, don’t forget you back-end
architecture / systems (e.g. DB, webserver etc.).
10 tips to prepare your website:
43 @peakaceag pa.ag
#1 Understand your mobile setup and its pros & cons!
What are you using and why? Is the configuration done properly?
www.example.com x www.example.com x www.example.com x m.example.com x
Responsive Web Design Dynamic Serving Independent Mobile Site
Don´t block images, CSS & JS
resources
Include the vary: user agent HTTP
header
Identify & serve the relevant web
version to the right user agent
Implement rel alternate & canonical tags between
mobile & desktop URLs.
Implement 301-redirects between mobile & desktop
to refer the user agent to the relevant web version
Responsive Web Design Dynamic Serving Independent Mobile Site
44 @peakaceag pa.ag
#2 Are you targeting the right keywords on mobile?
Check search demand based on device split and adjust accordingly
Selling
(transactional)
Buying
(transactional)
VS
45 @peakaceag pa.ag
#3 Are you sure your site really is mobile friendly?
Easy test: verify yourself using built-in Chrome DevTools (Ctrl+Shift+I)!
46 @peakaceag pa.ag
Test multiple URLs at once
Check it out: https://technicalseo.com/seo-tools/mobile-friendly/
47 @peakaceag pa.ag
#4 Make sure to not prevent access by using interstitials!
Or any other time of overlay/pop-up that has negative effects on UX!
Source: http://pa.ag/2tPmhIi
Examples of interstitials that make content less accessible
intrusive popup
intrusive standalone
interstitial
intrusive standalone
interstitial
interstitial for cookie
usage
interstitial for age
verification
banner that uses a
reasonable amount of
screen space
Examples of interstitials that would not be affected
by the new signal, if used responsibly
48 @peakaceag pa.ag
#5 Did you check all GSC reports properly?
Of course the mobile usability report – but what about rich cards, these are also mobile?
49 @peakaceag pa.ag
#6 Check GSC fetch & render for mobile as well
Pay close attention: identical content, anything missing, blocked resources?
50 @peakaceag pa.ag
#7 Do a full site health check and focus on mobile issues
DeepCrawl has in-depth reporting on everything mobile
51 @peakaceag pa.ag
#8 Simulate Googlebot for smartphones with JS rendering
ScreamingFrog can do that easily; again, pay close attention to rendered output
52 @peakaceag pa.ag
#9 Get all the content to your mobile site
Is your schema.org markup available on mobile; indexation rules, canonical tags, etc.?
Usually, rel-canonicals, structured data,
hreflang, other annotations and even
images are missing! Copy everything you
want to rank for over to mobile (for now)!”
#10 Don‘t f*ing panic!
54 @peakaceag pa.ag
Questions?
Always looking for talent! Check out jobs.pa.ag
Bastian Grimm
bg@pa.ag
twitter.com/peakaceag
facebook.com/peakaceag
www.pa.ag
Thanks for tuning in!

Weitere ähnliche Inhalte

Was ist angesagt?

Migration Best Practices - SMX West 2019
Migration Best Practices - SMX West 2019Migration Best Practices - SMX West 2019
Migration Best Practices - SMX West 2019Bastian Grimm
 
The need for Speed: Advanced #webperf - SEOday 2018
The need for Speed: Advanced #webperf - SEOday 2018The need for Speed: Advanced #webperf - SEOday 2018
The need for Speed: Advanced #webperf - SEOday 2018Bastian Grimm
 
Web Performance Madness - brightonSEO 2018
Web Performance Madness - brightonSEO 2018Web Performance Madness - brightonSEO 2018
Web Performance Madness - brightonSEO 2018Bastian Grimm
 
Migration Best Practices - SEOkomm 2018
Migration Best Practices - SEOkomm 2018Migration Best Practices - SEOkomm 2018
Migration Best Practices - SEOkomm 2018Bastian Grimm
 
Migration Best Practices - Search Y 2019, Paris
Migration Best Practices - Search Y 2019, ParisMigration Best Practices - Search Y 2019, Paris
Migration Best Practices - Search Y 2019, ParisBastian Grimm
 
International Site Speed Tweaks - ISS 2017 Barcelona
International Site Speed Tweaks - ISS 2017 BarcelonaInternational Site Speed Tweaks - ISS 2017 Barcelona
International Site Speed Tweaks - ISS 2017 BarcelonaBastian Grimm
 
Migration Best Practices - Peak Ace on Air
Migration Best Practices - Peak Ace on AirMigration Best Practices - Peak Ace on Air
Migration Best Practices - Peak Ace on AirBastian Grimm
 
Three site speed optimisation tips to make your website REALLY fast - Brighto...
Three site speed optimisation tips to make your website REALLY fast - Brighto...Three site speed optimisation tips to make your website REALLY fast - Brighto...
Three site speed optimisation tips to make your website REALLY fast - Brighto...Bastian Grimm
 
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersSearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersDistilled
 
Advanced data-driven technical SEO - SMX London 2019
Advanced data-driven technical SEO - SMX London 2019Advanced data-driven technical SEO - SMX London 2019
Advanced data-driven technical SEO - SMX London 2019Bastian Grimm
 
Sabine Langmann - Brighton SEO 2018 - How to expand to different markets
Sabine Langmann - Brighton SEO 2018 - How to expand to different marketsSabine Langmann - Brighton SEO 2018 - How to expand to different markets
Sabine Langmann - Brighton SEO 2018 - How to expand to different marketsSabine Langmann
 
Satisfying the Need for Speed (By Aleh Barysevich of SEO PowerSuite, SMX Lond...
Satisfying the Need for Speed (By Aleh Barysevich of SEO PowerSuite, SMX Lond...Satisfying the Need for Speed (By Aleh Barysevich of SEO PowerSuite, SMX Lond...
Satisfying the Need for Speed (By Aleh Barysevich of SEO PowerSuite, SMX Lond...Link-Assistant.Com
 
Rendering SEO (explained by Google's Martin Splitt)
Rendering SEO (explained by Google's Martin Splitt)Rendering SEO (explained by Google's Martin Splitt)
Rendering SEO (explained by Google's Martin Splitt)Anton Shulke
 
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your LogsSearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your LogsDistilled
 
How webpage loading takes place?
How webpage loading takes place?How webpage loading takes place?
How webpage loading takes place?Abhishek Mitra
 
The latest in site speed: advanced #webperf 2018
The latest in site speed: advanced #webperf 2018The latest in site speed: advanced #webperf 2018
The latest in site speed: advanced #webperf 2018Anton Shulke
 
Automating Google Lighthouse
Automating Google LighthouseAutomating Google Lighthouse
Automating Google LighthouseHamlet Batista
 
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014Bastian Grimm
 
Implementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag ManagerImplementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag ManagerEoghan Henn
 
Structured Data & Schema.org - SMX Milan 2014
Structured Data & Schema.org - SMX Milan 2014Structured Data & Schema.org - SMX Milan 2014
Structured Data & Schema.org - SMX Milan 2014Bastian Grimm
 

Was ist angesagt? (20)

Migration Best Practices - SMX West 2019
Migration Best Practices - SMX West 2019Migration Best Practices - SMX West 2019
Migration Best Practices - SMX West 2019
 
The need for Speed: Advanced #webperf - SEOday 2018
The need for Speed: Advanced #webperf - SEOday 2018The need for Speed: Advanced #webperf - SEOday 2018
The need for Speed: Advanced #webperf - SEOday 2018
 
Web Performance Madness - brightonSEO 2018
Web Performance Madness - brightonSEO 2018Web Performance Madness - brightonSEO 2018
Web Performance Madness - brightonSEO 2018
 
Migration Best Practices - SEOkomm 2018
Migration Best Practices - SEOkomm 2018Migration Best Practices - SEOkomm 2018
Migration Best Practices - SEOkomm 2018
 
Migration Best Practices - Search Y 2019, Paris
Migration Best Practices - Search Y 2019, ParisMigration Best Practices - Search Y 2019, Paris
Migration Best Practices - Search Y 2019, Paris
 
International Site Speed Tweaks - ISS 2017 Barcelona
International Site Speed Tweaks - ISS 2017 BarcelonaInternational Site Speed Tweaks - ISS 2017 Barcelona
International Site Speed Tweaks - ISS 2017 Barcelona
 
Migration Best Practices - Peak Ace on Air
Migration Best Practices - Peak Ace on AirMigration Best Practices - Peak Ace on Air
Migration Best Practices - Peak Ace on Air
 
Three site speed optimisation tips to make your website REALLY fast - Brighto...
Three site speed optimisation tips to make your website REALLY fast - Brighto...Three site speed optimisation tips to make your website REALLY fast - Brighto...
Three site speed optimisation tips to make your website REALLY fast - Brighto...
 
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersSearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
 
Advanced data-driven technical SEO - SMX London 2019
Advanced data-driven technical SEO - SMX London 2019Advanced data-driven technical SEO - SMX London 2019
Advanced data-driven technical SEO - SMX London 2019
 
Sabine Langmann - Brighton SEO 2018 - How to expand to different markets
Sabine Langmann - Brighton SEO 2018 - How to expand to different marketsSabine Langmann - Brighton SEO 2018 - How to expand to different markets
Sabine Langmann - Brighton SEO 2018 - How to expand to different markets
 
Satisfying the Need for Speed (By Aleh Barysevich of SEO PowerSuite, SMX Lond...
Satisfying the Need for Speed (By Aleh Barysevich of SEO PowerSuite, SMX Lond...Satisfying the Need for Speed (By Aleh Barysevich of SEO PowerSuite, SMX Lond...
Satisfying the Need for Speed (By Aleh Barysevich of SEO PowerSuite, SMX Lond...
 
Rendering SEO (explained by Google's Martin Splitt)
Rendering SEO (explained by Google's Martin Splitt)Rendering SEO (explained by Google's Martin Splitt)
Rendering SEO (explained by Google's Martin Splitt)
 
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your LogsSearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
SearchLove London 2016 | Dom Woodman | How to Get Insight From Your Logs
 
How webpage loading takes place?
How webpage loading takes place?How webpage loading takes place?
How webpage loading takes place?
 
The latest in site speed: advanced #webperf 2018
The latest in site speed: advanced #webperf 2018The latest in site speed: advanced #webperf 2018
The latest in site speed: advanced #webperf 2018
 
Automating Google Lighthouse
Automating Google LighthouseAutomating Google Lighthouse
Automating Google Lighthouse
 
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
The Need for Speed (5 Performance Optimization Tipps) - brightonSEO 2014
 
Implementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag ManagerImplementing schema.org in the JSON-LD format with Google Tag Manager
Implementing schema.org in the JSON-LD format with Google Tag Manager
 
Structured Data & Schema.org - SMX Milan 2014
Structured Data & Schema.org - SMX Milan 2014Structured Data & Schema.org - SMX Milan 2014
Structured Data & Schema.org - SMX Milan 2014
 

Ähnlich wie Welcome to a new reality - DeepCrawl Webinar 2018

5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site5th Finger
 
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick StoxSMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stoxpatrickstox
 
Flash SEO Secrets
Flash SEO SecretsFlash SEO Secrets
Flash SEO Secretsrtretola
 
Javascript & SEO 2019
Javascript & SEO 2019Javascript & SEO 2019
Javascript & SEO 2019Edd Wilson
 
SearchLeeds 2018 - Bastian Grimm - Peak Ace - International site speed: Going...
SearchLeeds 2018 - Bastian Grimm - Peak Ace - International site speed: Going...SearchLeeds 2018 - Bastian Grimm - Peak Ace - International site speed: Going...
SearchLeeds 2018 - Bastian Grimm - Peak Ace - International site speed: Going...Branded3
 
Optimising AJAX Applications for Organic Search
Optimising AJAX Applications for Organic SearchOptimising AJAX Applications for Organic Search
Optimising AJAX Applications for Organic SearchJudith Lewis
 
Are you there Page Experience? It's Me, DevTools.
Are you there Page Experience? It's Me, DevTools.Are you there Page Experience? It's Me, DevTools.
Are you there Page Experience? It's Me, DevTools.Rachel Anderson
 
Are you there Page Experience? It's me, DevTools
Are you there Page Experience? It's me, DevToolsAre you there Page Experience? It's me, DevTools
Are you there Page Experience? It's me, DevToolsJamie Indigo
 
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018patrickstox
 
SearchLove London 2017 | Emily Grossman | From Website to Web-App: Fantastic ...
SearchLove London 2017 | Emily Grossman | From Website to Web-App: Fantastic ...SearchLove London 2017 | Emily Grossman | From Website to Web-App: Fantastic ...
SearchLove London 2017 | Emily Grossman | From Website to Web-App: Fantastic ...Distilled
 
Stapling and patching the web of now - ForwardJS3, San Francisco
Stapling and patching the web of now - ForwardJS3, San FranciscoStapling and patching the web of now - ForwardJS3, San Francisco
Stapling and patching the web of now - ForwardJS3, San FranciscoChristian Heilmann
 
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta Session
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta SessionDemystifying Mobile SEO - 2014 Search Engine Strategies Atlanta Session
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta SessionTim Cannon
 
Page Speed Insights: The Ballad of Improving Performance
Page Speed Insights: The Ballad of Improving PerformancePage Speed Insights: The Ballad of Improving Performance
Page Speed Insights: The Ballad of Improving PerformanceJames McNulty
 
Big Trouble in Little Networks, new and improved
Big Trouble in Little Networks, new and improvedBig Trouble in Little Networks, new and improved
Big Trouble in Little Networks, new and improvedStacy Devino
 
A Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page ApplicationsA Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page ApplicationsChris Love
 
From Website to Web App - Indexing, Optimizing, and Auditing Experiences for ...
From Website to Web App - Indexing, Optimizing, and Auditing Experiences for ...From Website to Web App - Indexing, Optimizing, and Auditing Experiences for ...
From Website to Web App - Indexing, Optimizing, and Auditing Experiences for ...MobileMoxie
 
JAMstack with gatsby, contentful and netlify aka the dream stack
JAMstack with gatsby, contentful and netlify aka the dream stackJAMstack with gatsby, contentful and netlify aka the dream stack
JAMstack with gatsby, contentful and netlify aka the dream stackzonathen
 

Ähnlich wie Welcome to a new reality - DeepCrawl Webinar 2018 (20)

5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site5 Simple Actions to Make a Measurable Impact on Your Responsive Site
5 Simple Actions to Make a Measurable Impact on Your Responsive Site
 
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick StoxSMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox
 
SEO in 2016 - Three Mega Trends
SEO in 2016 - Three Mega TrendsSEO in 2016 - Three Mega Trends
SEO in 2016 - Three Mega Trends
 
Flash SEO Secrets
Flash SEO SecretsFlash SEO Secrets
Flash SEO Secrets
 
Javascript & SEO 2019
Javascript & SEO 2019Javascript & SEO 2019
Javascript & SEO 2019
 
SearchLeeds 2018 - Bastian Grimm - Peak Ace - International site speed: Going...
SearchLeeds 2018 - Bastian Grimm - Peak Ace - International site speed: Going...SearchLeeds 2018 - Bastian Grimm - Peak Ace - International site speed: Going...
SearchLeeds 2018 - Bastian Grimm - Peak Ace - International site speed: Going...
 
Optimising AJAX Applications for Organic Search
Optimising AJAX Applications for Organic SearchOptimising AJAX Applications for Organic Search
Optimising AJAX Applications for Organic Search
 
Are you there Page Experience? It's Me, DevTools.
Are you there Page Experience? It's Me, DevTools.Are you there Page Experience? It's Me, DevTools.
Are you there Page Experience? It's Me, DevTools.
 
Are you there Page Experience? It's me, DevTools
Are you there Page Experience? It's me, DevToolsAre you there Page Experience? It's me, DevTools
Are you there Page Experience? It's me, DevTools
 
SMX_DevTools_Monaco_2.pdf
SMX_DevTools_Monaco_2.pdfSMX_DevTools_Monaco_2.pdf
SMX_DevTools_Monaco_2.pdf
 
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018
 
SearchLove London 2017 | Emily Grossman | From Website to Web-App: Fantastic ...
SearchLove London 2017 | Emily Grossman | From Website to Web-App: Fantastic ...SearchLove London 2017 | Emily Grossman | From Website to Web-App: Fantastic ...
SearchLove London 2017 | Emily Grossman | From Website to Web-App: Fantastic ...
 
Stapling and patching the web of now - ForwardJS3, San Francisco
Stapling and patching the web of now - ForwardJS3, San FranciscoStapling and patching the web of now - ForwardJS3, San Francisco
Stapling and patching the web of now - ForwardJS3, San Francisco
 
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta Session
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta SessionDemystifying Mobile SEO - 2014 Search Engine Strategies Atlanta Session
Demystifying Mobile SEO - 2014 Search Engine Strategies Atlanta Session
 
Page Speed Insights: The Ballad of Improving Performance
Page Speed Insights: The Ballad of Improving PerformancePage Speed Insights: The Ballad of Improving Performance
Page Speed Insights: The Ballad of Improving Performance
 
Big Trouble in Little Networks, new and improved
Big Trouble in Little Networks, new and improvedBig Trouble in Little Networks, new and improved
Big Trouble in Little Networks, new and improved
 
SEARCH Y - Bastian Grimm - Migrations Best Practices
SEARCH Y - Bastian Grimm -  Migrations Best PracticesSEARCH Y - Bastian Grimm -  Migrations Best Practices
SEARCH Y - Bastian Grimm - Migrations Best Practices
 
A Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page ApplicationsA Day Building Fast, Responsive, Extensible Single Page Applications
A Day Building Fast, Responsive, Extensible Single Page Applications
 
From Website to Web App - Indexing, Optimizing, and Auditing Experiences for ...
From Website to Web App - Indexing, Optimizing, and Auditing Experiences for ...From Website to Web App - Indexing, Optimizing, and Auditing Experiences for ...
From Website to Web App - Indexing, Optimizing, and Auditing Experiences for ...
 
JAMstack with gatsby, contentful and netlify aka the dream stack
JAMstack with gatsby, contentful and netlify aka the dream stackJAMstack with gatsby, contentful and netlify aka the dream stack
JAMstack with gatsby, contentful and netlify aka the dream stack
 

Mehr von Bastian Grimm

SEOday Köln 2020 - Surprise, Surprise - 5 SEO secrets
SEOday Köln 2020 - Surprise, Surprise - 5 SEO secretsSEOday Köln 2020 - Surprise, Surprise - 5 SEO secrets
SEOday Köln 2020 - Surprise, Surprise - 5 SEO secretsBastian Grimm
 
Data-driven Technical SEO: Logfile Auditing - SEOkomm 2018
Data-driven Technical SEO: Logfile Auditing - SEOkomm 2018Data-driven Technical SEO: Logfile Auditing - SEOkomm 2018
Data-driven Technical SEO: Logfile Auditing - SEOkomm 2018Bastian Grimm
 
Digitale Assistenzsysteme - SMX München 2018
Digitale Assistenzsysteme - SMX München 2018Digitale Assistenzsysteme - SMX München 2018
Digitale Assistenzsysteme - SMX München 2018Bastian Grimm
 
Migration Best-Practices: So gelingt der erfolgreiche Relaunch - SEOkomm 2017
Migration Best-Practices: So gelingt der erfolgreiche Relaunch - SEOkomm 2017Migration Best-Practices: So gelingt der erfolgreiche Relaunch - SEOkomm 2017
Migration Best-Practices: So gelingt der erfolgreiche Relaunch - SEOkomm 2017Bastian Grimm
 
Digitale Assistenten - OMX 2017
Digitale Assistenten - OMX 2017Digitale Assistenten - OMX 2017
Digitale Assistenten - OMX 2017Bastian Grimm
 
Welcome to a New Reality - SEO goes Mobile First in 2017
Welcome to a New Reality - SEO goes Mobile First in 2017Welcome to a New Reality - SEO goes Mobile First in 2017
Welcome to a New Reality - SEO goes Mobile First in 2017Bastian Grimm
 
Welcome to a New Reality - SEO goes Mobile First in 2017
Welcome to a New Reality - SEO goes Mobile First in 2017Welcome to a New Reality - SEO goes Mobile First in 2017
Welcome to a New Reality - SEO goes Mobile First in 2017Bastian Grimm
 
HTTPs Migration How To - SMX München 2017
HTTPs Migration How To - SMX München 2017HTTPs Migration How To - SMX München 2017
HTTPs Migration How To - SMX München 2017Bastian Grimm
 
Keyword Strategie: Do's & Don'ts bei der Keyword Recherche - SMX München 2017
Keyword Strategie: Do's & Don'ts bei der Keyword Recherche - SMX München 2017Keyword Strategie: Do's & Don'ts bei der Keyword Recherche - SMX München 2017
Keyword Strategie: Do's & Don'ts bei der Keyword Recherche - SMX München 2017Bastian Grimm
 
Technical SEO: 2017 Edition - SEO & Love Verona 2017
Technical SEO: 2017 Edition - SEO & Love Verona 2017Technical SEO: 2017 Edition - SEO & Love Verona 2017
Technical SEO: 2017 Edition - SEO & Love Verona 2017Bastian Grimm
 
Quo Vadis SEO (Die Zukunft des SEO) - SEOkomm Salzburg 2016
Quo Vadis SEO (Die Zukunft des SEO) - SEOkomm Salzburg 2016Quo Vadis SEO (Die Zukunft des SEO) - SEOkomm Salzburg 2016
Quo Vadis SEO (Die Zukunft des SEO) - SEOkomm Salzburg 2016Bastian Grimm
 
Technical SEO: 2016 Edition - SEODAY 2016
Technical SEO: 2016 Edition - SEODAY 2016Technical SEO: 2016 Edition - SEODAY 2016
Technical SEO: 2016 Edition - SEODAY 2016Bastian Grimm
 
Crawl Budget Best Practices - SEODAY 2016
Crawl Budget Best Practices - SEODAY 2016Crawl Budget Best Practices - SEODAY 2016
Crawl Budget Best Practices - SEODAY 2016Bastian Grimm
 

Mehr von Bastian Grimm (13)

SEOday Köln 2020 - Surprise, Surprise - 5 SEO secrets
SEOday Köln 2020 - Surprise, Surprise - 5 SEO secretsSEOday Köln 2020 - Surprise, Surprise - 5 SEO secrets
SEOday Köln 2020 - Surprise, Surprise - 5 SEO secrets
 
Data-driven Technical SEO: Logfile Auditing - SEOkomm 2018
Data-driven Technical SEO: Logfile Auditing - SEOkomm 2018Data-driven Technical SEO: Logfile Auditing - SEOkomm 2018
Data-driven Technical SEO: Logfile Auditing - SEOkomm 2018
 
Digitale Assistenzsysteme - SMX München 2018
Digitale Assistenzsysteme - SMX München 2018Digitale Assistenzsysteme - SMX München 2018
Digitale Assistenzsysteme - SMX München 2018
 
Migration Best-Practices: So gelingt der erfolgreiche Relaunch - SEOkomm 2017
Migration Best-Practices: So gelingt der erfolgreiche Relaunch - SEOkomm 2017Migration Best-Practices: So gelingt der erfolgreiche Relaunch - SEOkomm 2017
Migration Best-Practices: So gelingt der erfolgreiche Relaunch - SEOkomm 2017
 
Digitale Assistenten - OMX 2017
Digitale Assistenten - OMX 2017Digitale Assistenten - OMX 2017
Digitale Assistenten - OMX 2017
 
Welcome to a New Reality - SEO goes Mobile First in 2017
Welcome to a New Reality - SEO goes Mobile First in 2017Welcome to a New Reality - SEO goes Mobile First in 2017
Welcome to a New Reality - SEO goes Mobile First in 2017
 
Welcome to a New Reality - SEO goes Mobile First in 2017
Welcome to a New Reality - SEO goes Mobile First in 2017Welcome to a New Reality - SEO goes Mobile First in 2017
Welcome to a New Reality - SEO goes Mobile First in 2017
 
HTTPs Migration How To - SMX München 2017
HTTPs Migration How To - SMX München 2017HTTPs Migration How To - SMX München 2017
HTTPs Migration How To - SMX München 2017
 
Keyword Strategie: Do's & Don'ts bei der Keyword Recherche - SMX München 2017
Keyword Strategie: Do's & Don'ts bei der Keyword Recherche - SMX München 2017Keyword Strategie: Do's & Don'ts bei der Keyword Recherche - SMX München 2017
Keyword Strategie: Do's & Don'ts bei der Keyword Recherche - SMX München 2017
 
Technical SEO: 2017 Edition - SEO & Love Verona 2017
Technical SEO: 2017 Edition - SEO & Love Verona 2017Technical SEO: 2017 Edition - SEO & Love Verona 2017
Technical SEO: 2017 Edition - SEO & Love Verona 2017
 
Quo Vadis SEO (Die Zukunft des SEO) - SEOkomm Salzburg 2016
Quo Vadis SEO (Die Zukunft des SEO) - SEOkomm Salzburg 2016Quo Vadis SEO (Die Zukunft des SEO) - SEOkomm Salzburg 2016
Quo Vadis SEO (Die Zukunft des SEO) - SEOkomm Salzburg 2016
 
Technical SEO: 2016 Edition - SEODAY 2016
Technical SEO: 2016 Edition - SEODAY 2016Technical SEO: 2016 Edition - SEODAY 2016
Technical SEO: 2016 Edition - SEODAY 2016
 
Crawl Budget Best Practices - SEODAY 2016
Crawl Budget Best Practices - SEODAY 2016Crawl Budget Best Practices - SEODAY 2016
Crawl Budget Best Practices - SEODAY 2016
 

Kürzlich hochgeladen

"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 

Kürzlich hochgeladen (20)

"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 

Welcome to a new reality - DeepCrawl Webinar 2018

  • 1. Bastian Grimm, Peak Ace AG | @basgr Crawling, indexing & ranking in the age of a mobile first world Welcome to a new reality!
  • 2. Why all the fuss?
  • 3. 3 @peakaceag pa.ag Mobile first indexing challenges #1 Source: Gary Illyes @ SMX Advanced Seattle 2017 Google never had to swap over an entire index to something new, this is completely new and doing that without experimentation is not possible. And sites should not be hurt, therefore large scale indexing experiments will be conducted.”
  • 4. 4 @peakaceag pa.ag Mobile first indexing challenges #2 Source: Gary Illyes @ SMX Advanced Seattle 2017 Figuring out for 18-year-old desktop signals: How can this be used for the mobile web? E.g. the link graph/PR is different and totally messed up; how can Google make this work?”
  • 5. 5 @peakaceag pa.ag Mobile first indexing is about Google preferring and organising cross-device content in a way that it can be easily queried from and displayed on a lot of different devices. CrawlingIndexing RankingMobile What is mobile first indexing anyways?
  • 6. 6 @peakaceag pa.ag Mobile is dominating – 60 % of searches are non-desktop Mobile search usage surpassed desktop in 2015 already; Hitwise reported in 08/2016 that nearly 60 percent of searches now happen on mobile devices. Source: Hitwise (http://pa.ag/2qofNNV) & SearchEngineLand (http://pa.ag/2pT2OA7) Share of online searches initiated on a mobile device, by industry:
  • 7. 7 @peakaceag pa.ag Lots of different “experiences“ depending on intent:
  • 8. 8 @peakaceag pa.ag Mobile search results for “Game of Thrones” (US) Source: Google US, Mobile SERP on iPhone6 – 24/08/2017 Looking for those organic results? Well… good luck!
  • 9. 9 @peakaceag pa.ag Even questions are answered directly on (mobile) Chrome Via Twitter: http://pa.ag/2tQfXA9
  • 10. In the future, your rankings will be based on your mobile website entirely. From desktop to mobile
  • 11. 11 @peakaceag pa.ag Google announced mobile first indexing in 11/2016 It feels like even Google doesn’t know how and when some things will work.
  • 12. What do we know?
  • 13. 13 @peakaceag pa.ag Google confirmed: there will still only be one index! Source: http://pa.ag/2fVfl5q
  • 14. 14 @peakaceag pa.ag What about desktop-only sites? How to deal with common mobile site patterns such as tab switches, carousels, etc.? Source: SMX Advanced 2017, Seattle For desktop-only sites, indexing stays the same, however crawling will be done using a mobile UA: “We will index mobile content, only if you don’t have anything we will index desktop content – no one will fall out!”. Can I use accordion tabs, hidden tabs, etc. on my mobile site? Google is going to assign them the same value as non-hidden content. Illyes said, Google is going to ensure, that “hidden content is not valued less on a mobile site”. + - + Lorem Ipsum dolor Lorem Ipsum dolor Lorem Ipsum dolor Lorem Ipsum dolor Lorem Ipsum dolor Lorem Ipsum dolor
  • 15. 15 @peakaceag pa.ag Site- & content-parity is absolutely crucial! Make sure desktop & mobile are in sync; content, annotations, etc. Source: SMX Advanced 2017, Seattle What if the mobile site has less content compared to the desktop site? Ranking will be based on “shorter“ content! (Basically, you need to ensure that whatever you want to rank for will be present on mobile). Mobile ranking factors (including mobile friendliness testing) will generally remain unchanged.
  • 16. 16 @peakaceag pa.ag Early on we saw crazy stuff! 4,500 visibility on desktop! Mobile subdomain started to rank for desktop queries… real-world testing with live sites!
  • 17. 17 @peakaceag pa.ag Some stuff is entirely useless… F.e. desktop site-links pointing to mobile; great use case! (only after MFI announcement)
  • 18. 18 @peakaceag pa.ag I asked about notifications for switched-sites in 2017: Source: Gary Illyes @ International Search Summit 2017, Barcelona I don’t believe we will be giving you any type of notification once you have been switched to mobile first indexing.
  • 19. 19 @peakaceag pa.ag Thankfully someone apparently listened: Source: https://pa.ag/2KxZ0iZ
  • 20. 20 @peakaceag pa.ag What is “mobile“ anyways? iPhone, iPad or even bigger? What is the standard desktop resolution?
  • 21. Consider: When rendering, Google requests (nearly) everything that belongs to a site (JavaScript, CSS, etc.). Before we get into that:
  • 22. …of all sites are using JavaScript; this is ultimately why Google started to render sites instead of just crawling them! 93.7 %
  • 23. 23 @peakaceag pa.ag View source is dead. Dead as a doornail.
  • 24. 24 @peakaceag pa.ag Interested in JavaScript framework compatibility for SEO? Check out Bartosz‘ massive research on crawlability and indexability! Read more: http://pa.ag/2qLqlqH
  • 25. With rendering there is no one-size-fits-all solution… Rendering: which resolution?
  • 26. 26 @peakaceag pa.ag 1024 x 768 only! Why is that important now? Watch your responsive breakpoints, portrait vs. landscape, etc. – basically everything that’s important to you needs to be rendered properly!
  • 27. 27 @peakaceag pa.ag GSC Fetch & Render is limited to 10,000 pixels in height Source: http://pa.ag/2A5630t
  • 28. 28 @peakaceag pa.ag Rendering seems to be more important than ever! Rankings tanked when GSC Fetch & Render wasn‘t able to render the page properly.
  • 29. 29 @peakaceag pa.ag Google currently uses Chrome 41 to render your site Keep in mind: this version was released in March 2015 – it’s ancient! Source: http://pa.ag/2hRnwP2
  • 30. 30 @peakaceag pa.ag Bonus > GSC fetch & render (almost) everyone you like Simply use a 100 % iFrame to see how Google will render any given website
  • 32. 32 @peakaceag pa.ag The average consumer uses five devices! You can’t build and maintain dedicated sites for everything, e.g. one for iPad or even different pages for all the mobile phone screen resolutions. Source: http://pa.ag/2ffuGNp & http://pa.ag/2fHvLhz 90 % of all users start a task on one device and finish it on another.
  • 33. Also from an SEO standpoint, this has various advantages: Proper Responsive
  • 34. 34 @peakaceag pa.ag What does proper responsive mean? #1 <picture> ▪ First and foremost: Different ways of showing content per resolution (device). Design the smallest viewport first, then work your way up. Also, consider landscape vs portrait. ▪ Images: Best possible size, resolution & format. The new <picture> element is a perfect starting point, but there are lots more solutions. Also, consider fluid images (they adapt to the container they are in).
  • 35. 35 @peakaceag pa.ag What does proper responsive mean? #2 ▪ Critical rendering path optimisation: Optimise for time to first meaningful paint. Reduce round trips; off-load JS and inline CSS – for each resolution/breakpoint. ▪ Conditional loading of components: Only request what's needed when visible. Combine with pre-fetching and pre-rendering (only with high resolutions).
  • 36. 36 @peakaceag pa.ag What does proper responsive mean? #3 1 2 3 4 5 6 7 8 9 10 11 <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <h1>Heading</h1> <p>Paragraph</p> </body> </html> ▪ Optimise paint and re-paint, especially for small resolutions/breakpoints. CSS media queries can help a lot. ▪ Keep your DOM clean (hiding elements is only half the truth).
  • 37. Fast loading time plays an important role in overall user experience! Performance = user experience!
  • 38. 38 @peakaceag pa.ag Revisited: PageSpeed (load time) is a ranking factor Surprise, surprise; now also on mobile! Source: http://pa.ag/2iAmA4Y & http://pa.ag/2ERTPYY
  • 39. 39 @peakaceag pa.ag Google loves site speed and keeps pushing for faster sites
  • 40. 40 @peakaceag pa.ag Please don’t forget your desktop now; both are relevant! Especially for responsive sites this can be a massive challenge! Source: https://pa.ag/2FGGKAi With the mobile first index, will desktop rankings use mobile page speed instead of desktop page speed? No […] as mentioned […], while our index will be built from mobile documents, we’re going to continue to build a great search experience for all users, whether they come from mobile or desktop devices.
  • 41. 41 @peakaceag pa.ag Make sure to get the basics right! All slides on SlideShare: http://pa.ag/iss17speed Use my checklist on SlideShare to double check: ▪ Optimize images: reduce overhead for JPGs & PNGs (metadata, etc.), request proper sized images and try new formats. ▪ Implement effective caching and compression. ▪ Whenever possible, use asynchronous requests. ▪ Decrease size of CSS and JavaScript files (minify). ▪ Use a content distribution network (CDN) / an asset server (as well as cookie-less domains) to optimize parallel requests. ▪ Lean mark-up (no comments, use inline CSS / JS only where necessary or useful) ▪ Consider (DNS) pre-fetching & pre-rendering if feasible. ▪ Watch (& optimize) for TTFB, don’t forget you back-end architecture / systems (e.g. DB, webserver etc.).
  • 42. 10 tips to prepare your website:
  • 43. 43 @peakaceag pa.ag #1 Understand your mobile setup and its pros & cons! What are you using and why? Is the configuration done properly? www.example.com x www.example.com x www.example.com x m.example.com x Responsive Web Design Dynamic Serving Independent Mobile Site Don´t block images, CSS & JS resources Include the vary: user agent HTTP header Identify & serve the relevant web version to the right user agent Implement rel alternate & canonical tags between mobile & desktop URLs. Implement 301-redirects between mobile & desktop to refer the user agent to the relevant web version Responsive Web Design Dynamic Serving Independent Mobile Site
  • 44. 44 @peakaceag pa.ag #2 Are you targeting the right keywords on mobile? Check search demand based on device split and adjust accordingly Selling (transactional) Buying (transactional) VS
  • 45. 45 @peakaceag pa.ag #3 Are you sure your site really is mobile friendly? Easy test: verify yourself using built-in Chrome DevTools (Ctrl+Shift+I)!
  • 46. 46 @peakaceag pa.ag Test multiple URLs at once Check it out: https://technicalseo.com/seo-tools/mobile-friendly/
  • 47. 47 @peakaceag pa.ag #4 Make sure to not prevent access by using interstitials! Or any other time of overlay/pop-up that has negative effects on UX! Source: http://pa.ag/2tPmhIi Examples of interstitials that make content less accessible intrusive popup intrusive standalone interstitial intrusive standalone interstitial interstitial for cookie usage interstitial for age verification banner that uses a reasonable amount of screen space Examples of interstitials that would not be affected by the new signal, if used responsibly
  • 48. 48 @peakaceag pa.ag #5 Did you check all GSC reports properly? Of course the mobile usability report – but what about rich cards, these are also mobile?
  • 49. 49 @peakaceag pa.ag #6 Check GSC fetch & render for mobile as well Pay close attention: identical content, anything missing, blocked resources?
  • 50. 50 @peakaceag pa.ag #7 Do a full site health check and focus on mobile issues DeepCrawl has in-depth reporting on everything mobile
  • 51. 51 @peakaceag pa.ag #8 Simulate Googlebot for smartphones with JS rendering ScreamingFrog can do that easily; again, pay close attention to rendered output
  • 52. 52 @peakaceag pa.ag #9 Get all the content to your mobile site Is your schema.org markup available on mobile; indexation rules, canonical tags, etc.? Usually, rel-canonicals, structured data, hreflang, other annotations and even images are missing! Copy everything you want to rank for over to mobile (for now)!”
  • 54. 54 @peakaceag pa.ag Questions? Always looking for talent! Check out jobs.pa.ag Bastian Grimm bg@pa.ag twitter.com/peakaceag facebook.com/peakaceag www.pa.ag Thanks for tuning in!