SlideShare ist ein Scribd-Unternehmen logo
1 von 28
Technical SEO and it’s place in
multi-signal SEO
Richard Falconer
BrightonSEO
12th April 2013
We are…
What my friends think I do
What my Mum thinks I do
What SEO Account Managers think I do
What I think I do
What I really do
Underused technical SEO techniques
1. prefetch and prerender
1. prefetch and prerender
Prefetch
Downloads the file you request and holds it until clicked. You
can request multiple files.
<link rel="prefetch" href="/images/big.jpeg">
<meta http-equiv="Link" content="</images/big.jpeg>; rel=prefetch">
[HTTP header] Link: </images/big.jpeg>; rel=prefetch
Prerender
Downloads and fully renders the page (including
CSS, JavaScript etc.) and holds for 30 seconds, waiting for the
click.
<link rel="prerender" href="http://example.org/index.html">
https://developer.mozilla.org/en/docs/Link_prefetching_FAQ
https://developers.google.com/chrome/whitepapers/prerender
1. prefetch and prerender
Areas where you could make use of prefetch or prerender:
Checkout areas
Simple multi-page forms
Multi-page articles
1. prefetch and prerender
Use analytics to identify areas where you can use
prefetch and prerender
Implementation requires consideration and testing. The system
should not be overused and can cause side effects:
Analytics problems – registering page views incorrectly
Bandwidth problems – overuse could slow down your site
Bandwidth problems – think about external sites too
2. SEO friendly AJAX
AJAX can be good for user experience, bad for search
Previous hashbang #! solution was rubbish
HTML5 includes a JavaScript function called pushState()
Address bar URL, title and history can be changed
If your web application fails
in browsers with scripting
disabled, Jakob Neilsen’s
dog will come to your house
and shit on your carpet.
pushState
All major browsers now support pushState
Bing recommends pushState over hashbangs
Google encourages webmasters to look into it
pushState
Get the speed benefit of AJAX
Allow users to bookmark and link to AJAX content
Allows users to use their back button
Keeps content accessible to all, including search engines
3. Supercharge your crawling
SEOs need to crawl web sites
Screaming Frog is awesome
Power Mapper is also awesome
There are many others
Most have big limitations
http://www.screamingfrog.co.uk/seo-spider/
http://www.powermapper.com/
Powermapper
www.brightonseo.com
Powermapper
www.brightonseo.com
Powermapper
www.brightonseo.com
Grepping
Grep allows us to search for a string of
characters using regex patterns
Blekko allows you to grep the whole internet:
http://blekko.com/webgrep?status=completed
Blekko Grep The Web
Thing 872,652 URLs 1,173 Domains
Person 101,078,860 URLs 56,603 Domains
Product 31,437, 841 URLs 33,539 Domains 1,664,598
Domains
Crawl and grep
Crawl files
Checks for patterns
Disguard files
Crawl files
Save files
Check for patterns
Conventional Crawlers Crawl and grep
How to do it
Install HTTrack
http://www.httrack.com/
Crawl the site using httrack and save the files
Install grepWin
http://tools.tortoisesvn.net/grepWin.html
Grep the pages using grepWin.
Search for text matches or regex patterns
Build a library of regex patterns for future use
What you can discover
Check server logs
Grep competitor pages
Grep link prospects
Pagination with Rel=”prev” Rel=”next”
Authorship Rel=”author”
Schema.org markup
Other structured data
Iframes
Nofollow links
Analytics tracking code
Like buttons
Twitter cards, Facebook Markup
Anything else that you want, whenever you want
Grepping found…
Top 100 pages for “car insurance” on Google.co.uk
“car insurance” used 2011 times. Average 20 times per page.
6 pages use schema.org, 4 of them for product
52 use canonical link element, 2 use it twice!
1 site uses prefetch
40% of pages on The Daily Mail website contain the word
“immigrant” (sample of 2772 pages)
6% on The Guardian website (sample 3442 pages)
F*** used on 7% and C*** used on 3.5% Guardian pages
Never used on The Daily Mail
Lorem ipsum dolor sit
Default text to use during design is “Lorem ipsum dolor…”
I checked the Conservative website. They have one page
which seems to be neglected:
Thank you

Weitere ähnliche Inhalte

Was ist angesagt?

