SlideShare ist ein Scribd-Unternehmen logo
1 von 25
Moz & Russ Jones | @moz @rjonesx | #TechSEOBoost
TechSEO Boost Research Finalists
Do Links Still Matter for
SEO in 2017?
Utilizing Cloudflare Workers to
Overcome the Challenges of
Legacy Tech Stacks and High
DevOps Costs
Building a Machine Learning
Model Capable of Predicting a
Webpage Ranking in SERP
with a Reliability of 92%
Eric EngeDan TaylorVincent Terrasi
Sponsored by
Moz & Russ Jones | @moz @rjonesx | #TechSEOBoost
TechSEO Boost Research Finalists
Do Links Still Matter for
SEO in 2017?
Utilizing Cloudflare Workers to
Overcome the Challenges of
Legacy Tech Stacks and High
DevOps Costs
Building a Machine Learning
Model Capable of Predicting a
Webpage Ranking in SERP
with a Reliability of 92%
Eric EngeDan TaylorVincent Terrasi
Sponsored by
Vincent Terrasi | @VincentTerrasi | #TechSEOBoost
BUILDING AN ML
MODEL CAPABLE
OF PREDICTING A
WEBPAGE’S
RANKING IN SERP
–
With a reliability of 92%
Vincent Terrasi | @VincentTerrasi | #TechSEOBoost
OVH
• Global company, specialising in cloud
solutions and internet infrastructure.
• 1.3 million customers in 140 different
countries.
• 300k servers
VINCENT+DREAM TEAM
• All knowledge is connected to all other
knowledge. The fun is in making the
connections.
• With data marketing, we can find new
connections everyday !
Vincent Terrasi | @VincentTerrasi | #TechSEOBoost
Purpose
Every year, websites share the ranking
criteria that they think are most relevant for
SEO.
OVH’s solution uses machine learning to
identify the most relevant SEO factors for
specific themes, with no human intervention.
Vincent Terrasi | @VincentTerrasi | #TechSEOBoost
“Overall, the reason for
combining different tools is
to get as close as possible
to Google’s ranking factors”
Vincent Terrasi | @VincentTerrasi | #TechSEOBoost
Methodology
• SEMrush
• Top 100 URLs for more than 3,000
keywords
• Three additional pieces of software:
• Majestic (for external criteria)
• ScreamingFrog & Oncrawl
(for internal criteria)
• Visiblis (for semantic content)
• Using ML algorithms: XGBoost or Random Forest
• Industrialise with Dataiku – the data science platform
Vincent Terrasi | @VincentTerrasi | #TechSEOBoost
“In other words, we are now
able to test a page to determine
its chances of being in the top
10 Google results for relevant
searches.”
https://github.com/ovh/summit2016-RankingPredict
Vincent Terrasi | @VincentTerrasi | #TechSEOBoost
Results
• OVH was able to define relevant variables
for specific topics with an extremely high
reliability (92%).
• Each time a new webpage is created, we
can tell whether it will rank first in Google
searches, check its position, and compare
it to other websites – all in real time.
Vincent Terrasi | @VincentTerrasi | #TechSEOBoost
Big Thanks to Tech SEO Boost!
–
OVHCloud.com
@ovh
My blog: data-seo.com
Moz & Russ Jones | @moz @rjonesx | #TechSEOBoost
TechSEO Boost Research Finalists
Do Links Still Matter for
SEO in 2017?
Utilizing Cloudflare Workers to
Overcome the Challenges of
Legacy Tech Stacks and High
DevOps Costs
Building a Machine Learning
Model Capable of Predicting a
Webpage Ranking in SERP
with a Reliability of 92%
Eric EngeDan TaylorVincent Terrasi
Sponsored by
Dan Taylor | @salt_agency | #TechSEOBoost
UTILIZING CLOUDFLARE
WORKERS TO
OVERCOME THE
CHALLENGES OF
LEGACY TECH STACKS
AND HIGH DEVOPS
COSTS
–
Igor Krestov & Dan Taylor
SALT.agency
Dan Taylor | @salt_agency | #TechSEOBoost
Hypothesis
The purpose of our research was to establish
whether or not serverless technology can provide
workable and accessible solutions to businesses,
at scale.
1. Utilizing the latest serverless technology, can
we implement technical elements of SEO,
such as basic Hreflang, redirects, and page
level meta robots tags through service worker
technology.
2. If (1) is successful, can the implementations
be picked up by Google in the rendered
HTML of the page (making them useful).
Dan Taylor | @salt_agency | #TechSEOBoost
Methodology
In order to test our hypothesis, we used a
mixture of real-world applications and testing
websites. The participant websites within this
research were:
• A personal website - testing Hreflang
implementations injected via Service
Worker into the <head>
• A San Francisco based OS API gateway
provider - using service workers to
implement 301 redirects following a
migration
Dan Taylor | @salt_agency | #TechSEOBoost
Findings
Through our testing we found that at scale,
we could utilize Cloudflare workers for a
number of tasks, including:
<head> Hreflang implementation, redirects,
custom HTTP headers based on user IP,
customer JS overlays based on user
IP/device, page level robots, implementing &
modifying canonicals, A/B testing…
And this technology can be scaled, and made
accessible.
Dan Taylor | @salt_agency | #TechSEOBoost
Pros & Cons
Pros
• Workers are written in JavaScript
• Simple API
• One-click deployment
• Next to zero DevOps
Cons
• Potential to affect and impact all requests
• Potential to add additional latency and slow page load times, depending on implementation
• Potential to introduce front-end bugs that are difficult to debug, when there is little/no access to
the backend, and when it is unclear what is being modified/injected through stream
transformation.
Dan Taylor | @salt_agency | #TechSEOBoost
TechSEO Boost Research Finalists
Do Links Still Matter for
SEO in 2017?
Utilizing Cloudflare Workers to
Overcome the Challenges of
Legacy Tech Stacks and High
DevOps Costs
Building a Machine Learning
Model Capable of Predicting a
Webpage Ranking in SERP
with a Reliability of 92%
Eric EngeDan TaylorVincent Terrasi
Sponsored by
Eric Enge | @stonetemple | #TechSEOBoost
Do Links Still Matter?
• There remains a continuing debate about
the value of links
• Long gone are the days where you could
get a Tupperware page to rank for a used
car query
• Moz and Searchmetrics used to publish
correlation studies, but they have cooled
off on the efforts
• We set out to do our own correlation study
on links as a ranking factor, and to
maintain it over time
Eric Enge | @stonetemple | #TechSEOBoost
We Used New Math
• Brought in elite statistics experts
to improve the approach
• Correlation value “r” has no
meaning in statistics
• We used “r2”, which tells us the
percent of the variability in Y
which is explained by X.
• We then took the quadratic
mean of all the r squared values
across 16K SERPs.
Eric Enge | @stonetemple | #TechSEOBoost
The Basic Results
• The correlation score
INCREASED from
0.303 to 0.325.
• That variability
probably falls within
measurement error
ranges
• But, if definitely did
not show a decrease
Eric Enge | @stonetemple | #TechSEOBoost
One More Novel Approach
• Normalized link totals for every SERP to
values between 0 and 1
• Prevented highly-linked-to web pages from
popular queries from skewing the results
• Summed up the totals of all the links for
each ranking position (total links to all
position 1, total to all position 2, …)
• Calculated the quadratic mean of these
values to get new correlation scores
• Aggregated view as to whether or not links
matter
• You bet they do!
Moz & Russ Jones | @moz @rjonesx | #TechSEOBoost
Thank You Judges!
Sponsored by
Ruth Burr Reedy Rhea Drysdale Geoff KenyonAlexis Sanders Russ Jones
Neil Martinsen-Burrell Paul Shapiro Aleyda Solis Clark Boyd
Moz & Russ Jones | @moz @rjonesx | #TechSEOBoost
And the winner is….
Catalyst | @CatalystSEM | #TechSEOBoost

