Dynamic Rendering - is this really an SEO silver bullet? SMX WEST

Onely
OnelySEO Strategist
#SMX @Bart_Goralewicz
With Bartosz Goralewicz
Dynamic Rendering
Is this really an
SEO silver bullet?
Experiences from setting up
the world's biggest
prerendering engine.
#SMX @Bart_Goralewicz
JavaScript
madness
#SMX @Bart_Goralewicz
…however
JavaScript SEO
is still massively
misunderstood
in 2019
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
But it gets
much easieronce you start learning
from the best. E.g. Google!
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
Let’s see
if they practice
what they preach
#SMX @Bart_Goralewicz
April 2018 – the new version
of Google Flights
#SMX @BartGoralewicz#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
20,000+ visibility down to 48 (!)
#SMX @Bart_Goralewicz
Is it
indexed ?
#SMX @Bart_Goralewicz
Only
1 page
indexed in
Google
#SMX @Bart_Goralewicz
THE
PROBLEM
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
Angular
Connect
conference
2015
#SMX @Bart_Goralewicz
ele.ph/angularU
If you search for any competitive keyword terms, it’s always going to
be server rendered sites. And the reason is because although
Google does index client-side rendered HTML it’s not perfect yet and
other search engines don’t do it as well. So if you care about SEO,
you still need to have server-rendered content.
Jeff Whelpley “Angular 2 Server Rendering”
Angular U conference, June 22-25, 2015,
#SMX @Bart_Goralewicz
v.2
Not indexed
#SMX @Bart_Goralewicz
HTML
JS
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
HTML
JS
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
HTML
JS
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
This is exactly why
we have 2 waves of
JavaScript indexing
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
Source: Google I/O 2018
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
New links
to be crawled
Second wave
of indexing
#SMX @Bart_Goralewicz
Isomorphic,
universal, dynamic, hybrid,
hydrating with JavaScript, etc.
Latest nomenclature and solution
to make JavaScript SEO friendly.
#SMX @Bart_Goralewicz
Client-side Rendering
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
Prerendering
Aka Dynamic
Rendering
an elephant in the room
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
Google
is recommending
Dynamic Rendering
"Currently, it's difficult to process JavaScript (…)
in the meantime, we recommend dynamic rendering
as a workaround solution to this problem."
#SMX @Bart_Goralewicz
Google
is recommending
Dynamic Rendering
Dynamic Rendering
= WORKAROUND
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
prerendering
Key problems with
explained
#SMX @Bart_Goralewicz
Prerendering
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
queue
JavaScript
prerender
static
HTML
#SMX @Bart_Goralewicz
BLACK
FRIDAY
SCENARIO
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
New
product
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
What are
your options?
#SMX @Bart_Goralewicz
JÄVASCRIPT
On-the-fly rendering
Outdated
HTML
#SMX @Bart_Goralewicz
Serve stale/outdated HTML1.
Serve JavaScript and let
Google (try to) handle it
2.
Prerender on the fly3.
#SMX @Bart_Goralewicz
What if you HAVE TO do
prerendering
Plan your updates and deployments1.
Make sure that your prerendering setup is efficient2.
Remember that you need to crawl and optimize
both HTML and JavaScript versions of your website
3.
#SMX @Bart_Goralewicz
Most popular
Prerendering solutions
Chrome Headless/Phantom JS
Chrome Headless
Chrome Headless
Prerender.io
Puppeteer
Rendertron
#SMX @Bart_Goralewicz
Most popular
Prerendering solutions
Prerender.io
Puppeteer
Rendertron
Service/Free
Free
Free
#SMX @Bart_Goralewicz
Failed prerendering
case study
#SMX @Bart_Goralewicz
The Source Code vs. DOM
Source code DOM
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
Source Code
(before JavaScript):
Disqus -The #1 way
to build your audience
Rendered website:
(after JavaScript):
Disqus -The #1 way to build an
audience on your website
#SMX @Bart_Goralewicz
Enter prerendering
#SMX @Bart_Goralewicz
What went
WRONG?
#SMX @Bart_Goralewicz
<html>
</head>
<body>
</body>
</html>
<head>
#SMX @Bart_Goralewicz
Why prerendering may not be
the best solution for your business?
#SMX @Bart_Goralewicz
It’s difficult to use
dynamic rendering
on websites using
geolocation
#SMX @Bart_Goralewicz
Not too dynamic (pun intended)
Creates two separate structures instead of one
Doesn’t improve UX.
Adds an extra layer of complexity
May work well BUT rarely does. Requires a very good SEO team maintaining it.
WORKAROUND!
Dynamic Rendering - summary
#SMX @Bart_Goralewicz
My personal beef
with dynamic rendering
It is only made for the sake of SEO.
It doesn’t improve anything for users…
#SMX @Bart_Goralewicz
… just like SEO ”containers” in some of the ecommerce stores.
#SMX @Bart_Goralewicz
(better)Alternatives
to prerendering
#SMX @Bart_Goralewicz
Server side
rendering
All of the rendering work
is done by your servers.
Google gets HTML.
SEO = OK
#SMX @Bart_Goralewicz
Alternatives
to prerendering
#SMX @Bart_Goralewicz
Server Side Rendering /
Hybrid Rendering
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
HYBRID
rendering
Prerendered HTML is sent to users
and the search engine.Then,
JavaScript runs on top of that.
#SMX @Bart_Goralewicz
https://www.searchenginejournal.com/javascript-seo-
like-peanut-butter-and-jelly-thanks-to-isomorphic-
js/183337/
https://www.searchenginejournal.com/javascript-seo-like-peanut-
butter-and-jelly-thanks-to-isomorphic-js/183337/
#SMX @Bart_Goralewicz
Which brands use
HYBRID
rendering?
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
Yes, Google
recommends it!
„If you have engineering resources though,
I would highly recommend looking into
server-side rendering or even better,
hybrid rendering, because that yields
user experience benefits, as well.”
#SMX @Bart_Goralewicz
Next, Nuxt and Angular Universal
are the next (amazing joke) trend!
35% of JS developers
want to learn Next.js
#SMX @Bart_Goralewicz
Twitter migrated to
isomorphic JavaScript
in 2012
https://www.oreilly.com/library/view/building-isomorphic-
javascript/9781491932926/ch01.html
– Initial page load decreased 80% (!)
#SMX @Bart_Goralewicz
All the HTML files are built with data
BEFORE they are uploaded to a server
Static Site Rendering
Source: https://www.youtube.com/watch?v=3jeznGJHenI
GatsbyJS
NextJS
#SMX @Bart_Goralewicz
Pros of
static sites
1.Very fast (even during traffic surge)
2. Increased security
3.Version control
4. Cheap to host
Source: https://www.youtube.com/watch?v=3jeznGJHenI
#SMX @Bart_Goralewicz
Limitations
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
What if we just keep
CSR JavaScript ?
*Client Side Rendered
*
#SMX @Bart_Goralewicz#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
Is
JavaScript
Evil?
#SMX @Bart_Goralewicz
#SMX @Bart_Goralewicz
Is
JavaScript
Evil?
#SMX @Bart_Goralewicz
No, it is way worse.
#SMX @Bart_Goralewicz
Is
JavaScript
Evil?
#SMX @Bart_Goralewicz
No, it is way worse. It is complex ☺
#SMX @Bart_Goralewicz
JavaScript SEO best practices
#SMX @Bart_Goralewicz
JavaScript
taming the beast in
3 easy steps
#SMX @BartGoralewicz
#SMX @Bart_Goralewicz
Step 1.
V.2
Choosing the right framework
#SMX @Bart_Goralewicz
Step 2.
Rendering JavaScript
Prerendering
Server Side Rendering
Universal/Isomorphic
Static site generators (Gatsby.js)
#SMX @Bart_Goralewicz
Step 3.
Enjoy your traffic!
#SMX @Bart_Goralewicz
Get the Starter
Package for FREE
Contact maria@elephate.com
Give the password ”Freelephate”
Within 15 minutes from this lecture
Total value of the package: $1000
Maria Cieślak
Head of SEO
#SMX @Bart_Goralewicz
ele.ph/smxwest
Download
my deck
#SMX @Bart_Goralewicz
THANK YOU!
SEE YOU AT THE NEXT #SMX
bartosz@goralewicz.com
1 of 85

