SlideShare a Scribd company logo
1 of 105
Modern Technical SEO
WILL CRITCHLOW
Best practice says you
should remove all
parameters from your URLs
That kind of
“recommendation” doesn’t
get things done
Jeff Bezos insists on
recommendations written in prose
Read Steve Yegge’s accidental reply-all
https://plus.google.com/110981030061712822816/posts/AaygmbzVeRq
Presenting to Jeff is a
gauntlet that tends to
send people back to the
cave to lick their wounds
-- Steve Yegge
Imagine you’ve done all that
– now be prepared to be
asked “WHY?”
Site speed
You know why you care about speed
You need to care about the details
You’ve probably all used tools like Google PageSpeed Insights
A high score indicates little room for
improvement, while a lower score indicates more
room for improvement. The PageSpeed Score
does not measure the time it takes for a page to
load.
-- Google
Wait, what?
Why?
Checking boxes doesn’t
delight users
Diagnose when sites are actually slow
Difference between “Has a CDN” vs. “CDN speeds site up”
How?
Gather more site speed data in GA
Add
this
line
Understand waterfall reports
We’re working on our own site speed. This is from DistilledU
But what does it mean??
All the credit goes to Waterfalls 101 from Web Performance Today
Loads of rows?
Combine assets
(CSS, JS, images)
All the credit goes to Waterfalls 101 from Web Performance Today
Seeing lots of
ORANGE bars?
Try “keep-alive” to
avoid dropping TCP
connections
All the credit goes to Waterfalls 101 from Web Performance Today
Big GREEN bars?
Shorten them with server-side
improvements and CDNs
Use analytics to tell you which – segment geographically
Big BLUE bars?
Shorten them by optimizing assets
Shrink images, minify CSS / JS
Before and after
Note: blue bars look bigger because of combined assets but total blue is less
SEGWAYSEGUE
Robots.txt
Why?
It’s amazing how often this
gets screwed up
Spot-quiz from DistilledU
With this robots.txt, what areas of the
site can googlebot crawl?
Spot-quiz from DistilledU
Answer: everything but the /secret/ directory – Robots.txt rules do not inherit
With this robots.txt, what areas of the
site can googlebot crawl?
Set alerts for changes to Robots.txt
I use Server Density [disclaimer: we’re investors] – see how here
SEGWAYSEGUE
Mobile and International
have similar technical
challenges
m.
t.
www.
.co.uk
.de
.es
.fr
One site or more?
Sets of
international
sites group
with hreflang
.co.uk
.de
.es
.fr
HREFLANG
Sets of mobile
sites group
with alternate
m.
t.
www.
ALTERNATE
rel=alternate
Why?
Declare a canonical page
and a mobile version
Do a search
like this on
the mobile
When you
click
through, you
end up on
the mobile
version
It’s hard to tell, but there’s no
redirect
This link actually goes to the m.
version specified with a
rel=alternate
But the title, URL, description all
come from the desktop version
Who links while
mobile?
Desktop pages accrue all the authority
Check all of this with Chrome mobile
emulation
Settings  Developer Tools  cog (bottom right)  Overrides
“Vary” header
Why?
Change your page based on
user-agent without worrying
about cloaking
RESS – REsponsive with Server Side
HTTP header
curl -I www.example.com
HTTP header
curl -I www.example.com
Modern meta information
Why?
Control how your pages
look when shared
Do better than this kind of share
Actually, I checked and WSJ does have og: tags – specifying that image so maybe it’s
deliberate branding
Twitter cards
Allow control of the
tweet versus the
basic:
Twitter cards
Allow control of the
tweet versus the
basic:
Implement Twitter Cards
Get a competitive advantage and sort this out now (stats from BuiltWith)
SEGWAYSEGUE
JavaScript
Why?
The days of “googlebot
can’t execute JS so I don’t
need to understand it” are
gone
Anything beyond very
basic customization
of analytics code
results in you writing
custom JavaScript
This is a screenshot of the DistilledU module on customizing GA
Sidenote: not all Google Analytics
has to be JavaScript-based
We were toying with pushing Googlebot visits to GA via a server-side call
You can also use a GET request by constructing URLs like this:
http://www.google-analytics.com/collect?v=1&tid=UA-
1618063-1&cid=122303&t=pageview&dp=%2FTest-
Page&dt=Hi%20I'm%20the%20Googlebot&dh=distilled.net&cd
1*=192.168.1.1&cs=googlebot
Get to grips with jQuery
So much easier than just JavaScript
For example, Optimizely tests are
built from jQuery
This is a live test on the Distilled website
Luckily, learning is easier
than ever
Debugging
Chrome ships with some powerful debugging tools
CTRL+SHIFT+J
But alert() and console.log() are
your friends
Right-click  Inspect Element
Highlight active DIVs and test changes immediately
You can even edit pages here to
mock things up
Obviously there are more useful things to do with this super power
AJAX and PushState
These buttons switch stories
URL
changed
without
the page
reloading
Content
changed
via AJAX
It can be hard for JS and server to
work together
Node.js on the server?
Why?
You’re going to recommend
it or encounter it in a site
audit
And, incidentally, you
should – it’s great to
separate content from
presentation
How do you audit AJAX?
URLs load content
Spot-check with a browser + disabled js. Test with a crawler
Links are HTML links
CTRL+U is view source in Chrome on Windows – learn your shortcuts
…and the href is the same as the
PushState
CTRL+U is view source in Chrome on Windows – learn your shortcuts
For an idea of the
complexity…
Here’s an example of a beautiful site
Fast CoEXIST
That
redirects to
a mobile
site
http://www.fastcoexist.com/
1682002/this-24-year-old-
entrepreneur-raised-
300000-by-wearing-dad-s-
wool-shirt-for-100-days
http://m.fastcoexist.com/?m
=fastcoexist/node/1682002
&url=http://www.fastcoexist
.com/1682002/this-24-year-
old-entrepreneur-raised-
300000-by-wearing-dad-s-
wool-shirt-for-100-days#1&
That loads
content via
AJAX
Empty
HTML