Weitere ähnliche Inhalte

Was ist angesagt?

TechSEO Boost 2017: Working Smarter: SEO Automation to Increase Efficiency & ...
TechSEO Boost 2017: Working Smarter: SEO Automation to Increase Efficiency & ...TechSEO Boost 2017: Working Smarter: SEO Automation to Increase Efficiency & ...
TechSEO Boost 2017: Working Smarter: SEO Automation to Increase Efficiency & ...Catalyst
 
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...Charly Wargnier
 
Competitor Site Audits with Free Tools and Data - Sophie Gibson - BrightonSEO...
Competitor Site Audits with Free Tools and Data - Sophie Gibson - BrightonSEO...Competitor Site Audits with Free Tools and Data - Sophie Gibson - BrightonSEO...
Competitor Site Audits with Free Tools and Data - Sophie Gibson - BrightonSEO...Sophie Gibson
 
rel canonical audit BrightonSEO September 2018
rel canonical audit BrightonSEO September 2018rel canonical audit BrightonSEO September 2018
rel canonical audit BrightonSEO September 2018Mark Thomas
 
Redefining Technical SEO, #MozCon 2019 by Paul Shapiro
Redefining Technical SEO, #MozCon 2019 by Paul ShapiroRedefining Technical SEO, #MozCon 2019 by Paul Shapiro
Redefining Technical SEO, #MozCon 2019 by Paul ShapiroPaul Shapiro
 
TechSEO Boost 2017: Making the Web Fast
TechSEO Boost 2017: Making the Web FastTechSEO Boost 2017: Making the Web Fast
TechSEO Boost 2017: Making the Web FastCatalyst
 
Keynote: Bias in Search and Recommender Systems
Keynote: Bias in Search and Recommender SystemsKeynote: Bias in Search and Recommender Systems
Keynote: Bias in Search and Recommender SystemsCatalyst
 
TechSEO Boost 2017: Fun with Machine Learning: How Machine Learning is Shapin...
TechSEO Boost 2017: Fun with Machine Learning: How Machine Learning is Shapin...TechSEO Boost 2017: Fun with Machine Learning: How Machine Learning is Shapin...
TechSEO Boost 2017: Fun with Machine Learning: How Machine Learning is Shapin...Catalyst
 
5 Ways to Master Search Marketing For Your Enterprise Business
5 Ways to Master Search Marketing For Your Enterprise Business5 Ways to Master Search Marketing For Your Enterprise Business
5 Ways to Master Search Marketing For Your Enterprise BusinessCatalyst
 
TechSEO Boost 2017: SEO Best Practices for JavaScript T-Based Websites
TechSEO Boost 2017: SEO Best Practices for JavaScript T-Based WebsitesTechSEO Boost 2017: SEO Best Practices for JavaScript T-Based Websites
TechSEO Boost 2017: SEO Best Practices for JavaScript T-Based WebsitesCatalyst
 
MeasureFest July 2021 - Session Segmentation with Machine Learning
MeasureFest July 2021 - Session Segmentation with Machine LearningMeasureFest July 2021 - Session Segmentation with Machine Learning
MeasureFest July 2021 - Session Segmentation with Machine LearningRichard Lawrence
 
Rendering SEO Manifesto - Why we need to go beyond JavaScript SEO
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 SEOOnely
 
Understanding RSA Performance by Looking at KPIs That Matter
Understanding RSA Performance by Looking at KPIs That MatterUnderstanding RSA Performance by Looking at KPIs That Matter
Understanding RSA Performance by Looking at KPIs That MatterCatalyst
 
Python For Technical SEO | Women In Tech SEO Festival March 2020 | Ruth Everett
Python For Technical SEO | Women In Tech SEO Festival March 2020 | Ruth Everett Python For Technical SEO | Women In Tech SEO Festival March 2020 | Ruth Everett
Python For Technical SEO | Women In Tech SEO Festival March 2020 | Ruth Everett Ruth Everett
 
Headless SEO: Optimising Next Gen Sites | brightonSEO 2021
Headless SEO: Optimising Next Gen Sites | brightonSEO 2021Headless SEO: Optimising Next Gen Sites | brightonSEO 2021
Headless SEO: Optimising Next Gen Sites | brightonSEO 2021Alex Wright
 
How App Indexation Works
How App Indexation WorksHow App Indexation Works
How App Indexation WorksSerenaPearson2
 
Automation Demystified
Automation DemystifiedAutomation Demystified
Automation DemystifiedMichael King
 
The 30 Minute Mobile SEO Audit
The 30 Minute Mobile SEO AuditThe 30 Minute Mobile SEO Audit
The 30 Minute Mobile SEO AuditGeorge Freitag
 
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021DavidSmart53
 