Recommended

The Ultimate Google Indexing Session by
The Ultimate Google Indexing SessionThe Ultimate Google Indexing Session
The Ultimate Google Indexing SessionOnely
1.9K views49 slides
Don't be a cannibal by
Don't be a cannibalDon't be a cannibal
Don't be a cannibalLimor Barenholtz
2.1K views65 slides
Data Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina Stoy by
Data Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina StoyData Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina Stoy
Data Studio for SEOs: Reporting Automation Tips - Weekly SEO with Lazarina StoyLazarinaStoyanova
658 views34 slides
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo... by
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...
BrightonSEO October 2022 - Martijn Scheybeler - SEO Testing: Find Out What Wo...Martijn Scheijbeler
270 views48 slides
How to Create an Airtight SEO Strategy to Beat Any Competitor - Rumble Romagnoli by
How to Create an Airtight SEO Strategy to Beat Any Competitor - Rumble RomagnoliHow to Create an Airtight SEO Strategy to Beat Any Competitor - Rumble Romagnoli
How to Create an Airtight SEO Strategy to Beat Any Competitor - Rumble RomagnoliRumble Romagnoli
356 views77 slides
Brighton SEO - Luis Bueno Tabernero - How to do an ASO Audit like in the 90's... by
Brighton SEO - Luis Bueno Tabernero - How to do an ASO Audit like in the 90's...Brighton SEO - Luis Bueno Tabernero - How to do an ASO Audit like in the 90's...
Brighton SEO - Luis Bueno Tabernero - How to do an ASO Audit like in the 90's...Luis
2K views52 slides