WordCamp Mid-Atlantic WordPress Security
WordCamp Mid-Atlantic WordPress SecurityWordCamp Mid-Atlantic WordPress Security
WordCamp Mid-Atlantic WordPress SecurityBrad Williams
 
Security and Privacy on the Web in 2016
Security and Privacy on the Web in 2016Security and Privacy on the Web in 2016
Security and Privacy on the Web in 2016Francois Marier
 
Faster Frontends
Faster FrontendsFaster Frontends
Faster FrontendsAndy Davies
 
Defeating Cross-Site Scripting with Content Security Policy
Defeating Cross-Site Scripting with Content Security PolicyDefeating Cross-Site Scripting with Content Security Policy
Defeating Cross-Site Scripting with Content Security PolicyFrancois Marier
 
Http only cookie
Http only cookieHttp only cookie
Http only cookiefool2fish
 
The Need For Speed
The Need For SpeedThe Need For Speed
The Need For SpeedAndy Davies
 
Advanced Information Gathering AKA Google Hacking
Advanced Information Gathering AKA Google HackingAdvanced Information Gathering AKA Google Hacking
Advanced Information Gathering AKA Google HackingGareth Davies
 
Lockdown WordPress
Lockdown WordPressLockdown WordPress
Lockdown WordPressDre Armeda
 
Creative Web 01 - Introduction to the web & web development
Creative Web 01 - Introduction to the web & web developmentCreative Web 01 - Introduction to the web & web development
Creative Web 01 - Introduction to the web & web developmentLukas Oppermann
 

Was ist angesagt? (12)

WordCamp Mid-Atlantic WordPress Security
WordCamp Mid-Atlantic WordPress SecurityWordCamp Mid-Atlantic WordPress Security
WordCamp Mid-Atlantic WordPress Security
 
Security and Privacy on the Web in 2016
Security and Privacy on the Web in 2016Security and Privacy on the Web in 2016
Security and Privacy on the Web in 2016
 
Php White Hat Seo
Php White Hat SeoPhp White Hat Seo
Php White Hat Seo
 
Faster Frontends
Faster FrontendsFaster Frontends
Faster Frontends
 
Defeating Cross-Site Scripting with Content Security Policy
Defeating Cross-Site Scripting with Content Security PolicyDefeating Cross-Site Scripting with Content Security Policy
Defeating Cross-Site Scripting with Content Security Policy
 
Google Dorks
Google DorksGoogle Dorks
Google Dorks
 
Http only cookie
Http only cookieHttp only cookie
Http only cookie
 
The Need For Speed
The Need For SpeedThe Need For Speed
The Need For Speed
 
Advanced Information Gathering AKA Google Hacking
Advanced Information Gathering AKA Google HackingAdvanced Information Gathering AKA Google Hacking
Advanced Information Gathering AKA Google Hacking
 
Lockdown WordPress
Lockdown WordPressLockdown WordPress
Lockdown WordPress
 
Google Hacking Basics
Google Hacking BasicsGoogle Hacking Basics
Google Hacking Basics
 
Creative Web 01 - Introduction to the web & web development
Creative Web 01 - Introduction to the web & web developmentCreative Web 01 - Introduction to the web & web development
Creative Web 01 - Introduction to the web & web development
 

Ähnlich wie Estudio34 Presents Richard Falconer, LBi en Brighton SEO 2013

Advanced Web Scraping or How To Make Internet Your Database #seoplus2018
Advanced Web Scraping or How To Make Internet Your Database #seoplus2018Advanced Web Scraping or How To Make Internet Your Database #seoplus2018
Advanced Web Scraping or How To Make Internet Your Database #seoplus2018Esteve Castells
 
Optimising Web Application Frontend
Optimising Web Application FrontendOptimising Web Application Frontend
Optimising Web Application Frontendtkramar
 
Web Scraping In Ruby Utosc 2009.Key
Web Scraping In Ruby Utosc 2009.KeyWeb Scraping In Ruby Utosc 2009.Key
Web Scraping In Ruby Utosc 2009.Keyjtzemp
 
High Performance Websites
High Performance WebsitesHigh Performance Websites
High Performance WebsitesParham
 
Progressive Downloads and Rendering - take #2
Progressive Downloads and Rendering - take #2Progressive Downloads and Rendering - take #2
Progressive Downloads and Rendering - take #2Stoyan Stefanov
 