SearchLove Boston 2016 | Mike King | Developer Thinking for SEOs
SearchLove Boston 2016 | Mike King | Developer Thinking for SEOsSearchLove Boston 2016 | Mike King | Developer Thinking for SEOs
SearchLove Boston 2016 | Mike King | Developer Thinking for SEOsDistilled
 

Was ist angesagt? (20)

TechSEO Boost 2017: Working Smarter: SEO Automation to Increase Efficiency & ...
TechSEO Boost 2017: Working Smarter: SEO Automation to Increase Efficiency & ...TechSEO Boost 2017: Working Smarter: SEO Automation to Increase Efficiency & ...
TechSEO Boost 2017: Working Smarter: SEO Automation to Increase Efficiency & ...
 
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
How to build simple web apps to automate your SEO tasks - BrightonSEO Spring ...
 
Competitor Site Audits with Free Tools and Data - Sophie Gibson - BrightonSEO...
Competitor Site Audits with Free Tools and Data - Sophie Gibson - BrightonSEO...Competitor Site Audits with Free Tools and Data - Sophie Gibson - BrightonSEO...
Competitor Site Audits with Free Tools and Data - Sophie Gibson - BrightonSEO...
 
rel canonical audit BrightonSEO September 2018
rel canonical audit BrightonSEO September 2018rel canonical audit BrightonSEO September 2018
rel canonical audit BrightonSEO September 2018
 
Redefining Technical SEO, #MozCon 2019 by Paul Shapiro
Redefining Technical SEO, #MozCon 2019 by Paul ShapiroRedefining Technical SEO, #MozCon 2019 by Paul Shapiro
Redefining Technical SEO, #MozCon 2019 by Paul Shapiro
 
TechSEO Boost 2017: Making the Web Fast
TechSEO Boost 2017: Making the Web FastTechSEO Boost 2017: Making the Web Fast
TechSEO Boost 2017: Making the Web Fast
 
Keynote: Bias in Search and Recommender Systems
Keynote: Bias in Search and Recommender SystemsKeynote: Bias in Search and Recommender Systems
Keynote: Bias in Search and Recommender Systems
 
TechSEO Boost 2017: Fun with Machine Learning: How Machine Learning is Shapin...
TechSEO Boost 2017: Fun with Machine Learning: How Machine Learning is Shapin...TechSEO Boost 2017: Fun with Machine Learning: How Machine Learning is Shapin...
TechSEO Boost 2017: Fun with Machine Learning: How Machine Learning is Shapin...
 
5 Ways to Master Search Marketing For Your Enterprise Business
5 Ways to Master Search Marketing For Your Enterprise Business5 Ways to Master Search Marketing For Your Enterprise Business
5 Ways to Master Search Marketing For Your Enterprise Business
 
TechSEO Boost 2017: SEO Best Practices for JavaScript T-Based Websites
TechSEO Boost 2017: SEO Best Practices for JavaScript T-Based WebsitesTechSEO Boost 2017: SEO Best Practices for JavaScript T-Based Websites
TechSEO Boost 2017: SEO Best Practices for JavaScript T-Based Websites
 
MeasureFest July 2021 - Session Segmentation with Machine Learning
MeasureFest July 2021 - Session Segmentation with Machine LearningMeasureFest July 2021 - Session Segmentation with Machine Learning
MeasureFest July 2021 - Session Segmentation with Machine Learning
 
Rendering SEO Manifesto - Why we need to go beyond JavaScript SEO
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
 
Understanding RSA Performance by Looking at KPIs That Matter
Understanding RSA Performance by Looking at KPIs That MatterUnderstanding RSA Performance by Looking at KPIs That Matter
Understanding RSA Performance by Looking at KPIs That Matter
 
Python For Technical SEO | Women In Tech SEO Festival March 2020 | Ruth Everett
Python For Technical SEO | Women In Tech SEO Festival March 2020 | Ruth Everett Python For Technical SEO | Women In Tech SEO Festival March 2020 | Ruth Everett
Python For Technical SEO | Women In Tech SEO Festival March 2020 | Ruth Everett
 
Headless SEO: Optimising Next Gen Sites | brightonSEO 2021
Headless SEO: Optimising Next Gen Sites | brightonSEO 2021Headless SEO: Optimising Next Gen Sites | brightonSEO 2021
Headless SEO: Optimising Next Gen Sites | brightonSEO 2021
 
How App Indexation Works
How App Indexation WorksHow App Indexation Works
How App Indexation Works
 
Automation Demystified
Automation DemystifiedAutomation Demystified
Automation Demystified
 
The 30 Minute Mobile SEO Audit
The 30 Minute Mobile SEO AuditThe 30 Minute Mobile SEO Audit
The 30 Minute Mobile SEO Audit
 
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
 
SearchLove Boston 2016 | Mike King | Developer Thinking for SEOs
SearchLove Boston 2016 | Mike King | Developer Thinking for SEOsSearchLove Boston 2016 | Mike King | Developer Thinking for SEOs
SearchLove Boston 2016 | Mike King | Developer Thinking for SEOs
 

Ähnlich wie Building an ML Model for Predicting SERP Rankings

The future of (Windows) operations #WinOps #DevOps
The future of (Windows) operations #WinOps #DevOpsThe future of (Windows) operations #WinOps #DevOps
The future of (Windows) operations #WinOps #DevOpsDevOpsGroup
 
DevOpsGuys - Cloud Adoption Frameworks - IPExpo April 2018
DevOpsGuys - Cloud Adoption Frameworks - IPExpo April 2018DevOpsGuys - Cloud Adoption Frameworks - IPExpo April 2018
DevOpsGuys - Cloud Adoption Frameworks - IPExpo April 2018DevOpsGroup
 
Real World DevOps - Jason Riggins
Real World DevOps - Jason RigginsReal World DevOps - Jason Riggins
Real World DevOps - Jason RigginsJason Riggins
 
DevOps: What, who, why and how?
DevOps: What, who, why and how?DevOps: What, who, why and how?
DevOps: What, who, why and how?Red Gate Software
 