Infinite Scroll
This is what a mashable
page looks like when you
load it
When you keep scrolling more
loads under your mouse
When you keep scrolling more
loads under your mouse
Why?
You’re going to encounter it
in a site audit
How do you audit infinite
scroll?
Can you get to all these links without
scroll-loading?
Make sure there is a (traditionally) crawlable navigation (Tips here)
Can you see all the important
content without the scroll-loading?
Or at least check that it’s getting indexed
The state of
JavaScript indexation
We know that FB comments can be
indexed
See, for example this page whose JS comments are indexed
Is it worth it though?
TechCrunch admits that
using Facebook comments
drove away most of their
commenters
-- techdirt [original TC article]
We have seen a few mis-steps from FB on the comment front
When Matt said this in 2011
Original tweet
This gives Google …the ability to
read comments in AJAX or
JavaScript, such as Facebook
comments or Disqus comments
-- SearchEngineLand [emphasis mine]
Much of the coverage was similar to this
Disqus is growing fast by the way
Sites using Disqus vs. FB comments – data from BuiltWith
Disqus comments can be indexed
Disqus via API in source code indexed
But the JS version can’t
Has anyone seen it work anywhere?
Disqus via JavaScript not indexed
We have seen aggressive crawling
of things that look like URLs
<a href="#" onclick="redirect(this);return false;" redir-
to="$$$start$$$www/ratedpeople/com???find???trade???greater
-london???little-ilford" rel=nofollow f="Brenda"
l="Manor">www.ratedpeople.com</a>
function redirect(elem) {
url = $(elem).attr('redir-to').replace(///g,'.').replace(/???/g,'/').replace('$$$start$$$','http://')
document.location.href = url;
}
Worth reading the original announcement from Google – especially GET vs POST
It doesn’t look like arbitrary
JavaScript execution
I would always specify that
all content and all links can
be found without JavaScript
When you’re specifying
something, you can be as prescriptive
as you like
When you are auditing, you should be
more cautious of the cost of changes
If an audit shows content
being pulled in via JS
but it’s getting indexed
I’d leave well enough alone
If links are only accessible
via JS, I would suggest
fixing that even if pages are
being discovered
Go write technical recommendations
like you’re presenting to this guy
Thanks.
Any questions?
WILL CRITCHLOW
will.critchlow@distilled.net
@willcritchlow
Image credits:
http://kilocopter.deviantart.com/art/Birthday-Unicorns-166578859
http://www.flickr.com/photos/dachis/5536760790/
http://www.flickr.com/photos/matthigh/3687338082/
http://www.flickr.com/photos/dudaphoto/5582847355/
http://www.flickr.com/photos/jurvetson/5129303018/

More Related Content

What's hot

On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013Bastian Grimm
 
The State of the Web: Pagination and Infinite Scroll
The State of the Web: Pagination and Infinite ScrollThe State of the Web: Pagination and Infinite Scroll
The State of the Web: Pagination and Infinite ScrollAdam Gent
 
Technical SEO Presentation
Technical SEO PresentationTechnical SEO Presentation
Technical SEO PresentationJoe Robison
 
The Need for Speed! Accelerated mobile, beyond AMP
The Need for Speed! Accelerated mobile, beyond AMPThe Need for Speed! Accelerated mobile, beyond AMP
The Need for Speed! Accelerated mobile, beyond AMPJono Alderson
 
Modern Day Link Building by Jon Cooper
Modern Day Link Building by Jon CooperModern Day Link Building by Jon Cooper
Modern Day Link Building by Jon CooperGlen Dimaandal
 
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam GentHow Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam GentBranded3
 
SearchLove London 2015 | Will Critchlow | Practical Tips for the Future of ...
SearchLove London 2015 |  Will Critchlow |  Practical Tips for the Future of ...SearchLove London 2015 |  Will Critchlow |  Practical Tips for the Future of ...
SearchLove London 2015 | Will Critchlow | Practical Tips for the Future of ...Distilled
 
The Conjunction of Search and Social Media Marketing by Gillian Muessig
The Conjunction of Search and Social Media Marketing by Gillian MuessigThe Conjunction of Search and Social Media Marketing by Gillian Muessig
The Conjunction of Search and Social Media Marketing by Gillian MuessigechoVme
 
Covert copy traffic
Covert copy trafficCovert copy traffic
Covert copy traffickimkha91
 
John Warner: Why Google isn't giving update advice anymore
John Warner: Why Google isn't giving update advice anymoreJohn Warner: Why Google isn't giving update advice anymore
John Warner: Why Google isn't giving update advice anymoreJohn Warner
 
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry WhiteGTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry WhiteGerry White
 
5 Time-Saving SEO Alerts to Use Right Now - brightonSEO 2019
5 Time-Saving SEO Alerts to Use Right Now - brightonSEO 20195 Time-Saving SEO Alerts to Use Right Now - brightonSEO 2019
5 Time-Saving SEO Alerts to Use Right Now - brightonSEO 2019Marco Bonomo
 
So you think you know canonical tags - Sean Butcher Brighton SEO presentation
So you think you know canonical tags -  Sean Butcher Brighton SEO presentationSo you think you know canonical tags -  Sean Butcher Brighton SEO presentation
So you think you know canonical tags - Sean Butcher Brighton SEO presentationSean Butcher
 
Browser Changes That Will Impact SEO From 2019-2020
Browser Changes That Will Impact SEO From 2019-2020Browser Changes That Will Impact SEO From 2019-2020
Browser Changes That Will Impact SEO From 2019-2020Tom Anthony
 
Split Testing for SEO - 9 Months of Learning
Split Testing for SEO - 9 Months of LearningSplit Testing for SEO - 9 Months of Learning
Split Testing for SEO - 9 Months of LearningDominic Woodman
 
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014Bastian Grimm
 
The duck soup link building guide
The duck soup link building guideThe duck soup link building guide
The duck soup link building guideTabish Javed
 

What's hot (20)

On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013On-Page SEO EXTREME - SEOZone Istanbul 2013
On-Page SEO EXTREME - SEOZone Istanbul 2013
 
The State of the Web: Pagination and Infinite Scroll
The State of the Web: Pagination and Infinite ScrollThe State of the Web: Pagination and Infinite Scroll
The State of the Web: Pagination and Infinite Scroll
 
Technical SEO Presentation
Technical SEO PresentationTechnical SEO Presentation
Technical SEO Presentation
 
The Need for Speed! Accelerated mobile, beyond AMP
The Need for Speed! Accelerated mobile, beyond AMPThe Need for Speed! Accelerated mobile, beyond AMP
The Need for Speed! Accelerated mobile, beyond AMP
 
Modern Day Link Building by Jon Cooper
Modern Day Link Building by Jon CooperModern Day Link Building by Jon Cooper
Modern Day Link Building by Jon Cooper
 
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam GentHow Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
How Agile Technical SEO Can Add Value To Your SEO Campaign, by Adam Gent
 
SearchLove London 2015 | Will Critchlow | Practical Tips for the Future of ...
SearchLove London 2015 |  Will Critchlow |  Practical Tips for the Future of ...SearchLove London 2015 |  Will Critchlow |  Practical Tips for the Future of ...
SearchLove London 2015 | Will Critchlow | Practical Tips for the Future of ...
 
The Conjunction of Search and Social Media Marketing by Gillian Muessig
The Conjunction of Search and Social Media Marketing by Gillian MuessigThe Conjunction of Search and Social Media Marketing by Gillian Muessig
The Conjunction of Search and Social Media Marketing by Gillian Muessig
 
Covert copy traffic
Covert copy trafficCovert copy traffic
Covert copy traffic
 
John Warner: Why Google isn't giving update advice anymore
John Warner: Why Google isn't giving update advice anymoreJohn Warner: Why Google isn't giving update advice anymore
John Warner: Why Google isn't giving update advice anymore
 
Off page seo
Off page seoOff page seo
Off page seo
 
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry WhiteGTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
GTM Clowns, fun and hacks - Search Elite - May 2017 Gerry White
 
Blog and search
Blog and searchBlog and search
Blog and search
 
5 Time-Saving SEO Alerts to Use Right Now - brightonSEO 2019
5 Time-Saving SEO Alerts to Use Right Now - brightonSEO 20195 Time-Saving SEO Alerts to Use Right Now - brightonSEO 2019
5 Time-Saving SEO Alerts to Use Right Now - brightonSEO 2019
 
Seozone - 5 tips
Seozone  - 5 tips Seozone  - 5 tips
Seozone - 5 tips
 
So you think you know canonical tags - Sean Butcher Brighton SEO presentation
So you think you know canonical tags -  Sean Butcher Brighton SEO presentationSo you think you know canonical tags -  Sean Butcher Brighton SEO presentation
So you think you know canonical tags - Sean Butcher Brighton SEO presentation
 
Browser Changes That Will Impact SEO From 2019-2020
Browser Changes That Will Impact SEO From 2019-2020Browser Changes That Will Impact SEO From 2019-2020
Browser Changes That Will Impact SEO From 2019-2020
 
Split Testing for SEO - 9 Months of Learning
Split Testing for SEO - 9 Months of LearningSplit Testing for SEO - 9 Months of Learning
Split Testing for SEO - 9 Months of Learning
 
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014
What's in my SEO Toolbox: Linkbuilding Edition - SMX Milan 2014
 
The duck soup link building guide
The duck soup link building guideThe duck soup link building guide
The duck soup link building guide
 

Viewers also liked

Using Social Analytics For Testing
Using Social Analytics  For TestingUsing Social Analytics  For Testing
Using Social Analytics For TestingJennifer Lopez
 
Peters matthew periodictableseo
Peters matthew periodictableseoPeters matthew periodictableseo
Peters matthew periodictableseomattthemathman
 
Moz 2013 Ranking Factors - Matt Peters MozCon
Moz 2013 Ranking Factors - Matt Peters MozConMoz 2013 Ranking Factors - Matt Peters MozCon
Moz 2013 Ranking Factors - Matt Peters MozConmattthemathman
 
Parole Parole Parole - Practical, Modern Keyword and Topical Research
Parole Parole Parole - Practical, Modern Keyword and Topical ResearchParole Parole Parole - Practical, Modern Keyword and Topical Research
Parole Parole Parole - Practical, Modern Keyword and Topical ResearchGianluca Fiorelli
 
Demystifying Data Visualization for Marketers
Demystifying Data Visualization for MarketersDemystifying Data Visualization for Marketers
Demystifying Data Visualization for MarketersAnnie Cushing
 
User Behavior Affects Local Rankings. Now What?
User Behavior Affects Local Rankings. Now What?User Behavior Affects Local Rankings. Now What?
User Behavior Affects Local Rankings. Now What?Phil Rozek
 
SearchLove Boston 2013_Ross Hudgens_Actionable Content Marketing Tips
SearchLove Boston 2013_Ross Hudgens_Actionable Content Marketing TipsSearchLove Boston 2013_Ross Hudgens_Actionable Content Marketing Tips
SearchLove Boston 2013_Ross Hudgens_Actionable Content Marketing TipsDistilled
 
SearchLove Boston 2013_Phil Nottingham_Leveraging video for links
SearchLove Boston 2013_Phil Nottingham_Leveraging video for linksSearchLove Boston 2013_Phil Nottingham_Leveraging video for links
SearchLove Boston 2013_Phil Nottingham_Leveraging video for linksDistilled
 
SearchLove Boston 2013_Abby Covert_Search is the Front Door to UX
SearchLove Boston 2013_Abby Covert_Search is the Front Door to UXSearchLove Boston 2013_Abby Covert_Search is the Front Door to UX
SearchLove Boston 2013_Abby Covert_Search is the Front Door to UXDistilled
 
SearchLove Boston 2013_Mack Fogelson_Think Differently
SearchLove Boston 2013_Mack Fogelson_Think DifferentlySearchLove Boston 2013_Mack Fogelson_Think Differently
SearchLove Boston 2013_Mack Fogelson_Think DifferentlyDistilled
 
SearchLove Boston 2013_Eppie Vojt_Scaling Outreach
SearchLove Boston 2013_Eppie Vojt_Scaling OutreachSearchLove Boston 2013_Eppie Vojt_Scaling Outreach
SearchLove Boston 2013_Eppie Vojt_Scaling OutreachDistilled
 
SearchLove Boston 2013_Wil Reynolds_How we Get Unstuck
SearchLove Boston 2013_Wil Reynolds_How we Get UnstuckSearchLove Boston 2013_Wil Reynolds_How we Get Unstuck
SearchLove Boston 2013_Wil Reynolds_How we Get UnstuckDistilled
 
Markov Chains for the Web - SEO, Usability, Search Engine Scoring, and More
Markov Chains for the Web - SEO, Usability, Search Engine Scoring, and MoreMarkov Chains for the Web - SEO, Usability, Search Engine Scoring, and More
Markov Chains for the Web - SEO, Usability, Search Engine Scoring, and MoreRivka Fogel
 
SearchLove Boston 2013_Dr Pete_Do It Yourself Data Driven Content
SearchLove Boston 2013_Dr Pete_Do It Yourself Data Driven ContentSearchLove Boston 2013_Dr Pete_Do It Yourself Data Driven Content
SearchLove Boston 2013_Dr Pete_Do It Yourself Data Driven ContentDistilled
 
SearchLove Boston 2013_John Doherty_Creating executive support for marketing ...
SearchLove Boston 2013_John Doherty_Creating executive support for marketing ...SearchLove Boston 2013_John Doherty_Creating executive support for marketing ...
SearchLove Boston 2013_John Doherty_Creating executive support for marketing ...Distilled
 
Internet trends for marketers
Internet trends for marketersInternet trends for marketers
Internet trends for marketersWill Critchlow
 
So You Have a Mobile Friendly Website ... What Now?
So You Have a Mobile Friendly Website ... What Now?So You Have a Mobile Friendly Website ... What Now?
So You Have a Mobile Friendly Website ... What Now?Bridget Randolph
 
Mobile Strategy for Small Businesses - BrightonSEO 2013
Mobile Strategy for Small Businesses - BrightonSEO 2013Mobile Strategy for Small Businesses - BrightonSEO 2013
Mobile Strategy for Small Businesses - BrightonSEO 2013Bridget Randolph
 
Existential Crisis Management - SearchLove 2014
Existential Crisis Management - SearchLove 2014Existential Crisis Management - SearchLove 2014
Existential Crisis Management - SearchLove 2014Hannah Smith
 

Viewers also liked (20)

Using Social Analytics For Testing
Using Social Analytics  For TestingUsing Social Analytics  For Testing
Using Social Analytics For Testing
 
Peters matthew periodictableseo
Peters matthew periodictableseoPeters matthew periodictableseo
Peters matthew periodictableseo
 
Moz 2013 Ranking Factors - Matt Peters MozCon
Moz 2013 Ranking Factors - Matt Peters MozConMoz 2013 Ranking Factors - Matt Peters MozCon
Moz 2013 Ranking Factors - Matt Peters MozCon
 
Parole Parole Parole - Practical, Modern Keyword and Topical Research
Parole Parole Parole - Practical, Modern Keyword and Topical ResearchParole Parole Parole - Practical, Modern Keyword and Topical Research
Parole Parole Parole - Practical, Modern Keyword and Topical Research
 
2014 Inbound Trends
2014 Inbound Trends2014 Inbound Trends
2014 Inbound Trends
 
Demystifying Data Visualization for Marketers
Demystifying Data Visualization for MarketersDemystifying Data Visualization for Marketers
Demystifying Data Visualization for Marketers
 
User Behavior Affects Local Rankings. Now What?
User Behavior Affects Local Rankings. Now What?User Behavior Affects Local Rankings. Now What?
User Behavior Affects Local Rankings. Now What?
 
SearchLove Boston 2013_Ross Hudgens_Actionable Content Marketing Tips
SearchLove Boston 2013_Ross Hudgens_Actionable Content Marketing TipsSearchLove Boston 2013_Ross Hudgens_Actionable Content Marketing Tips
SearchLove Boston 2013_Ross Hudgens_Actionable Content Marketing Tips
 
SearchLove Boston 2013_Phil Nottingham_Leveraging video for links
SearchLove Boston 2013_Phil Nottingham_Leveraging video for linksSearchLove Boston 2013_Phil Nottingham_Leveraging video for links
SearchLove Boston 2013_Phil Nottingham_Leveraging video for links
 
SearchLove Boston 2013_Abby Covert_Search is the Front Door to UX
SearchLove Boston 2013_Abby Covert_Search is the Front Door to UXSearchLove Boston 2013_Abby Covert_Search is the Front Door to UX
SearchLove Boston 2013_Abby Covert_Search is the Front Door to UX
 
SearchLove Boston 2013_Mack Fogelson_Think Differently
SearchLove Boston 2013_Mack Fogelson_Think DifferentlySearchLove Boston 2013_Mack Fogelson_Think Differently
SearchLove Boston 2013_Mack Fogelson_Think Differently
 
SearchLove Boston 2013_Eppie Vojt_Scaling Outreach
SearchLove Boston 2013_Eppie Vojt_Scaling OutreachSearchLove Boston 2013_Eppie Vojt_Scaling Outreach
SearchLove Boston 2013_Eppie Vojt_Scaling Outreach
 
SearchLove Boston 2013_Wil Reynolds_How we Get Unstuck
SearchLove Boston 2013_Wil Reynolds_How we Get UnstuckSearchLove Boston 2013_Wil Reynolds_How we Get Unstuck
SearchLove Boston 2013_Wil Reynolds_How we Get Unstuck
 
Markov Chains for the Web - SEO, Usability, Search Engine Scoring, and More
Markov Chains for the Web - SEO, Usability, Search Engine Scoring, and MoreMarkov Chains for the Web - SEO, Usability, Search Engine Scoring, and More
Markov Chains for the Web - SEO, Usability, Search Engine Scoring, and More
 
SearchLove Boston 2013_Dr Pete_Do It Yourself Data Driven Content
SearchLove Boston 2013_Dr Pete_Do It Yourself Data Driven ContentSearchLove Boston 2013_Dr Pete_Do It Yourself Data Driven Content
SearchLove Boston 2013_Dr Pete_Do It Yourself Data Driven Content
 
SearchLove Boston 2013_John Doherty_Creating executive support for marketing ...
SearchLove Boston 2013_John Doherty_Creating executive support for marketing ...SearchLove Boston 2013_John Doherty_Creating executive support for marketing ...
SearchLove Boston 2013_John Doherty_Creating executive support for marketing ...
 
Internet trends for marketers
Internet trends for marketersInternet trends for marketers
Internet trends for marketers
 
So You Have a Mobile Friendly Website ... What Now?
So You Have a Mobile Friendly Website ... What Now?So You Have a Mobile Friendly Website ... What Now?
So You Have a Mobile Friendly Website ... What Now?
 
Mobile Strategy for Small Businesses - BrightonSEO 2013
Mobile Strategy for Small Businesses - BrightonSEO 2013Mobile Strategy for Small Businesses - BrightonSEO 2013
Mobile Strategy for Small Businesses - BrightonSEO 2013
 
Existential Crisis Management - SearchLove 2014
Existential Crisis Management - SearchLove 2014Existential Crisis Management - SearchLove 2014
Existential Crisis Management - SearchLove 2014
 

Similar to SearchLove Boston 2013_Will Critchlow_Technical SEO

Gwo Techieguide
Gwo TechieguideGwo Techieguide
Gwo TechieguideVML
 
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
 
Understand the impact of Javascript on SEO
Understand the impact of Javascript on SEOUnderstand the impact of Javascript on SEO
Understand the impact of Javascript on SEOBotify
 
Ruby on Rails Performance Tuning. Make it faster, make it better (WindyCityRa...
Ruby on Rails Performance Tuning. Make it faster, make it better (WindyCityRa...Ruby on Rails Performance Tuning. Make it faster, make it better (WindyCityRa...
Ruby on Rails Performance Tuning. Make it faster, make it better (WindyCityRa...John McCaffrey
 
Windy cityrails performance_tuning
Windy cityrails performance_tuningWindy cityrails performance_tuning
Windy cityrails performance_tuningJohn McCaffrey
 
[Part 1] understand google search console outrankco
[Part 1] understand google search console   outrankco[Part 1] understand google search console   outrankco
[Part 1] understand google search console outrankcoOutrankco Pte Ltd
 
Optimising AJAX Applications for Organic Search
Optimising AJAX Applications for Organic SearchOptimising AJAX Applications for Organic Search
Optimising AJAX Applications for Organic SearchJudith Lewis
 
SEARCH Y : Benjamin Bussière - Javascript and seo misconceptions, misunders...
SEARCH Y :  Benjamin Bussière - Javascript and seo  misconceptions, misunders...SEARCH Y :  Benjamin Bussière - Javascript and seo  misconceptions, misunders...
SEARCH Y : Benjamin Bussière - Javascript and seo misconceptions, misunders...SEARCH Y - Philippe Yonnet Evénements
 
Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)David Sottimano
 
Javascript SEO Devs and SEOs playing nicely
Javascript SEO Devs and SEOs playing nicelyJavascript SEO Devs and SEOs playing nicely
Javascript SEO Devs and SEOs playing nicelyPeter Mead
 
How can a data layer help my seo
How can a data layer help my seoHow can a data layer help my seo
How can a data layer help my seoPhil Pearce
 
Understanding progressive enhancement - yuiconf2010
Understanding progressive enhancement - yuiconf2010Understanding progressive enhancement - yuiconf2010
Understanding progressive enhancement - yuiconf2010Christian Heilmann
 
The State of Front-end At CrowdTwist
The State of Front-end At CrowdTwistThe State of Front-end At CrowdTwist
The State of Front-end At CrowdTwistMark Fayngersh
 
Selenium - The page object pattern
Selenium - The page object patternSelenium - The page object pattern
Selenium - The page object patternMichael Palotas
 
Scalable Front-end Development with Vue.JS
Scalable Front-end Development with Vue.JSScalable Front-end Development with Vue.JS
Scalable Front-end Development with Vue.JSGalih Pratama
 

Similar to SearchLove Boston 2013_Will Critchlow_Technical SEO (20)

Techieguide
TechieguideTechieguide
Techieguide
 
Gwo Techieguide
Gwo TechieguideGwo Techieguide
Gwo Techieguide
 
Flavours of SEO
Flavours of SEOFlavours of SEO
Flavours of SEO
 
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
 
Understand the impact of Javascript on SEO
Understand the impact of Javascript on SEOUnderstand the impact of Javascript on SEO
Understand the impact of Javascript on SEO
 
Ruby on Rails Performance Tuning. Make it faster, make it better (WindyCityRa...
Ruby on Rails Performance Tuning. Make it faster, make it better (WindyCityRa...Ruby on Rails Performance Tuning. Make it faster, make it better (WindyCityRa...
Ruby on Rails Performance Tuning. Make it faster, make it better (WindyCityRa...
 
Windy cityrails performance_tuning
Windy cityrails performance_tuningWindy cityrails performance_tuning
Windy cityrails performance_tuning
 
[Part 1] understand google search console outrankco
[Part 1] understand google search console   outrankco[Part 1] understand google search console   outrankco
[Part 1] understand google search console outrankco
 
Optimising AJAX Applications for Organic Search
Optimising AJAX Applications for Organic SearchOptimising AJAX Applications for Organic Search
Optimising AJAX Applications for Organic Search
 
Web components
Web componentsWeb components
Web components
 
SEARCH Y : Benjamin Bussière - Javascript and seo misconceptions, misunders...
SEARCH Y :  Benjamin Bussière - Javascript and seo  misconceptions, misunders...SEARCH Y :  Benjamin Bussière - Javascript and seo  misconceptions, misunders...
SEARCH Y : Benjamin Bussière - Javascript and seo misconceptions, misunders...
 
Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)Log analysis and pro use cases for search marketers online version (1)
Log analysis and pro use cases for search marketers online version (1)
 
Javascript SEO Devs and SEOs playing nicely
Javascript SEO Devs and SEOs playing nicelyJavascript SEO Devs and SEOs playing nicely
Javascript SEO Devs and SEOs playing nicely
 
Technial SEO
Technial SEOTechnial SEO
Technial SEO
 
How can a data layer help my seo
How can a data layer help my seoHow can a data layer help my seo
How can a data layer help my seo
 
Understanding progressive enhancement - yuiconf2010
Understanding progressive enhancement - yuiconf2010Understanding progressive enhancement - yuiconf2010
Understanding progressive enhancement - yuiconf2010
 
The State of Front-end At CrowdTwist
The State of Front-end At CrowdTwistThe State of Front-end At CrowdTwist
The State of Front-end At CrowdTwist
 
Selenium - The page object pattern
Selenium - The page object patternSelenium - The page object pattern
Selenium - The page object pattern
 
Scalable Front-end Development with Vue.JS
Scalable Front-end Development with Vue.JSScalable Front-end Development with Vue.JS
Scalable Front-end Development with Vue.JS
 
Make Web Not War 2010
Make Web Not War 2010Make Web Not War 2010
Make Web Not War 2010
 

More from Distilled

SearchLove London 2019 - Will Critchlow - Misunderstood Concepts at the Heart...
SearchLove London 2019 - Will Critchlow - Misunderstood Concepts at the Heart...SearchLove London 2019 - Will Critchlow - Misunderstood Concepts at the Heart...
SearchLove London 2019 - Will Critchlow - Misunderstood Concepts at the Heart...Distilled
 
SearchLove London 2019 - Stacey MacNaught - Actioning Search Intent: What to ...
SearchLove London 2019 - Stacey MacNaught - Actioning Search Intent: What to ...SearchLove London 2019 - Stacey MacNaught - Actioning Search Intent: What to ...
SearchLove London 2019 - Stacey MacNaught - Actioning Search Intent: What to ...Distilled
 
SearchLove London 2019 - Lindsay Wassell - Managing Multinational & Multiling...
SearchLove London 2019 - Lindsay Wassell - Managing Multinational & Multiling...SearchLove London 2019 - Lindsay Wassell - Managing Multinational & Multiling...
SearchLove London 2019 - Lindsay Wassell - Managing Multinational & Multiling...Distilled
 
SearchLove London 2019 - Dr. Pete Meyers - Scaling Keyword Research: More Isn...
SearchLove London 2019 - Dr. Pete Meyers - Scaling Keyword Research: More Isn...SearchLove London 2019 - Dr. Pete Meyers - Scaling Keyword Research: More Isn...
SearchLove London 2019 - Dr. Pete Meyers - Scaling Keyword Research: More Isn...Distilled
 
SearchLoveLondon 2019 - Faisal Anderson - Spying on Google: Using Log File An...
SearchLoveLondon 2019 - Faisal Anderson - Spying on Google: Using Log File An...SearchLoveLondon 2019 - Faisal Anderson - Spying on Google: Using Log File An...
SearchLoveLondon 2019 - Faisal Anderson - Spying on Google: Using Log File An...Distilled
 
SearchLove London 2019 - Rory Truesdale - Using the SERPs to Know Your Audience
SearchLove London 2019 - Rory Truesdale - Using the SERPs to Know Your AudienceSearchLove London 2019 - Rory Truesdale - Using the SERPs to Know Your Audience
SearchLove London 2019 - Rory Truesdale - Using the SERPs to Know Your AudienceDistilled
 
SearchLove London 2019 - Rand Fishkin - The Search Landscape in 2019
SearchLove London 2019 - Rand Fishkin - The Search Landscape in 2019SearchLove London 2019 - Rand Fishkin - The Search Landscape in 2019
SearchLove London 2019 - Rand Fishkin - The Search Landscape in 2019Distilled
 
SearchLove London 2019 - Jes Scholtz - Giving Robots an All Access Pass
SearchLove London 2019 - Jes Scholtz - Giving Robots an All Access PassSearchLove London 2019 - Jes Scholtz - Giving Robots an All Access Pass
SearchLove London 2019 - Jes Scholtz - Giving Robots an All Access PassDistilled
 
SearchLove London 2019 - Heather Physioc - Building a Discoverability Powerhouse
SearchLove London 2019 - Heather Physioc - Building a Discoverability PowerhouseSearchLove London 2019 - Heather Physioc - Building a Discoverability Powerhouse
SearchLove London 2019 - Heather Physioc - Building a Discoverability PowerhouseDistilled
 
SearchLove London 2019 - Andi Jarvis - The Science of Persuasion
SearchLove London 2019 - Andi Jarvis - The Science of PersuasionSearchLove London 2019 - Andi Jarvis - The Science of Persuasion
SearchLove London 2019 - Andi Jarvis - The Science of PersuasionDistilled
 
SearchLove London 2019 - Luke Carthy - Finding Powerful CRO and UX Opportunit...
SearchLove London 2019 - Luke Carthy - Finding Powerful CRO and UX Opportunit...SearchLove London 2019 - Luke Carthy - Finding Powerful CRO and UX Opportunit...
SearchLove London 2019 - Luke Carthy - Finding Powerful CRO and UX Opportunit...Distilled
 
SearchLove London 2019 - Greg Gifford - Doc Brown's Plutonium-powered Local S...
SearchLove London 2019 - Greg Gifford - Doc Brown's Plutonium-powered Local S...SearchLove London 2019 - Greg Gifford - Doc Brown's Plutonium-powered Local S...
SearchLove London 2019 - Greg Gifford - Doc Brown's Plutonium-powered Local S...Distilled
 
SearchLove London 2019 - Sarah Gurbach - Using Qualitative Data to Make Human...
SearchLove London 2019 - Sarah Gurbach - Using Qualitative Data to Make Human...SearchLove London 2019 - Sarah Gurbach - Using Qualitative Data to Make Human...
SearchLove London 2019 - Sarah Gurbach - Using Qualitative Data to Make Human...Distilled
 
SearchLove London 2019 - Marie Haynes - Practical Tips for Improving E-A-T
SearchLove London 2019 - Marie Haynes - Practical Tips for Improving E-A-TSearchLove London 2019 - Marie Haynes - Practical Tips for Improving E-A-T
SearchLove London 2019 - Marie Haynes - Practical Tips for Improving E-A-TDistilled
 
SearchLove Boston 2019 - Rand Fishkin - Building Influence in 2019
SearchLove Boston 2019 - Rand Fishkin - Building Influence in 2019SearchLove Boston 2019 - Rand Fishkin - Building Influence in 2019
SearchLove Boston 2019 - Rand Fishkin - Building Influence in 2019Distilled
 
SearchLove Boston 2019 - Courtney Cox Wakefield - Voice Search and Instant An...
SearchLove Boston 2019 - Courtney Cox Wakefield - Voice Search and Instant An...SearchLove Boston 2019 - Courtney Cox Wakefield - Voice Search and Instant An...
SearchLove Boston 2019 - Courtney Cox Wakefield - Voice Search and Instant An...Distilled
 
SearchLove Boston 2019 - Tom Anthony - Search in 2020: Technologies That Will...
SearchLove Boston 2019 - Tom Anthony - Search in 2020: Technologies That Will...SearchLove Boston 2019 - Tom Anthony - Search in 2020: Technologies That Will...
SearchLove Boston 2019 - Tom Anthony - Search in 2020: Technologies That Will...Distilled
 
SearchLove Boston 2019 - Derek Gleason - Benchmarking Success for Client Site...
SearchLove Boston 2019 - Derek Gleason - Benchmarking Success for Client Site...SearchLove Boston 2019 - Derek Gleason - Benchmarking Success for Client Site...
SearchLove Boston 2019 - Derek Gleason - Benchmarking Success for Client Site...Distilled
 
SearchLove Boston 2019 - Kameron Jenkins - The Modern Search Writer’s Toolkit
SearchLove Boston 2019 - Kameron Jenkins - The Modern Search Writer’s ToolkitSearchLove Boston 2019 - Kameron Jenkins - The Modern Search Writer’s Toolkit
SearchLove Boston 2019 - Kameron Jenkins - The Modern Search Writer’s ToolkitDistilled
 
SearchLove Boston 2019 - Joy Hawkins - 10 Ways to Get Results with Local SEO
SearchLove Boston 2019 - Joy Hawkins - 10 Ways to Get Results with Local SEOSearchLove Boston 2019 - Joy Hawkins - 10 Ways to Get Results with Local SEO
SearchLove Boston 2019 - Joy Hawkins - 10 Ways to Get Results with Local SEODistilled
 

More from Distilled (20)

SearchLove London 2019 - Will Critchlow - Misunderstood Concepts at the Heart...
SearchLove London 2019 - Will Critchlow - Misunderstood Concepts at the Heart...SearchLove London 2019 - Will Critchlow - Misunderstood Concepts at the Heart...
SearchLove London 2019 - Will Critchlow - Misunderstood Concepts at the Heart...
 
SearchLove London 2019 - Stacey MacNaught - Actioning Search Intent: What to ...
SearchLove London 2019 - Stacey MacNaught - Actioning Search Intent: What to ...SearchLove London 2019 - Stacey MacNaught - Actioning Search Intent: What to ...
SearchLove London 2019 - Stacey MacNaught - Actioning Search Intent: What to ...
 
SearchLove London 2019 - Lindsay Wassell - Managing Multinational & Multiling...
SearchLove London 2019 - Lindsay Wassell - Managing Multinational & Multiling...SearchLove London 2019 - Lindsay Wassell - Managing Multinational & Multiling...
SearchLove London 2019 - Lindsay Wassell - Managing Multinational & Multiling...
 
SearchLove London 2019 - Dr. Pete Meyers - Scaling Keyword Research: More Isn...
SearchLove London 2019 - Dr. Pete Meyers - Scaling Keyword Research: More Isn...SearchLove London 2019 - Dr. Pete Meyers - Scaling Keyword Research: More Isn...
SearchLove London 2019 - Dr. Pete Meyers - Scaling Keyword Research: More Isn...
 
SearchLoveLondon 2019 - Faisal Anderson - Spying on Google: Using Log File An...
SearchLoveLondon 2019 - Faisal Anderson - Spying on Google: Using Log File An...SearchLoveLondon 2019 - Faisal Anderson - Spying on Google: Using Log File An...
SearchLoveLondon 2019 - Faisal Anderson - Spying on Google: Using Log File An...
 
SearchLove London 2019 - Rory Truesdale - Using the SERPs to Know Your Audience
SearchLove London 2019 - Rory Truesdale - Using the SERPs to Know Your AudienceSearchLove London 2019 - Rory Truesdale - Using the SERPs to Know Your Audience
SearchLove London 2019 - Rory Truesdale - Using the SERPs to Know Your Audience
 
SearchLove London 2019 - Rand Fishkin - The Search Landscape in 2019
SearchLove London 2019 - Rand Fishkin - The Search Landscape in 2019SearchLove London 2019 - Rand Fishkin - The Search Landscape in 2019
SearchLove London 2019 - Rand Fishkin - The Search Landscape in 2019
 
SearchLove London 2019 - Jes Scholtz - Giving Robots an All Access Pass
SearchLove London 2019 - Jes Scholtz - Giving Robots an All Access PassSearchLove London 2019 - Jes Scholtz - Giving Robots an All Access Pass
SearchLove London 2019 - Jes Scholtz - Giving Robots an All Access Pass
 
SearchLove London 2019 - Heather Physioc - Building a Discoverability Powerhouse
SearchLove London 2019 - Heather Physioc - Building a Discoverability PowerhouseSearchLove London 2019 - Heather Physioc - Building a Discoverability Powerhouse
SearchLove London 2019 - Heather Physioc - Building a Discoverability Powerhouse
 
SearchLove London 2019 - Andi Jarvis - The Science of Persuasion
SearchLove London 2019 - Andi Jarvis - The Science of PersuasionSearchLove London 2019 - Andi Jarvis - The Science of Persuasion
SearchLove London 2019 - Andi Jarvis - The Science of Persuasion
 
SearchLove London 2019 - Luke Carthy - Finding Powerful CRO and UX Opportunit...
SearchLove London 2019 - Luke Carthy - Finding Powerful CRO and UX Opportunit...SearchLove London 2019 - Luke Carthy - Finding Powerful CRO and UX Opportunit...
SearchLove London 2019 - Luke Carthy - Finding Powerful CRO and UX Opportunit...
 
SearchLove London 2019 - Greg Gifford - Doc Brown's Plutonium-powered Local S...
SearchLove London 2019 - Greg Gifford - Doc Brown's Plutonium-powered Local S...SearchLove London 2019 - Greg Gifford - Doc Brown's Plutonium-powered Local S...
SearchLove London 2019 - Greg Gifford - Doc Brown's Plutonium-powered Local S...
 
SearchLove London 2019 - Sarah Gurbach - Using Qualitative Data to Make Human...
SearchLove London 2019 - Sarah Gurbach - Using Qualitative Data to Make Human...SearchLove London 2019 - Sarah Gurbach - Using Qualitative Data to Make Human...
SearchLove London 2019 - Sarah Gurbach - Using Qualitative Data to Make Human...
 
SearchLove London 2019 - Marie Haynes - Practical Tips for Improving E-A-T
SearchLove London 2019 - Marie Haynes - Practical Tips for Improving E-A-TSearchLove London 2019 - Marie Haynes - Practical Tips for Improving E-A-T
SearchLove London 2019 - Marie Haynes - Practical Tips for Improving E-A-T
 
SearchLove Boston 2019 - Rand Fishkin - Building Influence in 2019
SearchLove Boston 2019 - Rand Fishkin - Building Influence in 2019SearchLove Boston 2019 - Rand Fishkin - Building Influence in 2019
SearchLove Boston 2019 - Rand Fishkin - Building Influence in 2019
 
SearchLove Boston 2019 - Courtney Cox Wakefield - Voice Search and Instant An...
SearchLove Boston 2019 - Courtney Cox Wakefield - Voice Search and Instant An...SearchLove Boston 2019 - Courtney Cox Wakefield - Voice Search and Instant An...
SearchLove Boston 2019 - Courtney Cox Wakefield - Voice Search and Instant An...
 
SearchLove Boston 2019 - Tom Anthony - Search in 2020: Technologies That Will...
SearchLove Boston 2019 - Tom Anthony - Search in 2020: Technologies That Will...SearchLove Boston 2019 - Tom Anthony - Search in 2020: Technologies That Will...
SearchLove Boston 2019 - Tom Anthony - Search in 2020: Technologies That Will...
 
SearchLove Boston 2019 - Derek Gleason - Benchmarking Success for Client Site...
SearchLove Boston 2019 - Derek Gleason - Benchmarking Success for Client Site...SearchLove Boston 2019 - Derek Gleason - Benchmarking Success for Client Site...
SearchLove Boston 2019 - Derek Gleason - Benchmarking Success for Client Site...
 
SearchLove Boston 2019 - Kameron Jenkins - The Modern Search Writer’s Toolkit
SearchLove Boston 2019 - Kameron Jenkins - The Modern Search Writer’s ToolkitSearchLove Boston 2019 - Kameron Jenkins - The Modern Search Writer’s Toolkit
SearchLove Boston 2019 - Kameron Jenkins - The Modern Search Writer’s Toolkit
 
SearchLove Boston 2019 - Joy Hawkins - 10 Ways to Get Results with Local SEO
SearchLove Boston 2019 - Joy Hawkins - 10 Ways to Get Results with Local SEOSearchLove Boston 2019 - Joy Hawkins - 10 Ways to Get Results with Local SEO
SearchLove Boston 2019 - Joy Hawkins - 10 Ways to Get Results with Local SEO
 

Recently uploaded

Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
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
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
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
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
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
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
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
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
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
 
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
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 

Recently uploaded (20)

Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
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.
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.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
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
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
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
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
 
Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
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
 
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
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 

SearchLove Boston 2013_Will Critchlow_Technical SEO

Editor's Notes

  1. I know what you’re thinking