More Related Content

What's hot

Machine Learning use cases for Technical SEO Automation Brighton SEO Patrick ... by
Machine Learning use cases for Technical SEO Automation Brighton SEO Patrick ...Machine Learning use cases for Technical SEO Automation Brighton SEO Patrick ...
Machine Learning use cases for Technical SEO Automation Brighton SEO Patrick ...Ahrefs
2.5K views38 slides
Brighton SEO April 2022 - Automate the technical SEO stuff by
Brighton SEO April 2022 - Automate the technical SEO stuffBrighton SEO April 2022 - Automate the technical SEO stuff
Brighton SEO April 2022 - Automate the technical SEO stuffMichael Van Den Reym
6.3K views81 slides
Improving Crawling and Indexing using Real-Time Log File Insights by
Improving Crawling and Indexing using Real-Time Log File InsightsImproving Crawling and Indexing using Real-Time Log File Insights
Improving Crawling and Indexing using Real-Time Log File InsightsSteven van Vessum
2K views65 slides
Kleecks - AI-Martech as a game changer-DEF.pdf by
Kleecks - AI-Martech as a game changer-DEF.pdfKleecks - AI-Martech as a game changer-DEF.pdf
Kleecks - AI-Martech as a game changer-DEF.pdfKleecks
2K views56 slides
BrightonSEO Oct 2022 Similar_ai.pdf by
BrightonSEO Oct 2022 Similar_ai.pdfBrightonSEO Oct 2022 Similar_ai.pdf
BrightonSEO Oct 2022 Similar_ai.pdfDylan Fuler
246 views49 slides
Brighton SEO Talk HS FINAL.pptx by
Brighton SEO Talk HS FINAL.pptxBrighton SEO Talk HS FINAL.pptx
Brighton SEO Talk HS FINAL.pptxHarry Sumner
1.6K views38 slides

What's hot(20)