Why Tooling (Only) Isn’t The Answer
Why Tooling (Only) Isn’t The AnswerWhy Tooling (Only) Isn’t The Answer
Why Tooling (Only) Isn’t The AnswerArnold Van Wijnbergen
 
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...Edureka!
 
DevOps & the Dark Side 10 ways to convince your team DevOps is a force for good
DevOps & the Dark Side 10 ways to convince your team DevOps is a force for goodDevOps & the Dark Side 10 ways to convince your team DevOps is a force for good
DevOps & the Dark Side 10 ways to convince your team DevOps is a force for goodSteve Poole
 
How to create awesome customer experiences
How to create awesome customer experiencesHow to create awesome customer experiences
How to create awesome customer experiencesMorgan Simonsen
 
WordPress Loves Google: Marrying Great Design and SEO with WordPress
WordPress Loves Google: Marrying Great Design and SEO with WordPressWordPress Loves Google: Marrying Great Design and SEO with WordPress
WordPress Loves Google: Marrying Great Design and SEO with WordPressWebspec Design
 
Continuous Delivery: Making DevOps Awesome
Continuous Delivery: Making DevOps AwesomeContinuous Delivery: Making DevOps Awesome
Continuous Delivery: Making DevOps AwesomeNicole Forsgren
 
Balancing DevOps Speed with Quality
Balancing DevOps Speed with QualityBalancing DevOps Speed with Quality
Balancing DevOps Speed with QualityShashi Kiran
 
SEO Audit Workshop: Framework, Techniques And Tools
SEO Audit Workshop: Framework, Techniques And ToolsSEO Audit Workshop: Framework, Techniques And Tools
SEO Audit Workshop: Framework, Techniques And ToolsDigital Vidya
 
How DevOps Impact Product Management by xOps Co-Founders
How DevOps Impact Product Management by xOps Co-FoundersHow DevOps Impact Product Management by xOps Co-Founders
How DevOps Impact Product Management by xOps Co-FoundersProduct School
 
Delivering Better Software Faster (Without Breaking Everything)
Delivering Better Software Faster (Without Breaking Everything)Delivering Better Software Faster (Without Breaking Everything)
Delivering Better Software Faster (Without Breaking Everything)XebiaLabs
 
The Bright Ops Future - Reinventing Operations in the Age of Cloud-Native IT
The Bright Ops Future - Reinventing Operations in the Age of Cloud-Native ITThe Bright Ops Future - Reinventing Operations in the Age of Cloud-Native IT
The Bright Ops Future - Reinventing Operations in the Age of Cloud-Native ITVMware Tanzu
 
Deliver on the Promise of Agile and DevOps Transformations
Deliver on the Promise of Agile and DevOps TransformationsDeliver on the Promise of Agile and DevOps Transformations
Deliver on the Promise of Agile and DevOps TransformationsTasktop
 
2019 Top Lessons Learned Since the Phoenix Project Was Released
2019 Top Lessons Learned Since the Phoenix Project Was Released2019 Top Lessons Learned Since the Phoenix Project Was Released
2019 Top Lessons Learned Since the Phoenix Project Was ReleasedGene Kim
 
Creating a DevOps Practice for Analytics -- Strata Data, September 28, 2017
Creating a DevOps Practice for Analytics -- Strata Data, September 28, 2017Creating a DevOps Practice for Analytics -- Strata Data, September 28, 2017
Creating a DevOps Practice for Analytics -- Strata Data, September 28, 2017Caserta
 
Don't F*ck Up Your Site Migration - Serena Pearson
Don't F*ck Up Your Site Migration - Serena PearsonDon't F*ck Up Your Site Migration - Serena Pearson
Don't F*ck Up Your Site Migration - Serena PearsonSerenaPearson2
 

Ähnlich wie Building an ML Model for Predicting SERP Rankings (20)

The future of (Windows) operations #WinOps #DevOps
The future of (Windows) operations #WinOps #DevOpsThe future of (Windows) operations #WinOps #DevOps
The future of (Windows) operations #WinOps #DevOps
 
DevOpsGuys - Cloud Adoption Frameworks - IPExpo April 2018
DevOpsGuys - Cloud Adoption Frameworks - IPExpo April 2018DevOpsGuys - Cloud Adoption Frameworks - IPExpo April 2018
DevOpsGuys - Cloud Adoption Frameworks - IPExpo April 2018
 
Real World DevOps - Jason Riggins
Real World DevOps - Jason RigginsReal World DevOps - Jason Riggins
Real World DevOps - Jason Riggins
 
DevOps: What, who, why and how?
DevOps: What, who, why and how?DevOps: What, who, why and how?
DevOps: What, who, why and how?
 
Why Tooling (Only) Isn’t The Answer
Why Tooling (Only) Isn’t The AnswerWhy Tooling (Only) Isn’t The Answer
Why Tooling (Only) Isn’t The Answer
 
DevOps 1 (1).pptx
DevOps 1 (1).pptxDevOps 1 (1).pptx
DevOps 1 (1).pptx
 
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...
 
DevOps & the Dark Side 10 ways to convince your team DevOps is a force for good
DevOps & the Dark Side 10 ways to convince your team DevOps is a force for goodDevOps & the Dark Side 10 ways to convince your team DevOps is a force for good
DevOps & the Dark Side 10 ways to convince your team DevOps is a force for good
 
How to create awesome customer experiences
How to create awesome customer experiencesHow to create awesome customer experiences
How to create awesome customer experiences
 
WordPress Loves Google: Marrying Great Design and SEO with WordPress
WordPress Loves Google: Marrying Great Design and SEO with WordPressWordPress Loves Google: Marrying Great Design and SEO with WordPress
WordPress Loves Google: Marrying Great Design and SEO with WordPress
 
Continuous Delivery: Making DevOps Awesome
Continuous Delivery: Making DevOps AwesomeContinuous Delivery: Making DevOps Awesome
Continuous Delivery: Making DevOps Awesome
 
Balancing DevOps Speed with Quality
Balancing DevOps Speed with QualityBalancing DevOps Speed with Quality
Balancing DevOps Speed with Quality
 
SEO Audit Workshop: Framework, Techniques And Tools
SEO Audit Workshop: Framework, Techniques And ToolsSEO Audit Workshop: Framework, Techniques And Tools
SEO Audit Workshop: Framework, Techniques And Tools
 