Csdn Drdobbs Tenni Theurer Yahoo
Csdn Drdobbs Tenni Theurer YahooCsdn Drdobbs Tenni Theurer Yahoo
Csdn Drdobbs Tenni Theurer Yahooguestb1b95b
 
GDPR and EA Commissioning a web site Part 6 of 8
GDPR and EA Commissioning a web site Part 6 of 8GDPR and EA Commissioning a web site Part 6 of 8
GDPR and EA Commissioning a web site Part 6 of 8Allen Woods
 
Web 2.0 Expo: Even Faster Web Sites
Web 2.0 Expo: Even Faster Web SitesWeb 2.0 Expo: Even Faster Web Sites
Web 2.0 Expo: Even Faster Web SitesSteve Souders
 
implement lighthouse-ci with your web development workflow
implement lighthouse-ci with your web development workflowimplement lighthouse-ci with your web development workflow
implement lighthouse-ci with your web development workflowWordPress
 
Ajax to the Moon
Ajax to the MoonAjax to the Moon
Ajax to the Moondavejohnson
 
Going on an HTTP Diet: Front-End Web Performance
Going on an HTTP Diet: Front-End Web PerformanceGoing on an HTTP Diet: Front-End Web Performance
Going on an HTTP Diet: Front-End Web PerformanceAdam Norwood
 
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersSearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersDistilled
 
React JS and Search Engines - Patrick Stox at Triangle ReactJS Meetup
React JS and Search Engines - Patrick Stox at Triangle ReactJS MeetupReact JS and Search Engines - Patrick Stox at Triangle ReactJS Meetup
React JS and Search Engines - Patrick Stox at Triangle ReactJS Meetuppatrickstox
 
腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站areyouok
 
腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站topgeek
 
Building high performance web apps.
Building high performance web apps.Building high performance web apps.
Building high performance web apps.Arshak Movsisyan
 
Web Directions South - Even Faster Web Sites
Web Directions South - Even Faster Web SitesWeb Directions South - Even Faster Web Sites
Web Directions South - Even Faster Web SitesSteve Souders
 

Ähnlich wie Estudio34 Presents Richard Falconer, LBi en Brighton SEO 2013 (20)

Advanced Web Scraping or How To Make Internet Your Database #seoplus2018
Advanced Web Scraping or How To Make Internet Your Database #seoplus2018Advanced Web Scraping or How To Make Internet Your Database #seoplus2018
Advanced Web Scraping or How To Make Internet Your Database #seoplus2018
 
Site Manager rocks!
Site Manager rocks!Site Manager rocks!
Site Manager rocks!
 
High-Speed HTML5
High-Speed HTML5High-Speed HTML5
High-Speed HTML5
 
Optimising Web Application Frontend
Optimising Web Application FrontendOptimising Web Application Frontend
Optimising Web Application Frontend
 
Web Scraping In Ruby Utosc 2009.Key
Web Scraping In Ruby Utosc 2009.KeyWeb Scraping In Ruby Utosc 2009.Key
Web Scraping In Ruby Utosc 2009.Key
 
High Performance Websites
High Performance WebsitesHigh Performance Websites
High Performance Websites
 
Progressive Downloads and Rendering - take #2
Progressive Downloads and Rendering - take #2Progressive Downloads and Rendering - take #2
Progressive Downloads and Rendering - take #2
 
Seo and analytics basics
Seo and analytics basicsSeo and analytics basics
Seo and analytics basics
 
Csdn Drdobbs Tenni Theurer Yahoo
Csdn Drdobbs Tenni Theurer YahooCsdn Drdobbs Tenni Theurer Yahoo
Csdn Drdobbs Tenni Theurer Yahoo
 
GDPR and EA Commissioning a web site Part 6 of 8
GDPR and EA Commissioning a web site Part 6 of 8GDPR and EA Commissioning a web site Part 6 of 8
GDPR and EA Commissioning a web site Part 6 of 8
 
Web 2.0 Expo: Even Faster Web Sites
Web 2.0 Expo: Even Faster Web SitesWeb 2.0 Expo: Even Faster Web Sites
Web 2.0 Expo: Even Faster Web Sites
 
implement lighthouse-ci with your web development workflow
implement lighthouse-ci with your web development workflowimplement lighthouse-ci with your web development workflow
implement lighthouse-ci with your web development workflow
 