Machine Learning use cases for Technical SEO Automation Brighton SEO Patrick ... by Ahrefs
Machine Learning use cases for Technical SEO Automation Brighton SEO Patrick ...Machine Learning use cases for Technical SEO Automation Brighton SEO Patrick ...
Machine Learning use cases for Technical SEO Automation Brighton SEO Patrick ...
Ahrefs2.5K views
Brighton SEO April 2022 - Automate the technical SEO stuff by Michael Van Den Reym
Brighton SEO April 2022 - Automate the technical SEO stuffBrighton SEO April 2022 - Automate the technical SEO stuff
Brighton SEO April 2022 - Automate the technical SEO stuff
Improving Crawling and Indexing using Real-Time Log File Insights by Steven van Vessum
Improving Crawling and Indexing using Real-Time Log File InsightsImproving Crawling and Indexing using Real-Time Log File Insights
Improving Crawling and Indexing using Real-Time Log File Insights
Kleecks - AI-Martech as a game changer-DEF.pdf by Kleecks
Kleecks - AI-Martech as a game changer-DEF.pdfKleecks - AI-Martech as a game changer-DEF.pdf
Kleecks - AI-Martech as a game changer-DEF.pdf
Kleecks2K views
BrightonSEO Oct 2022 Similar_ai.pdf by Dylan Fuler
BrightonSEO Oct 2022 Similar_ai.pdfBrightonSEO Oct 2022 Similar_ai.pdf
BrightonSEO Oct 2022 Similar_ai.pdf
Dylan Fuler246 views
Brighton SEO Talk HS FINAL.pptx by Harry Sumner
Brighton SEO Talk HS FINAL.pptxBrighton SEO Talk HS FINAL.pptx
Brighton SEO Talk HS FINAL.pptx
Harry Sumner1.6K views
Thomas Johnson - Mapping Conversion Rate and Intent for High ROI content (1).... by ThomasJohnson613119
Thomas Johnson - Mapping Conversion Rate and Intent for High ROI content (1)....Thomas Johnson - Mapping Conversion Rate and Intent for High ROI content (1)....
Thomas Johnson - Mapping Conversion Rate and Intent for High ROI content (1)....
Core Web Vitals Audit - Sophie Gibson - PDF - BrightonSEO.pdf by Sophie Gibson
Core Web Vitals Audit - Sophie Gibson - PDF - BrightonSEO.pdfCore Web Vitals Audit - Sophie Gibson - PDF - BrightonSEO.pdf
Core Web Vitals Audit - Sophie Gibson - PDF - BrightonSEO.pdf
Sophie Gibson2K views
How to leverage indexation tracking to monitor issues and improve performance by Simon Lesser
How to leverage indexation tracking to monitor issues and improve performanceHow to leverage indexation tracking to monitor issues and improve performance
How to leverage indexation tracking to monitor issues and improve performance
Simon Lesser682 views
The most Damaging SEO Mistakes & Issues in 2021 and How to Avoid Them #EngagePDX by Aleyda Solís
The most Damaging SEO Mistakes & Issues in 2021 and How to Avoid Them #EngagePDXThe most Damaging SEO Mistakes & Issues in 2021 and How to Avoid Them #EngagePDX
The most Damaging SEO Mistakes & Issues in 2021 and How to Avoid Them #EngagePDX
Aleyda Solís5K views
A beginner's guide to machine learning for SEOs - WTSFest 2022 by LazarinaStoyanova
A beginner's guide to machine learning for SEOs  - WTSFest 2022A beginner's guide to machine learning for SEOs  - WTSFest 2022
A beginner's guide to machine learning for SEOs - WTSFest 2022
LazarinaStoyanova4.9K views
Everything You Didn't Know About Entity SEO by Sara Taher
Everything You Didn't Know About Entity SEO Everything You Didn't Know About Entity SEO
Everything You Didn't Know About Entity SEO
Sara Taher989 views
SEO Automation Without Using Hard Code by Tevfik Mert Azizoglu - BrightonSEO ... by Tevfik Mert Azizoglu
SEO Automation Without Using Hard Code by Tevfik Mert Azizoglu - BrightonSEO ...SEO Automation Without Using Hard Code by Tevfik Mert Azizoglu - BrightonSEO ...
SEO Automation Without Using Hard Code by Tevfik Mert Azizoglu - BrightonSEO ...
Cómo Diagnosticar y Recuperar de una Caída de Tráfico SEO #SEOnderground by Aleyda Solís
Cómo Diagnosticar y Recuperar de una Caída de Tráfico SEO #SEOndergroundCómo Diagnosticar y Recuperar de una Caída de Tráfico SEO #SEOnderground
Cómo Diagnosticar y Recuperar de una Caída de Tráfico SEO #SEOnderground
Aleyda Solís2.1K views
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost ) by Kevin Indig
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )
kevin Indig - Internal Link Building on Steroids (Tech SEO Boost )
Kevin Indig8.8K views
How to leverage SEO and other channels to expand into Chinese market by GraceWeiHou1
How to leverage SEO and other channels to expand into Chinese marketHow to leverage SEO and other channels to expand into Chinese market
How to leverage SEO and other channels to expand into Chinese market
GraceWeiHou11.4K views
Martin McGarry - SEO strategy c/o England manager Gareth Southgate by Martin McGarry
Martin McGarry - SEO strategy c/o England manager Gareth SouthgateMartin McGarry - SEO strategy c/o England manager Gareth Southgate
Martin McGarry - SEO strategy c/o England manager Gareth Southgate
Martin McGarry2.9K views