How DevOps Impact Product Management by xOps Co-Founders
How DevOps Impact Product Management by xOps Co-FoundersHow DevOps Impact Product Management by xOps Co-Founders
How DevOps Impact Product Management by xOps Co-Founders
 
Delivering Better Software Faster (Without Breaking Everything)
Delivering Better Software Faster (Without Breaking Everything)Delivering Better Software Faster (Without Breaking Everything)
Delivering Better Software Faster (Without Breaking Everything)
 
The Bright Ops Future - Reinventing Operations in the Age of Cloud-Native IT
The Bright Ops Future - Reinventing Operations in the Age of Cloud-Native ITThe Bright Ops Future - Reinventing Operations in the Age of Cloud-Native IT
The Bright Ops Future - Reinventing Operations in the Age of Cloud-Native IT
 
Deliver on the Promise of Agile and DevOps Transformations
Deliver on the Promise of Agile and DevOps TransformationsDeliver on the Promise of Agile and DevOps Transformations
Deliver on the Promise of Agile and DevOps Transformations
 
2019 Top Lessons Learned Since the Phoenix Project Was Released
2019 Top Lessons Learned Since the Phoenix Project Was Released2019 Top Lessons Learned Since the Phoenix Project Was Released
2019 Top Lessons Learned Since the Phoenix Project Was Released
 
Creating a DevOps Practice for Analytics -- Strata Data, September 28, 2017
Creating a DevOps Practice for Analytics -- Strata Data, September 28, 2017Creating a DevOps Practice for Analytics -- Strata Data, September 28, 2017
Creating a DevOps Practice for Analytics -- Strata Data, September 28, 2017
 
Don't F*ck Up Your Site Migration - Serena Pearson
Don't F*ck Up Your Site Migration - Serena PearsonDon't F*ck Up Your Site Migration - Serena Pearson
Don't F*ck Up Your Site Migration - Serena Pearson
 

Mehr von Catalyst

Closing the Gap: Adopting Omnichannel Strategies for Stronger Brand-Consumer ...
Closing the Gap: Adopting Omnichannel Strategies for Stronger Brand-Consumer ...Closing the Gap: Adopting Omnichannel Strategies for Stronger Brand-Consumer ...
Closing the Gap: Adopting Omnichannel Strategies for Stronger Brand-Consumer ...Catalyst
 
TechSEO Boost 2021 - Cultivating a Product Mindset for Success
TechSEO Boost 2021 - Cultivating a Product Mindset for SuccessTechSEO Boost 2021 - Cultivating a Product Mindset for Success
TechSEO Boost 2021 - Cultivating a Product Mindset for SuccessCatalyst
 
TechSEO Boost 2021 - The Future Is The Past: Tagging And Tracking Through The...
TechSEO Boost 2021 - The Future Is The Past: Tagging And Tracking Through The...TechSEO Boost 2021 - The Future Is The Past: Tagging And Tracking Through The...
TechSEO Boost 2021 - The Future Is The Past: Tagging And Tracking Through The...Catalyst
 
10 Trends Changing Programmatic
10 Trends Changing Programmatic10 Trends Changing Programmatic
10 Trends Changing ProgrammaticCatalyst
 
New Commerce Conference: Charting a Course to Success with Your Retail Media ...
New Commerce Conference: Charting a Course to Success with Your Retail Media ...New Commerce Conference: Charting a Course to Success with Your Retail Media ...
New Commerce Conference: Charting a Course to Success with Your Retail Media ...Catalyst
 
The New Commerce Conference: The Omni-channel Imperative
The New Commerce Conference: The Omni-channel ImperativeThe New Commerce Conference: The Omni-channel Imperative
The New Commerce Conference: The Omni-channel ImperativeCatalyst
 
New Commerce Commerce: All Things Instacart
New Commerce Commerce: All Things InstacartNew Commerce Commerce: All Things Instacart
New Commerce Commerce: All Things InstacartCatalyst
 
The Power of SEO: Protect Your Bottom Line & Future Proof Your Brand
The Power of SEO: Protect Your Bottom Line & Future Proof Your BrandThe Power of SEO: Protect Your Bottom Line & Future Proof Your Brand
The Power of SEO: Protect Your Bottom Line & Future Proof Your BrandCatalyst
 
The Era of Omni-Commerce: New Insights for Dominating the Digital Shelf and B...
The Era of Omni-Commerce: New Insights for Dominating the Digital Shelf and B...The Era of Omni-Commerce: New Insights for Dominating the Digital Shelf and B...
The Era of Omni-Commerce: New Insights for Dominating the Digital Shelf and B...Catalyst
 
Reignite Your Business with Performance Marketing: 4 Ways to Fuel Your Reopening
Reignite Your Business with Performance Marketing: 4 Ways to Fuel Your ReopeningReignite Your Business with Performance Marketing: 4 Ways to Fuel Your Reopening
Reignite Your Business with Performance Marketing: 4 Ways to Fuel Your ReopeningCatalyst
 
Reignite Your Business with Performance Marketing: 4 Ways to Dial-Up Brand In...
Reignite Your Business with Performance Marketing: 4 Ways to Dial-Up Brand In...Reignite Your Business with Performance Marketing: 4 Ways to Dial-Up Brand In...
Reignite Your Business with Performance Marketing: 4 Ways to Dial-Up Brand In...Catalyst
 
Evolve Your Social Commerce Strategy: Thinking Beyond Facebook
Evolve Your Social Commerce Strategy: Thinking Beyond FacebookEvolve Your Social Commerce Strategy: Thinking Beyond Facebook
Evolve Your Social Commerce Strategy: Thinking Beyond FacebookCatalyst
 
B2B SEO: Increase Traffic & Leads in 2020
B2B SEO: Increase Traffic & Leads in 2020B2B SEO: Increase Traffic & Leads in 2020
B2B SEO: Increase Traffic & Leads in 2020Catalyst
 
TechSEO Boost 2019: Research Competition
TechSEO Boost 2019: Research CompetitionTechSEO Boost 2019: Research Competition
TechSEO Boost 2019: Research CompetitionCatalyst
 
NLP Powered Outreach Link Building
NLP Powered Outreach Link BuildingNLP Powered Outreach Link Building
NLP Powered Outreach Link BuildingCatalyst
 