Ajax to the Moon
Ajax to the MoonAjax to the Moon
Ajax to the Moon
 
Going on an HTTP Diet: Front-End Web Performance
Going on an HTTP Diet: Front-End Web PerformanceGoing on an HTTP Diet: Front-End Web Performance
Going on an HTTP Diet: Front-End Web Performance
 
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital MarketersSearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
SearchLove San Diego 2018 | Mat Clayton | Site Speed for Digital Marketers
 
React JS and Search Engines - Patrick Stox at Triangle ReactJS Meetup
React JS and Search Engines - Patrick Stox at Triangle ReactJS MeetupReact JS and Search Engines - Patrick Stox at Triangle ReactJS Meetup
React JS and Search Engines - Patrick Stox at Triangle ReactJS Meetup
 
腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站
 
腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站腾讯大讲堂09 如何建设高性能网站
腾讯大讲堂09 如何建设高性能网站
 
Building high performance web apps.
Building high performance web apps.Building high performance web apps.
Building high performance web apps.
 
Web Directions South - Even Faster Web Sites
Web Directions South - Even Faster Web SitesWeb Directions South - Even Faster Web Sites
Web Directions South - Even Faster Web Sites
 

Mehr von William Renedo

eStudio 34 InAppEvent - Billy Mobile User Acquisition and Monetization
eStudio 34 InAppEvent - Billy Mobile User Acquisition and MonetizationeStudio 34 InAppEvent - Billy Mobile User Acquisition and Monetization
eStudio 34 InAppEvent - Billy Mobile User Acquisition and MonetizationWilliam Renedo
 
Estudio34 InAppEvent - How to Reach Your App Promotion KPIs with Google
Estudio34 InAppEvent - How to Reach Your App Promotion KPIs with GoogleEstudio34 InAppEvent - How to Reach Your App Promotion KPIs with Google
Estudio34 InAppEvent - How to Reach Your App Promotion KPIs with GoogleWilliam Renedo
 
eStudio34 Presents Masterclass de Growth hacking para tu ecommerce por Ugo Smith
eStudio34 Presents Masterclass de Growth hacking para tu ecommerce por Ugo SmitheStudio34 Presents Masterclass de Growth hacking para tu ecommerce por Ugo Smith
eStudio34 Presents Masterclass de Growth hacking para tu ecommerce por Ugo SmithWilliam Renedo
 
Master class, How to get traction behind your blog posts ugo smith estudio34
Master class, How to get traction behind your blog posts ugo smith estudio34Master class, How to get traction behind your blog posts ugo smith estudio34
Master class, How to get traction behind your blog posts ugo smith estudio34William Renedo
 
eStudio34 presents: "Master Class. Anuncios en Redes Sociales (SMM)
eStudio34 presents: "Master Class. Anuncios en Redes Sociales (SMM)eStudio34 presents: "Master Class. Anuncios en Redes Sociales (SMM)
eStudio34 presents: "Master Class. Anuncios en Redes Sociales (SMM)William Renedo
 
eStudio34 presents London Search Love 2015 | Five emerging Trends in Online S...
eStudio34 presents London Search Love 2015 | Five emerging Trends in Online S...eStudio34 presents London Search Love 2015 | Five emerging Trends in Online S...
eStudio34 presents London Search Love 2015 | Five emerging Trends in Online S...William Renedo
 
eStudio34 presents London Search Love 2015 | Building a Social Video Stategy ...
eStudio34 presents London Search Love 2015 | Building a Social Video Stategy ...eStudio34 presents London Search Love 2015 | Building a Social Video Stategy ...
eStudio34 presents London Search Love 2015 | Building a Social Video Stategy ...William Renedo
 
eStudio34 presents London Search Love 2015 | The Top 10 Facebook and Twitter ...
eStudio34 presents London Search Love 2015 | The Top 10 Facebook and Twitter ...eStudio34 presents London Search Love 2015 | The Top 10 Facebook and Twitter ...
eStudio34 presents London Search Love 2015 | The Top 10 Facebook and Twitter ...William Renedo
 
eStudio34 presents London Search Love 2015 Leveraging the Hidden Power of Ema...
eStudio34 presents London Search Love 2015 Leveraging the Hidden Power of Ema...eStudio34 presents London Search Love 2015 Leveraging the Hidden Power of Ema...
eStudio34 presents London Search Love 2015 Leveraging the Hidden Power of Ema...William Renedo
 