Similar to Dynamic Rendering - is this really an SEO silver bullet? SMX WEST

SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox by
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
12.3K views69 slides
JavaScript Tips & Tricks 2018 - SMX East by
JavaScript Tips & Tricks 2018 - SMX EastJavaScript Tips & Tricks 2018 - SMX East
JavaScript Tips & Tricks 2018 - SMX EastOnely
3.2K views117 slides
Smxl milan 2019 - Apps script for SEO by
Smxl milan 2019 - Apps script for SEOSmxl milan 2019 - Apps script for SEO
Smxl milan 2019 - Apps script for SEODavid Sottimano
3.2K views93 slides
SMX London Technical SEO in 2018. by
SMX London Technical SEO in 2018. SMX London Technical SEO in 2018.
SMX London Technical SEO in 2018. Onely
30.4K views103 slides
Accelerated Mobile - Beyond AMP by
Accelerated Mobile - Beyond AMPAccelerated Mobile - Beyond AMP
Accelerated Mobile - Beyond AMPJono Alderson
988 views78 slides
Debugging rendering problems at scale by
Debugging rendering problems at scaleDebugging rendering problems at scale
Debugging rendering problems at scaleGiacomo Zecchini
645 views85 slides

Similar to Dynamic Rendering - is this really an SEO silver bullet? SMX WEST(20)