Generating Qualitative Content with GPT-2 in All Languages
Generating Qualitative Content with GPT-2 in All LanguagesGenerating Qualitative Content with GPT-2 in All Languages
Generating Qualitative Content with GPT-2 in All LanguagesCatalyst
 
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps ScriptAutomate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps ScriptCatalyst
 
NLP for SEO
NLP for SEONLP for SEO
NLP for SEOCatalyst
 
What I Learned Building a Toy Example to Crawl & Render like Google
What I Learned Building a Toy Example to Crawl & Render like GoogleWhat I Learned Building a Toy Example to Crawl & Render like Google
What I Learned Building a Toy Example to Crawl & Render like GoogleCatalyst
 
The User is The Query: The Rise of Predictive Proactive Search
The User is The Query: The Rise of Predictive Proactive SearchThe User is The Query: The Rise of Predictive Proactive Search
The User is The Query: The Rise of Predictive Proactive SearchCatalyst
 

Mehr von Catalyst (20)

Closing the Gap: Adopting Omnichannel Strategies for Stronger Brand-Consumer ...
Closing the Gap: Adopting Omnichannel Strategies for Stronger Brand-Consumer ...Closing the Gap: Adopting Omnichannel Strategies for Stronger Brand-Consumer ...
Closing the Gap: Adopting Omnichannel Strategies for Stronger Brand-Consumer ...
 
TechSEO Boost 2021 - Cultivating a Product Mindset for Success
TechSEO Boost 2021 - Cultivating a Product Mindset for SuccessTechSEO Boost 2021 - Cultivating a Product Mindset for Success
TechSEO Boost 2021 - Cultivating a Product Mindset for Success
 
TechSEO Boost 2021 - The Future Is The Past: Tagging And Tracking Through The...
TechSEO Boost 2021 - The Future Is The Past: Tagging And Tracking Through The...TechSEO Boost 2021 - The Future Is The Past: Tagging And Tracking Through The...
TechSEO Boost 2021 - The Future Is The Past: Tagging And Tracking Through The...
 
10 Trends Changing Programmatic
10 Trends Changing Programmatic10 Trends Changing Programmatic
10 Trends Changing Programmatic
 
New Commerce Conference: Charting a Course to Success with Your Retail Media ...
New Commerce Conference: Charting a Course to Success with Your Retail Media ...New Commerce Conference: Charting a Course to Success with Your Retail Media ...
New Commerce Conference: Charting a Course to Success with Your Retail Media ...
 
The New Commerce Conference: The Omni-channel Imperative
The New Commerce Conference: The Omni-channel ImperativeThe New Commerce Conference: The Omni-channel Imperative
The New Commerce Conference: The Omni-channel Imperative
 
New Commerce Commerce: All Things Instacart
New Commerce Commerce: All Things InstacartNew Commerce Commerce: All Things Instacart
New Commerce Commerce: All Things Instacart
 
The Power of SEO: Protect Your Bottom Line & Future Proof Your Brand
The Power of SEO: Protect Your Bottom Line & Future Proof Your BrandThe Power of SEO: Protect Your Bottom Line & Future Proof Your Brand
The Power of SEO: Protect Your Bottom Line & Future Proof Your Brand
 
The Era of Omni-Commerce: New Insights for Dominating the Digital Shelf and B...
The Era of Omni-Commerce: New Insights for Dominating the Digital Shelf and B...The Era of Omni-Commerce: New Insights for Dominating the Digital Shelf and B...
The Era of Omni-Commerce: New Insights for Dominating the Digital Shelf and B...
 
Reignite Your Business with Performance Marketing: 4 Ways to Fuel Your Reopening
Reignite Your Business with Performance Marketing: 4 Ways to Fuel Your ReopeningReignite Your Business with Performance Marketing: 4 Ways to Fuel Your Reopening
Reignite Your Business with Performance Marketing: 4 Ways to Fuel Your Reopening
 
Reignite Your Business with Performance Marketing: 4 Ways to Dial-Up Brand In...
Reignite Your Business with Performance Marketing: 4 Ways to Dial-Up Brand In...Reignite Your Business with Performance Marketing: 4 Ways to Dial-Up Brand In...
Reignite Your Business with Performance Marketing: 4 Ways to Dial-Up Brand In...
 
Evolve Your Social Commerce Strategy: Thinking Beyond Facebook
Evolve Your Social Commerce Strategy: Thinking Beyond FacebookEvolve Your Social Commerce Strategy: Thinking Beyond Facebook
Evolve Your Social Commerce Strategy: Thinking Beyond Facebook
 
B2B SEO: Increase Traffic & Leads in 2020
B2B SEO: Increase Traffic & Leads in 2020B2B SEO: Increase Traffic & Leads in 2020
B2B SEO: Increase Traffic & Leads in 2020
 
TechSEO Boost 2019: Research Competition
TechSEO Boost 2019: Research CompetitionTechSEO Boost 2019: Research Competition
TechSEO Boost 2019: Research Competition
 
NLP Powered Outreach Link Building
NLP Powered Outreach Link BuildingNLP Powered Outreach Link Building
NLP Powered Outreach Link Building
 
Generating Qualitative Content with GPT-2 in All Languages
Generating Qualitative Content with GPT-2 in All LanguagesGenerating Qualitative Content with GPT-2 in All Languages
Generating Qualitative Content with GPT-2 in All Languages
 
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps ScriptAutomate, Create Tools, & Test Ideas Quickly with Google Apps Script
Automate, Create Tools, & Test Ideas Quickly with Google Apps Script
 
NLP for SEO
NLP for SEONLP for SEO
NLP for SEO
 
What I Learned Building a Toy Example to Crawl & Render like Google
What I Learned Building a Toy Example to Crawl & Render like GoogleWhat I Learned Building a Toy Example to Crawl & Render like Google
What I Learned Building a Toy Example to Crawl & Render like Google
 
The User is The Query: The Rise of Predictive Proactive Search
The User is The Query: The Rise of Predictive Proactive SearchThe User is The Query: The Rise of Predictive Proactive Search
The User is The Query: The Rise of Predictive Proactive Search
 

Kürzlich hochgeladen

Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Richard Ingilby
 