eStudio34 presents London Search Love 2015 | Search Ranking Factors in 2015: ...
eStudio34 presents London Search Love 2015 | Search Ranking Factors in 2015: ...eStudio34 presents London Search Love 2015 | Search Ranking Factors in 2015: ...
eStudio34 presents London Search Love 2015 | Search Ranking Factors in 2015: ...William Renedo
 
eStudio34 presents London Search Love 2015 | Think Like a 50's Ad Exec, Execu...
eStudio34 presents London Search Love 2015 | Think Like a 50's Ad Exec, Execu...eStudio34 presents London Search Love 2015 | Think Like a 50's Ad Exec, Execu...
eStudio34 presents London Search Love 2015 | Think Like a 50's Ad Exec, Execu...William Renedo
 
eStudio34 presents London Search Love 2015 | Topics Over Keywords: An SEO-Dri...
eStudio34 presents London Search Love 2015 | Topics Over Keywords: An SEO-Dri...eStudio34 presents London Search Love 2015 | Topics Over Keywords: An SEO-Dri...
eStudio34 presents London Search Love 2015 | Topics Over Keywords: An SEO-Dri...William Renedo
 
eStudio34 presents London Search Love 2015 Distance from Perfect: Knowing the...
eStudio34 presents London Search Love 2015 Distance from Perfect: Knowing the...eStudio34 presents London Search Love 2015 Distance from Perfect: Knowing the...
eStudio34 presents London Search Love 2015 Distance from Perfect: Knowing the...William Renedo
 
eStudio34 presents London Search Love 2015 Aleyda Solis | Unlocking Growth Op...
eStudio34 presents London Search Love 2015 Aleyda Solis | Unlocking Growth Op...eStudio34 presents London Search Love 2015 Aleyda Solis | Unlocking Growth Op...
eStudio34 presents London Search Love 2015 Aleyda Solis | Unlocking Growth Op...William Renedo
 
eStudio34 presents London Search Love 2015 | Designing Creative Content: The ...
eStudio34 presents London Search Love 2015 | Designing Creative Content: The ...eStudio34 presents London Search Love 2015 | Designing Creative Content: The ...
eStudio34 presents London Search Love 2015 | Designing Creative Content: The ...William Renedo
 
eStudio34 presents Search Love London 2015 | Searching higher up the funnel b...
eStudio34 presents Search Love London 2015 | Searching higher up the funnel b...eStudio34 presents Search Love London 2015 | Searching higher up the funnel b...
eStudio34 presents Search Love London 2015 | Searching higher up the funnel b...William Renedo
 
eStudio34 presents SearchLove London 2015 | Using Paid Social and Adwords to ...
eStudio34 presents SearchLove London 2015 | Using Paid Social and Adwords to ...eStudio34 presents SearchLove London 2015 | Using Paid Social and Adwords to ...
eStudio34 presents SearchLove London 2015 | Using Paid Social and Adwords to ...William Renedo
 
eStudio34 presents London Search Love 2015 21 must have PR Tools & Tricks by ...
eStudio34 presents London Search Love 2015 21 must have PR Tools & Tricks by ...eStudio34 presents London Search Love 2015 21 must have PR Tools & Tricks by ...
eStudio34 presents London Search Love 2015 21 must have PR Tools & Tricks by ...William Renedo
 
eStudio34 presents London Search Love 2015 | Google's Predictable Content Pre...
eStudio34 presents London Search Love 2015 | Google's Predictable Content Pre...eStudio34 presents London Search Love 2015 | Google's Predictable Content Pre...
eStudio34 presents London Search Love 2015 | Google's Predictable Content Pre...William Renedo
 
eStudio34 presents SearchLove London 2015 | Unlocking the Missing Link to CRO...
eStudio34 presents SearchLove London 2015 | Unlocking the Missing Link to CRO...eStudio34 presents SearchLove London 2015 | Unlocking the Missing Link to CRO...
eStudio34 presents SearchLove London 2015 | Unlocking the Missing Link to CRO...William Renedo
 

Mehr von William Renedo (20)

eStudio 34 InAppEvent - Billy Mobile User Acquisition and Monetization
eStudio 34 InAppEvent - Billy Mobile User Acquisition and MonetizationeStudio 34 InAppEvent - Billy Mobile User Acquisition and Monetization
eStudio 34 InAppEvent - Billy Mobile User Acquisition and Monetization
 