SMX Advanced 2018 SEO for Javascript Frameworks by Patrick Stox by patrickstox
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
patrickstox12.3K views
JavaScript Tips & Tricks 2018 - SMX East by Onely
JavaScript Tips & Tricks 2018 - SMX EastJavaScript Tips & Tricks 2018 - SMX East
JavaScript Tips & Tricks 2018 - SMX East
Onely3.2K views
Smxl milan 2019 - Apps script for SEO by David Sottimano
Smxl milan 2019 - Apps script for SEOSmxl milan 2019 - Apps script for SEO
Smxl milan 2019 - Apps script for SEO
David Sottimano3.2K views
SMX London Technical SEO in 2018. by Onely
SMX London Technical SEO in 2018. SMX London Technical SEO in 2018.
SMX London Technical SEO in 2018.
Onely30.4K views
Accelerated Mobile - Beyond AMP by Jono Alderson
Accelerated Mobile - Beyond AMPAccelerated Mobile - Beyond AMP
Accelerated Mobile - Beyond AMP
Jono Alderson988 views
Debugging rendering problems at scale by Giacomo Zecchini
Debugging rendering problems at scaleDebugging rendering problems at scale
Debugging rendering problems at scale
Giacomo Zecchini645 views
AMP for Enterprises - SMX West - Patrick Stox by patrickstox
AMP for Enterprises - SMX West - Patrick StoxAMP for Enterprises - SMX West - Patrick Stox
AMP for Enterprises - SMX West - Patrick Stox
patrickstox12K views
Magento 2 Front-end performance tips & tricks - Meet Magento Romania 2017 by Bartek Igielski
Magento 2 Front-end performance tips & tricks - Meet Magento Romania 2017Magento 2 Front-end performance tips & tricks - Meet Magento Romania 2017
Magento 2 Front-end performance tips & tricks - Meet Magento Romania 2017
Bartek Igielski2K views
Migration Best Practices - SMX West 2019 by Bastian Grimm
Migration Best Practices - SMX West 2019Migration Best Practices - SMX West 2019
Migration Best Practices - SMX West 2019
Bastian Grimm3.3K views
Mauro Cattaneo - Why hreflang is crucial to international SEO success - Brigh... by Mauro Cattaneo
Mauro Cattaneo - Why hreflang is crucial to international SEO success - Brigh...Mauro Cattaneo - Why hreflang is crucial to international SEO success - Brigh...
Mauro Cattaneo - Why hreflang is crucial to international SEO success - Brigh...
Mauro Cattaneo8.8K views
Rendering SEO Manifesto - Why we need to go beyond JavaScript SEO by Onely
Rendering SEO Manifesto - Why we need to go beyond JavaScript SEORendering SEO Manifesto - Why we need to go beyond JavaScript SEO
Rendering SEO Manifesto - Why we need to go beyond JavaScript SEO
Onely7.6K views
AMP - SMX München 2018 by Bastian Grimm
AMP - SMX München 2018AMP - SMX München 2018
AMP - SMX München 2018
Bastian Grimm12.2K views
Bartosz Goralewicz — The Real Problems Behind Indexing | 5 Hours of Technical... by Semrush
Bartosz Goralewicz — The Real Problems Behind Indexing | 5 Hours of Technical...Bartosz Goralewicz — The Real Problems Behind Indexing | 5 Hours of Technical...
Bartosz Goralewicz — The Real Problems Behind Indexing | 5 Hours of Technical...
Semrush3.9K views
The Real Problems Behind Indexing | 5 Hours of Technical SEO by Onely
The Real Problems Behind Indexing | 5 Hours of Technical SEOThe Real Problems Behind Indexing | 5 Hours of Technical SEO
The Real Problems Behind Indexing | 5 Hours of Technical SEO
Onely318 views
Data driven devops as presented at Codemash 2018 by Baruch Sadogursky
Data driven devops as presented at Codemash 2018Data driven devops as presented at Codemash 2018
Data driven devops as presented at Codemash 2018
Baruch Sadogursky434 views
The latest in site speed: advanced #webperf 2018 by Anton Shulke
The latest in site speed: advanced #webperf 2018The latest in site speed: advanced #webperf 2018
The latest in site speed: advanced #webperf 2018
Anton Shulke538 views
How fast is fast enough - SMX West 2018 by Bastian Grimm
How fast is fast enough - SMX West 2018How fast is fast enough - SMX West 2018
How fast is fast enough - SMX West 2018
Bastian Grimm7.6K views
Troubleshooting SEO for JS Frameworks - Patrick Stox - DTD 2018 by patrickstox
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
patrickstox16.6K views
2000 lines of java or 50 lines of sql the choice is yours - Lukas Eder by JAXLondon_Conference
2000 lines of java or 50 lines of sql the choice is yours - Lukas Eder2000 lines of java or 50 lines of sql the choice is yours - Lukas Eder
2000 lines of java or 50 lines of sql the choice is yours - Lukas Eder
Avoiding the Slog of Real-time Data Distribution by elunt
Avoiding the Slog of Real-time Data DistributionAvoiding the Slog of Real-time Data Distribution
Avoiding the Slog of Real-time Data Distribution
elunt1.3K views

More from Onely

Too Long; Didn’t Render - The State of JS and HTML Indexing by
Too Long; Didn’t Render - The State of JS and HTML IndexingToo Long; Didn’t Render - The State of JS and HTML Indexing
Too Long; Didn’t Render - The State of JS and HTML IndexingOnely
3K views73 slides
How Much Content is Not Indexed in Google in 2019? by
How Much Content is Not Indexed in Google in 2019?How Much Content is Not Indexed in Google in 2019?
How Much Content is Not Indexed in Google in 2019?Onely
2.8K views208 slides
Zurich Google vs. JavaScript - What's the Score in 2019? by
Zurich Google vs. JavaScript - What's the Score in 2019?Zurich Google vs. JavaScript - What's the Score in 2019?
Zurich Google vs. JavaScript - What's the Score in 2019?Onely
1.7K views92 slides
The New Renaissance of JavaScript - SMX London 2019 by
The New Renaissance of JavaScript - SMX London 2019The New Renaissance of JavaScript - SMX London 2019
The New Renaissance of JavaScript - SMX London 2019Onely
1.8K views81 slides
The state of web performance in Germany 2019 | SMX Munich 2019 by
The state of web performance in Germany 2019 | SMX Munich 2019The state of web performance in Germany 2019 | SMX Munich 2019
The state of web performance in Germany 2019 | SMX Munich 2019Onely
3.4K views79 slides
Deep crawl the chaotic landscape of JavaScript by
Deep crawl the chaotic landscape of JavaScript Deep crawl the chaotic landscape of JavaScript
Deep crawl the chaotic landscape of JavaScript Onely
11.7K views240 slides