Brand experience Peoria City Soccer Presentation.pdf
Brand experience Peoria City Soccer Presentation.pdfBrand experience Peoria City Soccer Presentation.pdf
Brand experience Peoria City Soccer Presentation.pdftbatkhuu1
 
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
April 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupApril 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupVbout.com
 
The Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdfThe Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdfVWO
 
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best StrategiesGoogle 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best StrategiesSearch Engine Journal
 
Cost-effective tactics for navigating CPC surges
Cost-effective tactics for navigating CPC surgesCost-effective tactics for navigating CPC surges
Cost-effective tactics for navigating CPC surgesPushON Ltd
 
Instant Digital Issuance: An Overview With Critical First Touch Best Practices
Instant Digital Issuance: An Overview With Critical First Touch Best PracticesInstant Digital Issuance: An Overview With Critical First Touch Best Practices
Instant Digital Issuance: An Overview With Critical First Touch Best PracticesMedia Logic
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...aditipandeya
 
How to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setupsHow to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setupsssuser4571da
 
Defining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerDefining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerAmirNasiruog
 
Uncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsUncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsVWO
 
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...ChesterYang6
 
Social Samosa Guidebook for SAMMIES 2024.pdf
Social Samosa Guidebook for SAMMIES 2024.pdfSocial Samosa Guidebook for SAMMIES 2024.pdf
Social Samosa Guidebook for SAMMIES 2024.pdfSocial Samosa
 
Local SEO Domination: Put your business at the forefront of local searches!
Local SEO Domination:  Put your business at the forefront of local searches!Local SEO Domination:  Put your business at the forefront of local searches!
Local SEO Domination: Put your business at the forefront of local searches!dstvtechnician
 
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Factors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxFactors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxVikasTiwari846641
 
Unraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptxUnraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptxelizabethella096
 

Kürzlich hochgeladen (20)

Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
Moving beyond multi-touch attribution - DigiMarCon CanWest 2024
 
Brand experience Peoria City Soccer Presentation.pdf
Brand experience Peoria City Soccer Presentation.pdfBrand experience Peoria City Soccer Presentation.pdf
Brand experience Peoria City Soccer Presentation.pdf
 
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 128 Noida Escorts >༒8448380779 Escort Service
 
April 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting GroupApril 2024 - VBOUT Partners Meeting Group
April 2024 - VBOUT Partners Meeting Group
 
Brand Strategy Master Class - Juntae DeLane
Brand Strategy Master Class - Juntae DeLaneBrand Strategy Master Class - Juntae DeLane
Brand Strategy Master Class - Juntae DeLane
 
The Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdfThe Science of Landing Page Messaging.pdf
The Science of Landing Page Messaging.pdf
 
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best StrategiesGoogle 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
Google 3rd-Party Cookie Deprecation [Update] + 5 Best Strategies
 
Cost-effective tactics for navigating CPC surges
Cost-effective tactics for navigating CPC surgesCost-effective tactics for navigating CPC surges
Cost-effective tactics for navigating CPC surges
 
Instant Digital Issuance: An Overview With Critical First Touch Best Practices
Instant Digital Issuance: An Overview With Critical First Touch Best PracticesInstant Digital Issuance: An Overview With Critical First Touch Best Practices
Instant Digital Issuance: An Overview With Critical First Touch Best Practices
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Film Nagar high-profile Call ...
 
How to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setupsHow to utilize calculated properties in your HubSpot setups
How to utilize calculated properties in your HubSpot setups
 
Defining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotlerDefining Marketing for the 21st Century,kotler
Defining Marketing for the 21st Century,kotler
 
Uncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 ReportsUncover Insightful User Journey Secrets Using GA4 Reports
Uncover Insightful User Journey Secrets Using GA4 Reports
 
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
Netflix Ads The Game Changer in Video Ads – Who Needs YouTube.pptx (Chester Y...
 
Social Samosa Guidebook for SAMMIES 2024.pdf
Social Samosa Guidebook for SAMMIES 2024.pdfSocial Samosa Guidebook for SAMMIES 2024.pdf
Social Samosa Guidebook for SAMMIES 2024.pdf
 
Local SEO Domination: Put your business at the forefront of local searches!
Local SEO Domination:  Put your business at the forefront of local searches!Local SEO Domination:  Put your business at the forefront of local searches!
Local SEO Domination: Put your business at the forefront of local searches!
 
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 150 Noida Escorts >༒8448380779 Escort Service
 
Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...
Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...
Generative AI Master Class - Generative AI, Unleash Creative Opportunity - Pe...
 
Factors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptxFactors-Influencing-Branding-Strategies.pptx
Factors-Influencing-Branding-Strategies.pptx
 
Unraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptxUnraveling the Mystery of The Circleville Letters.pptx
Unraveling the Mystery of The Circleville Letters.pptx
 

Building an ML Model for Predicting SERP Rankings

  • 1.
  • 2. Moz & Russ Jones | @moz @rjonesx | #TechSEOBoost TechSEO Boost Research Finalists Do Links Still Matter for SEO in 2017? Utilizing Cloudflare Workers to Overcome the Challenges of Legacy Tech Stacks and High DevOps Costs Building a Machine Learning Model Capable of Predicting a Webpage Ranking in SERP with a Reliability of 92% Eric EngeDan TaylorVincent Terrasi Sponsored by
  • 3. Moz & Russ Jones | @moz @rjonesx | #TechSEOBoost TechSEO Boost Research Finalists Do Links Still Matter for SEO in 2017? Utilizing Cloudflare Workers to Overcome the Challenges of Legacy Tech Stacks and High DevOps Costs Building a Machine Learning Model Capable of Predicting a Webpage Ranking in SERP with a Reliability of 92% Eric EngeDan TaylorVincent Terrasi Sponsored by
  • 4. Vincent Terrasi | @VincentTerrasi | #TechSEOBoost BUILDING AN ML MODEL CAPABLE OF PREDICTING A WEBPAGE’S RANKING IN SERP – With a reliability of 92%
  • 5. Vincent Terrasi | @VincentTerrasi | #TechSEOBoost OVH • Global company, specialising in cloud solutions and internet infrastructure. • 1.3 million customers in 140 different countries. • 300k servers VINCENT+DREAM TEAM • All knowledge is connected to all other knowledge. The fun is in making the connections. • With data marketing, we can find new connections everyday !
  • 6. Vincent Terrasi | @VincentTerrasi | #TechSEOBoost Purpose Every year, websites share the ranking criteria that they think are most relevant for SEO. OVH’s solution uses machine learning to identify the most relevant SEO factors for specific themes, with no human intervention.
  • 7. Vincent Terrasi | @VincentTerrasi | #TechSEOBoost “Overall, the reason for combining different tools is to get as close as possible to Google’s ranking factors”
  • 8. Vincent Terrasi | @VincentTerrasi | #TechSEOBoost Methodology • SEMrush • Top 100 URLs for more than 3,000 keywords • Three additional pieces of software: • Majestic (for external criteria) • ScreamingFrog & Oncrawl (for internal criteria) • Visiblis (for semantic content) • Using ML algorithms: XGBoost or Random Forest • Industrialise with Dataiku – the data science platform
  • 9. Vincent Terrasi | @VincentTerrasi | #TechSEOBoost “In other words, we are now able to test a page to determine its chances of being in the top 10 Google results for relevant searches.” https://github.com/ovh/summit2016-RankingPredict
  • 10. Vincent Terrasi | @VincentTerrasi | #TechSEOBoost Results • OVH was able to define relevant variables for specific topics with an extremely high reliability (92%). • Each time a new webpage is created, we can tell whether it will rank first in Google searches, check its position, and compare it to other websites – all in real time.
  • 11. Vincent Terrasi | @VincentTerrasi | #TechSEOBoost Big Thanks to Tech SEO Boost! – OVHCloud.com @ovh My blog: data-seo.com
  • 12. Moz & Russ Jones | @moz @rjonesx | #TechSEOBoost TechSEO Boost Research Finalists Do Links Still Matter for SEO in 2017? Utilizing Cloudflare Workers to Overcome the Challenges of Legacy Tech Stacks and High DevOps Costs Building a Machine Learning Model Capable of Predicting a Webpage Ranking in SERP with a Reliability of 92% Eric EngeDan TaylorVincent Terrasi Sponsored by
  • 13. Dan Taylor | @salt_agency | #TechSEOBoost UTILIZING CLOUDFLARE WORKERS TO OVERCOME THE CHALLENGES OF LEGACY TECH STACKS AND HIGH DEVOPS COSTS – Igor Krestov & Dan Taylor SALT.agency
  • 14. Dan Taylor | @salt_agency | #TechSEOBoost Hypothesis The purpose of our research was to establish whether or not serverless technology can provide workable and accessible solutions to businesses, at scale. 1. Utilizing the latest serverless technology, can we implement technical elements of SEO, such as basic Hreflang, redirects, and page level meta robots tags through service worker technology. 2. If (1) is successful, can the implementations be picked up by Google in the rendered HTML of the page (making them useful).
  • 15. Dan Taylor | @salt_agency | #TechSEOBoost Methodology In order to test our hypothesis, we used a mixture of real-world applications and testing websites. The participant websites within this research were: • A personal website - testing Hreflang implementations injected via Service Worker into the <head> • A San Francisco based OS API gateway provider - using service workers to implement 301 redirects following a migration
  • 16. Dan Taylor | @salt_agency | #TechSEOBoost Findings Through our testing we found that at scale, we could utilize Cloudflare workers for a number of tasks, including: <head> Hreflang implementation, redirects, custom HTTP headers based on user IP, customer JS overlays based on user IP/device, page level robots, implementing & modifying canonicals, A/B testing… And this technology can be scaled, and made accessible.
  • 17. Dan Taylor | @salt_agency | #TechSEOBoost Pros & Cons Pros • Workers are written in JavaScript • Simple API • One-click deployment • Next to zero DevOps Cons • Potential to affect and impact all requests • Potential to add additional latency and slow page load times, depending on implementation • Potential to introduce front-end bugs that are difficult to debug, when there is little/no access to the backend, and when it is unclear what is being modified/injected through stream transformation.
  • 18. Dan Taylor | @salt_agency | #TechSEOBoost TechSEO Boost Research Finalists Do Links Still Matter for SEO in 2017? Utilizing Cloudflare Workers to Overcome the Challenges of Legacy Tech Stacks and High DevOps Costs Building a Machine Learning Model Capable of Predicting a Webpage Ranking in SERP with a Reliability of 92% Eric EngeDan TaylorVincent Terrasi Sponsored by
  • 19. Eric Enge | @stonetemple | #TechSEOBoost Do Links Still Matter? • There remains a continuing debate about the value of links • Long gone are the days where you could get a Tupperware page to rank for a used car query • Moz and Searchmetrics used to publish correlation studies, but they have cooled off on the efforts • We set out to do our own correlation study on links as a ranking factor, and to maintain it over time
  • 20. Eric Enge | @stonetemple | #TechSEOBoost We Used New Math • Brought in elite statistics experts to improve the approach • Correlation value “r” has no meaning in statistics • We used “r2”, which tells us the percent of the variability in Y which is explained by X. • We then took the quadratic mean of all the r squared values across 16K SERPs.
  • 21. Eric Enge | @stonetemple | #TechSEOBoost The Basic Results • The correlation score INCREASED from 0.303 to 0.325. • That variability probably falls within measurement error ranges • But, if definitely did not show a decrease
  • 22. Eric Enge | @stonetemple | #TechSEOBoost One More Novel Approach • Normalized link totals for every SERP to values between 0 and 1 • Prevented highly-linked-to web pages from popular queries from skewing the results • Summed up the totals of all the links for each ranking position (total links to all position 1, total to all position 2, …) • Calculated the quadratic mean of these values to get new correlation scores • Aggregated view as to whether or not links matter • You bet they do!
  • 23. Moz & Russ Jones | @moz @rjonesx | #TechSEOBoost Thank You Judges! Sponsored by Ruth Burr Reedy Rhea Drysdale Geoff KenyonAlexis Sanders Russ Jones Neil Martinsen-Burrell Paul Shapiro Aleyda Solis Clark Boyd
  • 24. Moz & Russ Jones | @moz @rjonesx | #TechSEOBoost And the winner is….
  • 25. Catalyst | @CatalystSEM | #TechSEOBoost

Hinweis der Redaktion

  1. OVH proved that Google ranking factors could be completely different from one niche to another.