Estudio34 InAppEvent - How to Reach Your App Promotion KPIs with Google
Estudio34 InAppEvent - How to Reach Your App Promotion KPIs with GoogleEstudio34 InAppEvent - How to Reach Your App Promotion KPIs with Google
Estudio34 InAppEvent - How to Reach Your App Promotion KPIs with Google
 
eStudio34 Presents Masterclass de Growth hacking para tu ecommerce por Ugo Smith
eStudio34 Presents Masterclass de Growth hacking para tu ecommerce por Ugo SmitheStudio34 Presents Masterclass de Growth hacking para tu ecommerce por Ugo Smith
eStudio34 Presents Masterclass de Growth hacking para tu ecommerce por Ugo Smith
 
Master class, How to get traction behind your blog posts ugo smith estudio34
Master class, How to get traction behind your blog posts ugo smith estudio34Master class, How to get traction behind your blog posts ugo smith estudio34
Master class, How to get traction behind your blog posts ugo smith estudio34
 
eStudio34 presents: "Master Class. Anuncios en Redes Sociales (SMM)
eStudio34 presents: "Master Class. Anuncios en Redes Sociales (SMM)eStudio34 presents: "Master Class. Anuncios en Redes Sociales (SMM)
eStudio34 presents: "Master Class. Anuncios en Redes Sociales (SMM)
 
eStudio34 presents London Search Love 2015 | Five emerging Trends in Online S...
eStudio34 presents London Search Love 2015 | Five emerging Trends in Online S...eStudio34 presents London Search Love 2015 | Five emerging Trends in Online S...
eStudio34 presents London Search Love 2015 | Five emerging Trends in Online S...
 
eStudio34 presents London Search Love 2015 | Building a Social Video Stategy ...
eStudio34 presents London Search Love 2015 | Building a Social Video Stategy ...eStudio34 presents London Search Love 2015 | Building a Social Video Stategy ...
eStudio34 presents London Search Love 2015 | Building a Social Video Stategy ...
 
eStudio34 presents London Search Love 2015 | The Top 10 Facebook and Twitter ...
eStudio34 presents London Search Love 2015 | The Top 10 Facebook and Twitter ...eStudio34 presents London Search Love 2015 | The Top 10 Facebook and Twitter ...
eStudio34 presents London Search Love 2015 | The Top 10 Facebook and Twitter ...
 
eStudio34 presents London Search Love 2015 Leveraging the Hidden Power of Ema...
eStudio34 presents London Search Love 2015 Leveraging the Hidden Power of Ema...eStudio34 presents London Search Love 2015 Leveraging the Hidden Power of Ema...
eStudio34 presents London Search Love 2015 Leveraging the Hidden Power of Ema...
 
eStudio34 presents London Search Love 2015 | Search Ranking Factors in 2015: ...
eStudio34 presents London Search Love 2015 | Search Ranking Factors in 2015: ...eStudio34 presents London Search Love 2015 | Search Ranking Factors in 2015: ...
eStudio34 presents London Search Love 2015 | Search Ranking Factors in 2015: ...
 
eStudio34 presents London Search Love 2015 | Think Like a 50's Ad Exec, Execu...
eStudio34 presents London Search Love 2015 | Think Like a 50's Ad Exec, Execu...eStudio34 presents London Search Love 2015 | Think Like a 50's Ad Exec, Execu...
eStudio34 presents London Search Love 2015 | Think Like a 50's Ad Exec, Execu...
 
eStudio34 presents London Search Love 2015 | Topics Over Keywords: An SEO-Dri...
eStudio34 presents London Search Love 2015 | Topics Over Keywords: An SEO-Dri...eStudio34 presents London Search Love 2015 | Topics Over Keywords: An SEO-Dri...
eStudio34 presents London Search Love 2015 | Topics Over Keywords: An SEO-Dri...
 
eStudio34 presents London Search Love 2015 Distance from Perfect: Knowing the...
eStudio34 presents London Search Love 2015 Distance from Perfect: Knowing the...eStudio34 presents London Search Love 2015 Distance from Perfect: Knowing the...
eStudio34 presents London Search Love 2015 Distance from Perfect: Knowing the...
 