More from Onely(9)

Too Long; Didn’t Render - The State of JS and HTML Indexing by Onely
Too Long; Didn’t Render - The State of JS and HTML IndexingToo Long; Didn’t Render - The State of JS and HTML Indexing
Too Long; Didn’t Render - The State of JS and HTML Indexing
Onely3K views
How Much Content is Not Indexed in Google in 2019? by Onely
How Much Content is Not Indexed in Google in 2019?How Much Content is Not Indexed in Google in 2019?
How Much Content is Not Indexed in Google in 2019?
Onely2.8K views
Zurich Google vs. JavaScript - What's the Score in 2019? by Onely
Zurich Google vs. JavaScript - What's the Score in 2019?Zurich Google vs. JavaScript - What's the Score in 2019?
Zurich Google vs. JavaScript - What's the Score in 2019?
Onely1.7K views
The New Renaissance of JavaScript - SMX London 2019 by Onely
The New Renaissance of JavaScript - SMX London 2019The New Renaissance of JavaScript - SMX London 2019
The New Renaissance of JavaScript - SMX London 2019
Onely1.8K views
The state of web performance in Germany 2019 | SMX Munich 2019 by Onely
The state of web performance in Germany 2019 | SMX Munich 2019The state of web performance in Germany 2019 | SMX Munich 2019
The state of web performance in Germany 2019 | SMX Munich 2019
Onely3.4K views
Deep crawl the chaotic landscape of JavaScript by Onely
Deep crawl the chaotic landscape of JavaScript Deep crawl the chaotic landscape of JavaScript
Deep crawl the chaotic landscape of JavaScript
Onely11.7K views
SMX Munich 2018 - Current State of JavaScript SEO by Onely
SMX Munich 2018 - Current State of JavaScript SEOSMX Munich 2018 - Current State of JavaScript SEO
SMX Munich 2018 - Current State of JavaScript SEO
Onely4.4K views
Javascript Indexing and SEO: The Naked Truth - State of Search 2017 by Onely
Javascript Indexing and SEO: The Naked Truth - State of Search 2017Javascript Indexing and SEO: The Naked Truth - State of Search 2017
Javascript Indexing and SEO: The Naked Truth - State of Search 2017
Onely3.8K views
Can Google properly crawl and index JavaScript? SEO Experiments - Results and... by Onely
Can Google properly crawl and index JavaScript? SEO Experiments - Results and...Can Google properly crawl and index JavaScript? SEO Experiments - Results and...
Can Google properly crawl and index JavaScript? SEO Experiments - Results and...
Onely27.2K views

Recently uploaded

service marketing ppt.pdf by
service marketing ppt.pdfservice marketing ppt.pdf
service marketing ppt.pdfAbhishek Shahane
10 views24 slides
chatgpt how it works by
chatgpt how it workschatgpt how it works
chatgpt how it workscolomomario446
7 views3 slides
Digital Marketing Tips to Survive the Global Inflation by
Digital Marketing Tips to Survive the Global InflationDigital Marketing Tips to Survive the Global Inflation
Digital Marketing Tips to Survive the Global InflationJomer Gregorio
11 views26 slides
"SEO Keyword Checklist: Supercharge Your Website's Ranking Strategy" by
"SEO Keyword Checklist: Supercharge Your Website's Ranking Strategy""SEO Keyword Checklist: Supercharge Your Website's Ranking Strategy"
"SEO Keyword Checklist: Supercharge Your Website's Ranking Strategy"Beacon Coders
11 views17 slides
Monetizing Your Newsletter with Affiliate Marketing by
Monetizing Your Newsletter with Affiliate MarketingMonetizing Your Newsletter with Affiliate Marketing
Monetizing Your Newsletter with Affiliate MarketingDavid Clayton
11 views7 slides
ADES Final Project 2.pdf by
ADES Final Project 2.pdfADES Final Project 2.pdf
ADES Final Project 2.pdfmaddiemays
16 views14 slides