eStudio34 presents London Search Love 2015 Aleyda Solis | Unlocking Growth Op...
eStudio34 presents London Search Love 2015 Aleyda Solis | Unlocking Growth Op...eStudio34 presents London Search Love 2015 Aleyda Solis | Unlocking Growth Op...
eStudio34 presents London Search Love 2015 Aleyda Solis | Unlocking Growth Op...
 
eStudio34 presents London Search Love 2015 | Designing Creative Content: The ...
eStudio34 presents London Search Love 2015 | Designing Creative Content: The ...eStudio34 presents London Search Love 2015 | Designing Creative Content: The ...
eStudio34 presents London Search Love 2015 | Designing Creative Content: The ...
 
eStudio34 presents Search Love London 2015 | Searching higher up the funnel b...
eStudio34 presents Search Love London 2015 | Searching higher up the funnel b...eStudio34 presents Search Love London 2015 | Searching higher up the funnel b...
eStudio34 presents Search Love London 2015 | Searching higher up the funnel b...
 
eStudio34 presents SearchLove London 2015 | Using Paid Social and Adwords to ...
eStudio34 presents SearchLove London 2015 | Using Paid Social and Adwords to ...eStudio34 presents SearchLove London 2015 | Using Paid Social and Adwords to ...
eStudio34 presents SearchLove London 2015 | Using Paid Social and Adwords to ...
 
eStudio34 presents London Search Love 2015 21 must have PR Tools & Tricks by ...
eStudio34 presents London Search Love 2015 21 must have PR Tools & Tricks by ...eStudio34 presents London Search Love 2015 21 must have PR Tools & Tricks by ...
eStudio34 presents London Search Love 2015 21 must have PR Tools & Tricks by ...
 
eStudio34 presents London Search Love 2015 | Google's Predictable Content Pre...
eStudio34 presents London Search Love 2015 | Google's Predictable Content Pre...eStudio34 presents London Search Love 2015 | Google's Predictable Content Pre...
eStudio34 presents London Search Love 2015 | Google's Predictable Content Pre...
 
eStudio34 presents SearchLove London 2015 | Unlocking the Missing Link to CRO...
eStudio34 presents SearchLove London 2015 | Unlocking the Missing Link to CRO...eStudio34 presents SearchLove London 2015 | Unlocking the Missing Link to CRO...
eStudio34 presents SearchLove London 2015 | Unlocking the Missing Link to CRO...
 

Kürzlich hochgeladen

Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
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
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 

Kürzlich hochgeladen (20)

Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
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
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 

Estudio34 Presents Richard Falconer, LBi en Brighton SEO 2013

  • 1. Technical SEO and it’s place in multi-signal SEO Richard Falconer BrightonSEO 12th April 2013
  • 3. What my friends think I do
  • 4. What my Mum thinks I do
  • 5. What SEO Account Managers think I do
  • 9. 1. prefetch and prerender
  • 10. 1. prefetch and prerender Prefetch Downloads the file you request and holds it until clicked. You can request multiple files. <link rel="prefetch" href="/images/big.jpeg"> <meta http-equiv="Link" content="</images/big.jpeg>; rel=prefetch"> [HTTP header] Link: </images/big.jpeg>; rel=prefetch Prerender Downloads and fully renders the page (including CSS, JavaScript etc.) and holds for 30 seconds, waiting for the click. <link rel="prerender" href="http://example.org/index.html"> https://developer.mozilla.org/en/docs/Link_prefetching_FAQ https://developers.google.com/chrome/whitepapers/prerender
  • 11. 1. prefetch and prerender Areas where you could make use of prefetch or prerender: Checkout areas Simple multi-page forms Multi-page articles
  • 12. 1. prefetch and prerender Use analytics to identify areas where you can use
  • 13. prefetch and prerender Implementation requires consideration and testing. The system should not be overused and can cause side effects: Analytics problems – registering page views incorrectly Bandwidth problems – overuse could slow down your site Bandwidth problems – think about external sites too
  • 14. 2. SEO friendly AJAX AJAX can be good for user experience, bad for search Previous hashbang #! solution was rubbish HTML5 includes a JavaScript function called pushState() Address bar URL, title and history can be changed If your web application fails in browsers with scripting disabled, Jakob Neilsen’s dog will come to your house and shit on your carpet.
  • 15. pushState All major browsers now support pushState Bing recommends pushState over hashbangs Google encourages webmasters to look into it
  • 16. pushState Get the speed benefit of AJAX Allow users to bookmark and link to AJAX content Allows users to use their back button Keeps content accessible to all, including search engines
  • 17. 3. Supercharge your crawling SEOs need to crawl web sites Screaming Frog is awesome Power Mapper is also awesome There are many others Most have big limitations http://www.screamingfrog.co.uk/seo-spider/ http://www.powermapper.com/
  • 21. Grepping Grep allows us to search for a string of characters using regex patterns Blekko allows you to grep the whole internet: http://blekko.com/webgrep?status=completed
  • 22. Blekko Grep The Web Thing 872,652 URLs 1,173 Domains Person 101,078,860 URLs 56,603 Domains Product 31,437, 841 URLs 33,539 Domains 1,664,598 Domains
  • 23. Crawl and grep Crawl files Checks for patterns Disguard files Crawl files Save files Check for patterns Conventional Crawlers Crawl and grep
  • 24. How to do it Install HTTrack http://www.httrack.com/ Crawl the site using httrack and save the files Install grepWin http://tools.tortoisesvn.net/grepWin.html Grep the pages using grepWin. Search for text matches or regex patterns Build a library of regex patterns for future use
  • 25. What you can discover Check server logs Grep competitor pages Grep link prospects Pagination with Rel=”prev” Rel=”next” Authorship Rel=”author” Schema.org markup Other structured data Iframes Nofollow links Analytics tracking code Like buttons Twitter cards, Facebook Markup Anything else that you want, whenever you want
  • 26. Grepping found… Top 100 pages for “car insurance” on Google.co.uk “car insurance” used 2011 times. Average 20 times per page. 6 pages use schema.org, 4 of them for product 52 use canonical link element, 2 use it twice! 1 site uses prefetch 40% of pages on The Daily Mail website contain the word “immigrant” (sample of 2772 pages) 6% on The Guardian website (sample 3442 pages) F*** used on 7% and C*** used on 3.5% Guardian pages Never used on The Daily Mail
  • 27. Lorem ipsum dolor sit Default text to use during design is “Lorem ipsum dolor…” I checked the Conservative website. They have one page which seems to be neglected:

Hinweis der Redaktion

  1. Cover slide. Add name and copy to the top red bar area. The smaller image areas in the bottom left corner should be used for client logos (optional).
  2. Who we are and what we doKey words in redBut Blending is critical
  3. Red title bar with simple bullet points.
  4. Red title bar with simple bullet points.
  5. Red title bar with simple bullet points.
  6. Red title bar with simple bullet points.
  7. Red title bar with simple bullet points.
  8. https://developer.mozilla.org/en/docs/Link_prefetching_FAQhttps://developers.google.com/chrome/whitepapers/prerenderAdd WSJ image
  9. https://developer.mozilla.org/en/docs/Link_prefetching_FAQhttps://developers.google.com/chrome/whitepapers/prerender
  10. https://developer.mozilla.org/en/docs/Link_prefetching_FAQhttps://developers.google.com/chrome/whitepapers/prerender
  11. https://developer.mozilla.org/en/docs/Link_prefetching_FAQhttps://developers.google.com/chrome/whitepapers/prerenderAdd WSJ image
  12. http://www.bing.com/blogs/site_blogs/b/webmaster/archive/2013/03/21/search-engine-optimization-best-practices-for-ajax-urls.aspx
  13. http://caniuse.com/#search=pushstatehttps://www.youtube.com/watch?v=yiAF9VdvRPw
  14. http://caniuse.com/#search=pushstatehttps://www.youtube.com/watch?v=yiAF9VdvRPw
  15. Alternative layout with centered headline and simple star bullet list
  16. Alternative layout with centered headline and simple star bullet list
  17. Alternative layout with centered headline and simple star bullet list
  18. Alternative layout with centered headline and simple star bullet list
  19. Alternative layout with centered headline and simple star bullet list
  20. Alternative layout with centered headline and simple star bullet list
  21. Alternative layout with centered headline and simple star bullet list
  22. Alternative layout with centered headline and simple star bullet list
  23. Alternative layout with centered headline and simple star bullet list
  24. Alternative layout with centered headline and simple star bullet list
  25. Alternative layout with centered headline and simple star bullet list