Recently uploaded(20)

Digital Marketing Tips to Survive the Global Inflation by Jomer Gregorio
Digital Marketing Tips to Survive the Global InflationDigital Marketing Tips to Survive the Global Inflation
Digital Marketing Tips to Survive the Global Inflation
Jomer Gregorio11 views
"SEO Keyword Checklist: Supercharge Your Website's Ranking Strategy" by Beacon Coders
"SEO Keyword Checklist: Supercharge Your Website's Ranking Strategy""SEO Keyword Checklist: Supercharge Your Website's Ranking Strategy"
"SEO Keyword Checklist: Supercharge Your Website's Ranking Strategy"
Beacon Coders11 views
Monetizing Your Newsletter with Affiliate Marketing by David Clayton
Monetizing Your Newsletter with Affiliate MarketingMonetizing Your Newsletter with Affiliate Marketing
Monetizing Your Newsletter with Affiliate Marketing
David Clayton11 views
ADES Final Project 2.pdf by maddiemays
ADES Final Project 2.pdfADES Final Project 2.pdf
ADES Final Project 2.pdf
maddiemays16 views
E-commerce Marketing by Nabil Abidi
E-commerce MarketingE-commerce Marketing
E-commerce Marketing
Nabil Abidi72 views
Freedom Accelerator Digital.pdf by ilhamsukses39
Freedom Accelerator Digital.pdfFreedom Accelerator Digital.pdf
Freedom Accelerator Digital.pdf
ilhamsukses397 views
Digityum Digital Marketing Agency by Digityum
Digityum Digital Marketing AgencyDigityum Digital Marketing Agency
Digityum Digital Marketing Agency
Digityum9 views
"SEO Mastery: Top 10 Tools used by every expert for improving Websites" by Beacon Coders
 "SEO Mastery: Top 10 Tools used by every expert for improving Websites" "SEO Mastery: Top 10 Tools used by every expert for improving Websites"
"SEO Mastery: Top 10 Tools used by every expert for improving Websites"
Beacon Coders11 views
SEO Sessions - Search Engine Optimization by Abdul Wahab
SEO Sessions - Search Engine OptimizationSEO Sessions - Search Engine Optimization
SEO Sessions - Search Engine Optimization
Abdul Wahab5 views
B2B & GTM Trends and Predictions for 2024.pdf by Demandbase
B2B & GTM Trends and Predictions for 2024.pdfB2B & GTM Trends and Predictions for 2024.pdf
B2B & GTM Trends and Predictions for 2024.pdf
Demandbase33 views
Marketing Stories 2023 - Year in Review.pdf by Digital Uncovered
Marketing Stories 2023 - Year in Review.pdfMarketing Stories 2023 - Year in Review.pdf
Marketing Stories 2023 - Year in Review.pdf
7 Benefits of Child Welfare Management Software by jeremyray18
7 Benefits of Child Welfare Management Software7 Benefits of Child Welfare Management Software
7 Benefits of Child Welfare Management Software
jeremyray189 views
Growth strategies for SaaS MRR $10,000 (by TheBootstrappedWay.com) by Daniel Pirciu
Growth strategies for SaaS MRR $10,000 (by TheBootstrappedWay.com)Growth strategies for SaaS MRR $10,000 (by TheBootstrappedWay.com)
Growth strategies for SaaS MRR $10,000 (by TheBootstrappedWay.com)
Daniel Pirciu12 views
Weekly Media Update_04_12_2023.pdf by BalmerLawrie
Weekly Media Update_04_12_2023.pdfWeekly Media Update_04_12_2023.pdf
Weekly Media Update_04_12_2023.pdf
BalmerLawrie34 views
Email Marketing KPI Report by Anna Sharma
Email Marketing KPI ReportEmail Marketing KPI Report
Email Marketing KPI Report
Anna Sharma6 views

Dynamic Rendering - is this really an SEO silver bullet? SMX WEST