SlideShare a Scribd company logo
SLIDESHARE.NET/DEEPCRAWL
STATE OF THE WEB:
PAGINATION AND INFINITE SCROLL
ADAM GENT // DeepCrawl //
@Adoubleagent
@Adoublegent brightonSEO
Web development
practices which divides
content across multiple
pages (components).
Navigate using links.
Pagination
https://en.wikipedia.org/wiki/Pagination
@Adoublegent brightonSEO
Web development
practices which divides
content across multiple
pages (components).
Navigate by scrolling.
Infinite Scroll
https://www.nngroup.com/articles/infinite-scrolling/
@Adoublegent brightonSEO
How search-friendly is pagination
and infinite scroll on the web?

Recommended for you

TFM - Using Google Tag Manager for ecom
TFM - Using Google Tag Manager for ecom TFM - Using Google Tag Manager for ecom
TFM - Using Google Tag Manager for ecom

Google Tag Manager is, essentially a manager for JavaScript, which means that you can use it to modify and enhance your website - sometimes to test sometimes when you have a CMS that can't do something as simple as a YouTube embed. Also, because of this, understand the risks.

SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...
SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...
SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...

Tom has long been fascinated with how the web works… and how he could break it. In this presentation, Tom will discuss some of the times that he has discovered security issues in Google, Facebook and Twitter. He will discuss compromising Search Console so that he could look up any penalty in the Manual Action tool, how he took control of tens of thousands of websites, and how he recently discovered a major bug that let him rank brand new sites on the first page with no links at all. Tom will outline how these exploits work, and in doing so share some details about the technical side of the web.

searchlovesearchlove bostonseo
Moving URLs: Structural Web changes 
without losing rankings #SearchLove
Moving URLs: Structural Web changes 
without losing rankings #SearchLoveMoving URLs: Structural Web changes 
without losing rankings #SearchLove
Moving URLs: Structural Web changes 
without losing rankings #SearchLove

From implementing AMP to moving to HTTPS or doing a rebrand, there are many scenarios in which we need to move our URLs: In this session I'll go through the most common scenarios sharing tips, steps, do's and dont's as well as tools.

seosearch engine optimizationsearch engine optimisation
@Adoublegent brightonSEO
SEO friendly Excluded150 websites
@Adoublegent brightonSEO
That’s a nice SEO test.. …it would be a shame…
..if someone… ...messed it up.
@Adoublegent brightonSEO
“It's been the case for quite
some time now that we
don't use the rel=next and
rel=previous.”
John Mueller, Webmaster Trends Analyst at Google
@Adoublegent brightonSEO
SEO
community.

Recommended for you

Can Google properly crawl and index JavaScript? SEO Experiments - Results and...
Can Google properly crawl and index JavaScript? SEO Experiments - Results and...Can Google properly crawl and index JavaScript? SEO Experiments - Results and...
Can Google properly crawl and index JavaScript? SEO Experiments - Results and...

The document discusses the complexities of JavaScript SEO. It summarizes the results of experiments testing how search engines like Google crawl and index various JavaScript frameworks. The experiments found that while some JavaScript is indexable, frameworks that rely on inline JavaScript are indexed better than those using external JavaScript files or Ajax calls. It also notes that crawlers have limited resources, so JavaScript-heavy sites may not be fully crawled or indexed.

seojavascriptjavascript seo
BrightonSEO - How to use XPath with eCommerce Websites
BrightonSEO - How to use XPath with eCommerce WebsitesBrightonSEO - How to use XPath with eCommerce Websites
BrightonSEO - How to use XPath with eCommerce Websites

The document discusses how to use XPath to extract useful information from e-commerce websites for SEO purposes. It provides examples of common uses of XPath like extracting schema code, scraping product information, and auditing backlinks. The document also offers tips for scraping e-commerce sites, including analyzing empty categories, comparing on-page elements, and identifying out of stock products. Throughout, it emphasizes using tools like XPath, Google Sheets, and Screaming Frog to simplify scraping tasks.

seoecommercebrightonseo
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

My presentation from #SEOZone Istanbul 2013 covering advanced On-Page SEO optimization aspects such as crawl-ability, semantics, duplicate content issues as well as performance optimization stragies.

on-pagecrawlerseo
@Adoublegent brightonSEO
THAT’S SO UNFAIR!
@Adoublegent brightonSEO
SEO info all
out of date!
@Adoublegent brightonSEO
How to optimize and manage
pagination (post rel=next and rel=prev)?
@Adoublegent brightonSEO
How do Google’s systems
handle pagination?

Recommended for you

SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...

Most marketers know that improving site speed leads to better engagement, conversion rates, and even improved performance in search engines. Still, many marketers don’t get involved in web performance optimization projects, expecting them to be handled entirely by developers. In this talk, you’ll learn about marketing’s critical role in measuring, auditing, and optimizing performance to drive greater impact for your business.

searchlovesearchlove boston
Technical SEO "Overoptimization"
Technical SEO "Overoptimization"Technical SEO "Overoptimization"
Technical SEO "Overoptimization"

The document discusses technical SEO best practices and common mistakes for e-commerce websites. It covers topics like site architecture, duplicate content, rich snippets, video/image search optimization, mobile optimization, and making dynamic content visible to search engines. Specific techniques are presented for each topic to improve search rankings and organic traffic. Common pitfalls are also outlined to avoid technical SEO issues.

seo
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021

A talk about getting JavaScript heavy sites crawled and indexed in Google. Presented at BrightonSEO Spring 2021

javascriptseocrawling
@Adoublegent brightonSEO
https://www.example.com/category
<link rel="next" href="http://www.example.com/category?page=2" />
https://www.example.com/page?=2
<link rel="next" href="http://www.example.com/category?page=3" />
<link rel=“prev" href="http://www.example.com/category" />
https://www.example.com/page?=3
<link rel=“prev" href="http://www.example.com/category?page=2" />
https://webmasters.googleblog.com/2011/09/pagination-with-relnext-and-relprev.html
Previously
@Adoublegent brightonSEO
Consolidate divided pages into one
piece of content in Google’s index.
1 2 3 4
https://webmasters.googleblog.com/2011/09/pagination-with-relnext-and-relprev.html
(Past).
@Adoublegent brightonSEO
Help Google choose the most relevant
page for queries (usually first page).
1 2 3 4
https://webmasters.googleblog.com/2011/09/pagination-with-relnext-and-relprev.html
@Adoublegent brightonSEO
“We don’t treat pagination
differently. We treat them
as normal pages.”
John Mueller, Webmaster Trends Analyst at Google,
https://www.deepcrawl.com/blog/news/google-
webmaster-hangout-notes-march-22nd-2019/#link8

Recommended for you

How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...
How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...
How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...

Google is rolling out mobile-first indexing, and websites are going to be affected. However, there’s no need to panic. In this talk Rachel explains exactly how mobile-first indexing will actually impact work, and what SEOs can do to not only help their websites survive the new indexing system, but thrive. We’ll cover areas for potential site performance decreases to watch out for, the key checks you need to run on your site, and more.

deepcrawlrachel costelloseo
Introduction to PWAs & New JS Frameworks for Mobile
Introduction to PWAs & New JS Frameworks for MobileIntroduction to PWAs & New JS Frameworks for Mobile
Introduction to PWAs & New JS Frameworks for Mobile

Emily Grossman's talk about PWAs from BrightonSEO September 2017 Video slides have been replaced by a screenshot with links to the videos or their original sources.

marketingbrightonbrighton seo
Solving Complex JavaScript Issues and Leveraging Semantic HTML5
Solving Complex JavaScript Issues and Leveraging Semantic HTML5Solving Complex JavaScript Issues and Leveraging Semantic HTML5
Solving Complex JavaScript Issues and Leveraging Semantic HTML5

On this presentation we go deep on Chrome developer tools, JS debugger and breakpoints, technical optimization and capabilities of browser service workers to improve SEO and performance

javascriptseopage speed
@Adoublegent brightonSEO
New: Paginated pages are indexed separately.
1 2 3 4
@Adoublegent brightonSEO
@Adoublegent brightonSEO
Why does it matter how
Google treats pagination?
@Adoublegent brightonSEO
Pagination provides access points

Recommended for you

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 have we learning from 9 months of SEO split testing? What works and what failed? How do you run your own tests? All of that and a free tool. Hooray free. If you want something a little more comprehensive, all these tests were run by me with DistilledODN our split testing platform. Find out more here! - https://odn.distilled.net/

seosplit testingdistilled
Three site speed optimisation tips to make your website REALLY fast - Brighto...
Three site speed optimisation tips to make your website REALLY fast - Brighto...Three site speed optimisation tips to make your website REALLY fast - Brighto...
Three site speed optimisation tips to make your website REALLY fast - Brighto...

The document discusses three tips for optimizing website speed: 1) Using new image formats like WebP that are smaller in file size than JPEG and PNG, 2) Optimizing custom webfonts to reduce file size and number of HTTP requests, and 3) Implementing HTTP/2 to enable multiple requests over a single connection and reduce latency. It also covers critical path rendering which involves optimizing the resources needed to render the initial view above the fold.

site speedsite performancespeed
Schema.org and the changing world of Rich Results - SEOEdinburgh Meetup
Schema.org and the changing world of Rich Results - SEOEdinburgh MeetupSchema.org and the changing world of Rich Results - SEOEdinburgh Meetup
Schema.org and the changing world of Rich Results - SEOEdinburgh Meetup

Slide deck to accompany a talk on 'Schema.org and the changing world of Rich Results' delivered by Geoff Kennedy at the first SEOEdinburgh Meetup on 26th Feb 2020 in Akva, Edinburgh.

schema.orgrich resultsseo
@Adoublegent brightonSEO
Result of SEO basics when ignored
on pagination redesign.
@Adoublegent brightonSEO
We need to go back
to SEO basics.
@Adoublegent brightonSEO
Search-friendly criteria:
1. Paginated pages use unique URLs
2. Pagination includes crawlable internal links
3. Paginated pages are indexable
4. Paginated pages have unique content
5. Paginated pages have rel=next and rel=prev
@Adoublegent brightonSEO
SEO friendly Excluded150 websites
UPDATED criteria

Recommended for you

SEO Myths Busted II
SEO Myths Busted IISEO Myths Busted II
SEO Myths Busted II

The document discusses and debunks several common SEO myths. It provides evidence from Google sources like Matt Cutts that PageRank is not the most important metric, that linking out to other quality sites is good for SEO, and that the meta keywords tag does not impact rankings. The document advises focusing on quality content and links rather than obsolete or misleading tactics.

j & beyond 2011jab11kerkrade
SEO for Ecommerce: A Comprehensive Guide
SEO for Ecommerce: A Comprehensive GuideSEO for Ecommerce: A Comprehensive Guide
SEO for Ecommerce: A Comprehensive Guide

A comprehensive guide to ecommerce SEO. With bronies. Why, you may ask? Because that's my daughter's current obsession. Also because SEO+bronies=monies. Slides broken into sections: 1. Technical SEO 2. On-page and Content 3. Social Media 4. Reporting and Analytics 5. Business Concerns

ecommercesearch marketingseo
How to Kick Ass at Internal Linking
How to Kick Ass at Internal Linking How to Kick Ass at Internal Linking
How to Kick Ass at Internal Linking

You've seen enough talks to know the importance of internal links. But what next? How exactly do you go about improving your internal linking. This presentation looks at the issues, the opportunities and the actionable steps to take.

seointernet marketingsearch engine optimization
@Adoublegent brightonSEO
I can’t cover everything I found…
@Adoublegent brightonSEO
…of pagination tested did not meet
basic search-friendly criteria.
@Adoublegent brightonSEO
Pagination Lazy load Infinite Scroll
@Adoublegent brightonSEO
…of sites with infinite scroll and lazy load
did not meet basic search-friendly criteria.

Recommended for you

Website Audit [On Page and Off Page] by Carl Benedic Pantaleon
Website Audit [On Page and Off Page] by Carl Benedic PantaleonWebsite Audit [On Page and Off Page] by Carl Benedic Pantaleon
Website Audit [On Page and Off Page] by Carl Benedic Pantaleon

Carl presentation during the "Learn SEO from the Pro Training" organized by Cebu Digital Link and Cebu Wordpress Meetup which was hosted at The Company Cebu.

cebu digital linkcebu seo trainingwebsite audit
Search engine optimization
Search engine optimizationSearch engine optimization
Search engine optimization

Search engine optimization (SEO) is important for websites to get traffic from search engines. It is more cost effective than advertising. To rank highly in search engines, sites need relevant, high quality content and optimized pages that search engine bots can easily access and understand. Key factors for ranking include having important keywords in pages and links from other reputable sites. Both white hat techniques like optimized content and black hat spammy tactics can affect rankings, but only white hat SEO is sustainable. Common problems to avoid include non-crawlable or duplicate content. SEO requires understanding user search behavior, technical website issues, and producing helpful content.

futuricegoogleseo
Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...
Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...
Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...

BrightonSEO April 2019 - I attended Adam Gent's presentation, in which he presented pagination best practices given Google's recent announcement of rel next/prev deprecation. After not being sure about what to do with our pagination, this talk came right on time, and drove us to act based on those best practices, as I believed (and still believe) that pagination is critical to get right by retailers & ecommerce businesses. By the time BrightonSEO 2020 arrives, it will be over a year since the announcement, and I'd like to review the UK retail ecommerce sector, to see how many did something about it, best practices, bad practices, ugly practices, and give some tips based on what we did at SilkFred including how that worked out for us. Download the full write up with embedded slides here: https://bit.ly/ecom-pagination

seoecommerceretail
@Adoublegent brightonSEO
CrawlabilityInternal Links Indexability
@Adoublegent brightonSEO
Link Architecture
@Adoublegent brightonSEO
Understand the importance of pagination
in the internal link structure.
@Adoublegent brightonSEO@Adoublegent brightonSEO
Link architecture and click depth
https://moz.com/blog/site-architecture-for-seo

Recommended for you

Search-Friendly Web Development @ Lone Star Ruby Conference 2010
Search-Friendly Web Development @ Lone Star Ruby Conference 2010Search-Friendly Web Development @ Lone Star Ruby Conference 2010
Search-Friendly Web Development @ Lone Star Ruby Conference 2010

This document discusses search engine optimization (SEO). It provides the following key points: 1. Google accounts for over 65% of search engine market share, followed by Bing and Yahoo. Good SEO practices like optimizing page titles, using headings appropriately, and submitting sitemaps can help sites rank higher organically in search results. 2. SEO is about usability, not tricks. The document recommends following Google's guidelines and conventions, using user-centric design principles, and prioritizing page speed. 3. Key elements of the search engine pipeline that SEO affects include crawling pages through links and sitemaps, indexing page content and metadata, and ranking pages based on best matching

seo
Search-Friendly Web Development @ DC RUG - August 2010
Search-Friendly Web Development @ DC RUG - August 2010Search-Friendly Web Development @ DC RUG - August 2010
Search-Friendly Web Development @ DC RUG - August 2010

This document discusses search engine optimization (SEO). It provides the following key points: 1. The main factors search engines consider when crawling, indexing, and ranking pages are things like sitemap.xml files, page titles, meta descriptions, headings, and unique content that is relevant to the page. 2. Common SEO mistakes to avoid include redirects that confuse crawlers, non-accessible content, and dynamically changing content based on location. 3. Tools like Google Webmaster Tools, Bing Webmaster Tools, and Yahoo Site Explorer can help optimize pages for search engines. The document emphasizes thinking like a searcher and using best practices like descriptive page titles.

seosearch
Confoo Montreal : SEO for dynamic websites
Confoo Montreal :  SEO for dynamic websitesConfoo Montreal :  SEO for dynamic websites
Confoo Montreal : SEO for dynamic websites

SEO is an essential part of making sure that your websites are found and fully indexed by Google. In this session, we will examine the technical factors that influence how search engines index a website, and audience members will learn how to optimize both websites and CMS for search engine visibility. Specifically, this session will address issues such as: • Proper implementation of various HTML elements, • Effective use of AJAX and Flash, • Use of redirections (301 vs 302), • Proper URL structuring and rewriting, • Duplicate content and the canonical tag

confooca seo nvi ctmoore
@Adoublegent brightonSEO@Adoublegent brightonSEO
“Clicks from the home page
helps Google understand
which pages are important.”
John Mueller, Webmaster Trends Analyst at Google
https://www.searchenginejournal.com/google-click-depth-matters-
seo-url-structure/256779/
@Adoublegent brightonSEO@Adoublegent brightonSEO
PageRank dampening factor
Less and less PageRank is
passed to each level as it
has to pass through more
nodes (pages).
PageRank is passed from
category to paginated pages but
decays due to dampening factor.
10
8.5
1.8
1.8
0.38
0.38
https://blog.majestic.com/company/understanding-googles-algorithm-how-pagerank-works/
@Adoublegent brightonSEO@Adoublegent brightonSEO
Pagination adds click depth
@Adoublegent brightonSEO@Adoublegent brightonSEO
…for websites using pagination, infinite scroll
and lazy load web-designs in crawl data.
Avg. Click Depth: 18

Recommended for you

Unleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business onlineUnleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business online

With 1,000's of new sites being born every minute, how SEO can help you stand out from the crowd? Learn how to unleash your SEO potential in the region. This presentation will be covering key aspects of SEO & how to get started to build online visibility on Google by driving quality traffic. • Things you Must Do for an Effective SEO Campaign • 5 Free Tools to Audit your Website Like a Pro • How to Localize your Website for the Region through Arabic SEO • Most Effective Link Building Opportunities

digital marketingsearch engine optimizationonline business
SEO for developers
SEO for developersSEO for developers
SEO for developers

Talk about the technical side of SEO with best (and worst) practices for optimizing your webpage both for visitors and searchbots.

aspgemsweb developmentseo
Inbound Marketing Tools - SearchFest
Inbound Marketing Tools - SearchFestInbound Marketing Tools - SearchFest
Inbound Marketing Tools - SearchFest

The document discusses various actionable tools for inbound marketing, including tools for finding link sources, visualizing link and traffic data, automating technical tasks, leveraging crowdsourcing, and using data to improve content and drive growth. It provides links to tools for tasks like link analysis, scraping websites, visualizing networks and keyword data, automating browsers, finding content gaps, crowdsourcing work, and leveraging ratings and reviews. The tools can help marketers better understand traffic, discover site problems, build information architecture, and use data for linkbait and content strategies.

inbound marketingtoolsseo
@Adoublegent brightonSEO@Adoublegent brightonSEO
How Site Pagination and Click Depth Affect SEO
@Adoublegent brightonSEO@Adoublegent brightonSEO
Stepping by two pages, Previous and Next
@Adoublegent brightonSEO@Adoublegent brightonSEO
Step by one plus, first and last, next/prev links
@Adoublegent brightonSEO
Review your internal link schemes on
pagination, infinite scroll and lazy load to
reduce click depth.

Recommended for you

How to do the right website analysis
How to do the right website analysisHow to do the right website analysis
How to do the right website analysis

This document provides information on how to properly analyze a website for search engine optimization (SEO) purposes. It discusses key aspects of on-page optimization that should be analyzed, including coding elements like URLs, Google Analytics implementation, and page speed, as well as content elements like titles, meta descriptions and headings. The document also provides background information on search engines, SEO, and ranking factors to help inform the audit process.

online marketingdigital marketingseminar
WordPress Loves Google: Marrying Great Design and SEO with WordPress
WordPress Loves Google: Marrying Great Design and SEO with WordPressWordPress Loves Google: Marrying Great Design and SEO with WordPress
WordPress Loves Google: Marrying Great Design and SEO with WordPress

The document discusses how WordPress sites can be made SEO-friendly through the use of plugins and best practices for designers, developers, project managers, and content strategists. It provides checklists of considerations for each role and compares popular SEO plugins All in One SEO and Yoast SEO. It also addresses questions around themes, site launches, and single page designs, emphasizing that SEO-friendly means user-friendly through principles like fast load times, clean code, and accessible content structures.

marketingyoastweb design
SEO for Dynamic Websites - Make Web Not War 2011
SEO for Dynamic Websites - Make Web Not War 2011SEO for Dynamic Websites - Make Web Not War 2011
SEO for Dynamic Websites - Make Web Not War 2011

SEO is an essential part of making sure that your websites are found and fully indexed by Google. In this session, we will examine the technical factors that influence how search engines index a website, and audience members will learn how to optimize both websites and CMS for search engine visibility. Specifically, this session will address issues such as: • Proper implementation of various HTML elements, • Effective use of AJAX and Flash, • Use of redirections (301 vs 302), • Proper URL structuring and rewriting, • Duplicate content and the canonical tag

web devinformation architectureia
@Adoublegent brightonSEO@Adoublegent brightonSEO
Reduce click depth with internal linking
@Adoublegent brightonSEO@Adoublegent brightonSEO
An SEO’s guide to site architecture
@Adoublegent brightonSEO
Indexability
@Adoublegent brightonSEO
Important paginated pages which provide
access points to deeper level pages should
be indexable.

Recommended for you

Seo basics part 3
Seo basics part 3Seo basics part 3
Seo basics part 3

- An HTML sitemap provides a basic navigational structure for a website in page form, usually placed on the 404 page or footer. It creates more internal links to improve SEO and domain authority. - An XML sitemap helps search engines better understand a website structure when crawling. It is generated automatically for WordPress sites or using a sitemap generator. The sitemap URL must be submitted to search engines through their webmaster tools. - The nofollow attribute tells search engines not to consider links as votes for the linked pages. It is commonly used for comment links and ads to avoid passing link juice to unrelated sites. Site owners can check if a link is nofollow by inspecting its HTML code.

link buildingsmoseo
Information Architecture for SEO
Information Architecture for SEOInformation Architecture for SEO
Information Architecture for SEO

A look at the Information Architecture for SEO. A presention given by Naoise Osborne (NVI) at Search Engine Strategies, SES Toronto in June 9th 2009.

sitearchitectureseo
SEO 101: How to Get Started Winning Google Search Traffic
SEO 101: How to Get Started Winning Google Search TrafficSEO 101: How to Get Started Winning Google Search Traffic
SEO 101: How to Get Started Winning Google Search Traffic

This document provides an overview of SEO best practices. It covers: 1. Setting up important SEO accounts like Google Search Console and Google My Business. 2. Conducting keyword research to identify target keywords and search volumes. 3. On-site optimization factors like optimizing content for relevance and user engagement, as well as technical elements like titles, descriptions and linking. 4. Off-site optimization techniques to build backlinks, like getting listed on directories, guest blogging and creative projects. The goal is to help readers understand key elements of SEO and provide strategies to improve search engine rankings.

startupsmarketinggrowth hacking
@Adoublegent brightonSEO
Excluded
URLs
IndexIndexingParser
Content
extraction
Canonicalization,
soft 404 errors,
noindex, etc.
Google-selected
canonical URLs are
indexed
Duplicate content, noindex, 4xx
errors, redirects, URL not selected
as canonical, etc.
@Adoublegent brightonSEO
Long term excluded pages internal links
are not followed and dropped from index.
https://www.seroundtable.com/google-long-term-noindex-
follow-24990.html
@Adoublegent brightonSEO
Excluding paginated
pages from the index
will remove internal
linking and can create
orphaned pages.
@Adoublegent brightonSEO
Avoid using rel=canonical and noindex on
important paginated pages.

Recommended for you

Demand Quest SEO training session 2
Demand Quest SEO training session 2Demand Quest SEO training session 2
Demand Quest SEO training session 2

Learn intermediate to advanced SEO strategy, concepts, and techniques with this in-depth training from my May 2017 session at Demand Quest.

search engine optimizationdigital marketingseo
Modern SEO Players Guide
Modern SEO Players GuideModern SEO Players Guide
Modern SEO Players Guide

This document discusses various tactics for improving SEO and site performance. It provides tips on keyword research using persona targeting, content strategy, internal linking to distribute link equity, log file analysis to understand crawl budget opportunities, auditing JavaScript sites, gaining real estate in SERPs through featured snippets and domain stacking, speed optimizations like code ordering and preloading/prerendering resources, and using analytics to better predict user behavior.

seoadvanced seomike king
The Really Advanced Technical SEO Presentation
The Really Advanced Technical SEO PresentationThe Really Advanced Technical SEO Presentation
The Really Advanced Technical SEO Presentation

This document provides an overview of technical SEO best practices. It discusses topics like crawlability, page speed, JavaScript placement, URL structure, pagination, and log file analysis. The key messages are that technical SEO helps search engines understand websites better to improve rankings, but content and user experience should remain the top priorities. Minor optimizations alone will not significantly impact rankings; the focus should be on building quality content and links over time.

seojavascript for seotechnical seo
@Adoublegent brightonSEO@Adoublegent brightonSEO
Pagination URLs included
Total URLs 62,072
Pagination URLs excluded
Total URLs 26,125
Identify pagination dependencies
@Adoublegent brightonSEO
Crawlability
@Adoublegent brightonSEO
Make sure paginated pages have unique
URLs and can be discovered by crawlable
links.
@Adoublegent brightonSEO
“Without your pages’ URLs,
our systems cannot crawl,
index, and ultimately
present your information in
Search.”
Google Developer Search documentation
https://developers.google.com/search/docs/guides/intro-
indexing

Recommended for you

Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...

Slide of the tutorial entitled "Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Emerging Trends" held at UMAP'24: 32nd ACM Conference on User Modeling, Adaptation and Personalization (July 1, 2024 | Cagliari, Italy)

user modelinguser profilinguser model
Quantum Communications Q&A with Gemini LLM
Quantum Communications Q&A with Gemini LLMQuantum Communications Q&A with Gemini LLM
Quantum Communications Q&A with Gemini LLM

Quantum Communications Q&A with Gemini LLM. These are based on Shannon's Noisy channel Theorem and offers how the classical theory applies to the quantum world.

quantum communicationsshannon's channel theoremclassical theory
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference

We are honored to launch and host this event for our UiPath Polish Community, with the help of our partners - Proservartner! We certainly hope we have managed to spike your interest in the subjects to be presented and the incredible networking opportunities at hand, too! Check out our proposed agenda below 👇👇 08:30 ☕ Welcome coffee (30') 09:00 Opening note/ Intro to UiPath Community (10') Cristina Vidu, Global Manager, Marketing Community @UiPath Dawid Kot, Digital Transformation Lead @Proservartner 09:10 Cloud migration - Proservartner & DOVISTA case study (30') Marcin Drozdowski, Automation CoE Manager @DOVISTA Pawel Kamiński, RPA developer @DOVISTA Mikolaj Zielinski, UiPath MVP, Senior Solutions Engineer @Proservartner 09:40 From bottlenecks to breakthroughs: Citizen Development in action (25') Pawel Poplawski, Director, Improvement and Automation @McCormick & Company Michał Cieślak, Senior Manager, Automation Programs @McCormick & Company 10:05 Next-level bots: API integration in UiPath Studio (30') Mikolaj Zielinski, UiPath MVP, Senior Solutions Engineer @Proservartner 10:35 ☕ Coffee Break (15') 10:50 Document Understanding with my RPA Companion (45') Ewa Gruszka, Enterprise Sales Specialist, AI & ML @UiPath 11:35 Power up your Robots: GenAI and GPT in REFramework (45') Krzysztof Karaszewski, Global RPA Product Manager 12:20 🍕 Lunch Break (1hr) 13:20 From Concept to Quality: UiPath Test Suite for AI-powered Knowledge Bots (30') Kamil Miśko, UiPath MVP, Senior RPA Developer @Zurich Insurance 13:50 Communications Mining - focus on AI capabilities (30') Thomasz Wierzbicki, Business Analyst @Office Samurai 14:20 Polish MVP panel: Insights on MVP award achievements and career profiling

#uipathcommunity#automation#automationdeveloper
@Adoublegent brightonSEO@Adoublegent brightonSEO
…of pagination mapped unique URLs to
paginated pages when tested.
@Adoublegent brightonSEO
Used fragment identifiers (#) in pagination.
Search engines can’t
crawl content after the #.
@Adoublegent brightonSEO
“Google can follow links
only if they are an <a> tag
with an href attribute.”
Google Search Console Help document
https://support.google.com/webmasters/answer/9112205
@Adoublegent brightonSEO@Adoublegent brightonSEO
…of pagination did not use crawlable links to
paginated pages when tested.

Recommended for you

20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024

Everything that I found interesting about engineering leadership last month

quantumfaxmachine
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf

Sustainability requires ingenuity and stewardship. Did you know Pigging Solutions pigging systems help you achieve your sustainable manufacturing goals AND provide rapid return on investment. How? Our systems recover over 99% of product in transfer piping. Recovering trapped product from transfer lines that would otherwise become flush-waste, means you can increase batch yields and eliminate flush waste. From raw materials to finished product, if you can pump it, we can pig it.

pigging solutionsprocess piggingproduct transfers
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL

Blockchain technology is transforming industries and reshaping the way we conduct business, manage data, and secure transactions. Whether you're new to blockchain or looking to deepen your knowledge, our guidebook, "Blockchain for Dummies", is your ultimate resource.

blockchainweb3blockchain technology
@Adoublegent brightonSEO
Designs did not use anchor links with href
@Adoublegent brightonSEO
Anchor links used event scripts in href.
@Adoublegent brightonSEO
How to optimize and manage
pagination (post rel=next and rel=prev)?
@Adoublegent brightonSEO
Understand the basics
of how search works.

Recommended for you

Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...

This presentation explores the practical application of image description techniques. Familiar guidelines will be demonstrated in practice, and descriptions will be developed “live”! If you have learned a lot about the theory of image description techniques but want to feel more confident putting them into practice, this is the presentation for you. There will be useful, actionable information for everyone, whether you are working with authors, colleagues, alone, or leveraging AI as a collaborator. Link to presentation recording and slides: https://bnctechforum.ca/sessions/details-of-description-part-ii-describing-images-in-practice/ Presented by BookNet Canada on June 25, 2024, with support from the Department of Canadian Heritage.

a11yaccessibilityalt text
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time

Is your patent a vanity piece of paper for your office wall? Or is it a reliable, defendable, assertable, property right? The difference is often quality. Is your patent simply a transactional cost and a large pile of legal bills for your startup? Or is it a leverageable asset worthy of attracting precious investment dollars, worth its cost in multiples of valuation? The difference is often quality. Is your patent application only good enough to get through the examination process? Or has it been crafted to stand the tests of time and varied audiences if you later need to assert that document against an infringer, find yourself litigating with it in an Article 3 Court at the hands of a judge and jury, God forbid, end up having to defend its validity at the PTAB, or even needing to use it to block pirated imports at the International Trade Commission? The difference is often quality. Quality will be our focus for a good chunk of the remainder of this season. What goes into a quality patent, and where possible, how do you get it without breaking the bank? ** Episode Overview ** In this first episode of our quality series, Kristen Hansen and the panel discuss: ⦿ What do we mean when we say patent quality? ⦿ Why is patent quality important? ⦿ How to balance quality and budget ⦿ The importance of searching, continuations, and draftsperson domain expertise ⦿ Very practical tips, tricks, examples, and Kristen’s Musts for drafting quality applications https://www.aurorapatents.com/patently-strategic-podcast.html

patentspatent applicationpatent prosecution
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf

In the modern digital era, social media platforms have become integral to our daily lives. These platforms, including Facebook, Instagram, WhatsApp, and Snapchat, offer countless ways to connect, share, and communicate.

social media hackerfacebook hackerhire a instagram hacker
@Adoublegent brightonSEO@Adoublegent brightonSEO
Think about internal
linking and pagination.
@Adoublegent brightonSEO@Adoublegent brightonSEO
Test. Test. Test again.
@Adoublegent brightonSEO
A technical SEOs guide to pagination
(post rel=next and rel=prev)
<link rel=“next” href=“ https://www.deepcrawl.com/knowledge/technical-seo-
library/pagination-seo-guide/”>
@Adoublegent brightonSEO
The state of the web:
Pagination and infinite scroll on the web
<link rel=“next” href=“Published Soon”>

Recommended for you

The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses

CIO Council Cal Poly Humboldt September 22, 2023

national research platformdistributed supercomputerdistributed systems
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx

Revolutionize your transportation processes with our cutting-edge RPA software. Automate repetitive tasks, reduce costs, and enhance efficiency in the logistics sector with our advanced solutions.

rpa in transportationrpa in transportation industryrpa in transportation sector
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing

Invited Remote Lecture to SC21 The International Conference for High Performance Computing, Networking, Storage, and Analysis St. Louis, Missouri November 18, 2021

distributed supercomputerdistributed machine learning
@Adoublegent brightonSEO
May the test be with you!
Any questions? Send me a Tweet.
@Adoublegent

More Related Content

What's hot

Use Google Docs to monitor SEO by pulling in Google Analytics #BrightonSEO
Use Google Docs to monitor SEO by pulling in Google Analytics #BrightonSEOUse Google Docs to monitor SEO by pulling in Google Analytics #BrightonSEO
Use Google Docs to monitor SEO by pulling in Google Analytics #BrightonSEO
Gerry White
 
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
John Warner
 
SearchLove Boston 2018 - Bartosz Goralewicz - JavaScript: Looking Past the ...
SearchLove Boston 2018 -  Bartosz Goralewicz -  JavaScript: Looking Past the ...SearchLove Boston 2018 -  Bartosz Goralewicz -  JavaScript: Looking Past the ...
SearchLove Boston 2018 - Bartosz Goralewicz - JavaScript: Looking Past the ...
Distilled
 
TFM - Using Google Tag Manager for ecom
TFM - Using Google Tag Manager for ecom TFM - Using Google Tag Manager for ecom
TFM - Using Google Tag Manager for ecom
Gerry White
 
SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...
SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...
SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...
Distilled
 
Moving URLs: Structural Web changes 
without losing rankings #SearchLove
Moving URLs: Structural Web changes 
without losing rankings #SearchLoveMoving URLs: Structural Web changes 
without losing rankings #SearchLove
Moving URLs: Structural Web changes 
without losing rankings #SearchLove
Aleyda Solís
 
Can Google properly crawl and index JavaScript? SEO Experiments - Results and...
Can Google properly crawl and index JavaScript? SEO Experiments - Results and...Can Google properly crawl and index JavaScript? SEO Experiments - Results and...
Can Google properly crawl and index JavaScript? SEO Experiments - Results and...
Onely
 
BrightonSEO - How to use XPath with eCommerce Websites
BrightonSEO - How to use XPath with eCommerce WebsitesBrightonSEO - How to use XPath with eCommerce Websites
BrightonSEO - How to use XPath with eCommerce Websites
Janet Plumpton
 
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
Bastian Grimm
 
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
Distilled
 
Technical SEO "Overoptimization"
Technical SEO "Overoptimization"Technical SEO "Overoptimization"
Technical SEO "Overoptimization"
Hamlet Batista
 
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
DavidSmart53
 
How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...
How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...
How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...
DeepCrawl
 
Introduction to PWAs & New JS Frameworks for Mobile
Introduction to PWAs & New JS Frameworks for MobileIntroduction to PWAs & New JS Frameworks for Mobile
Introduction to PWAs & New JS Frameworks for Mobile
MobileMoxie
 
Solving Complex JavaScript Issues and Leveraging Semantic HTML5
Solving Complex JavaScript Issues and Leveraging Semantic HTML5Solving Complex JavaScript Issues and Leveraging Semantic HTML5
Solving Complex JavaScript Issues and Leveraging Semantic HTML5
Hamlet Batista
 
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
Dominic Woodman
 
Three site speed optimisation tips to make your website REALLY fast - Brighto...
Three site speed optimisation tips to make your website REALLY fast - Brighto...Three site speed optimisation tips to make your website REALLY fast - Brighto...
Three site speed optimisation tips to make your website REALLY fast - Brighto...
Bastian Grimm
 
Schema.org and the changing world of Rich Results - SEOEdinburgh Meetup
Schema.org and the changing world of Rich Results - SEOEdinburgh MeetupSchema.org and the changing world of Rich Results - SEOEdinburgh Meetup
Schema.org and the changing world of Rich Results - SEOEdinburgh Meetup
Geoff Kennedy
 
SEO Myths Busted II
SEO Myths Busted IISEO Myths Busted II
SEO Myths Busted II
FinishJoomla
 

What's hot (19)

Use Google Docs to monitor SEO by pulling in Google Analytics #BrightonSEO
Use Google Docs to monitor SEO by pulling in Google Analytics #BrightonSEOUse Google Docs to monitor SEO by pulling in Google Analytics #BrightonSEO
Use Google Docs to monitor SEO by pulling in Google Analytics #BrightonSEO
 
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
 
SearchLove Boston 2018 - Bartosz Goralewicz - JavaScript: Looking Past the ...
SearchLove Boston 2018 -  Bartosz Goralewicz -  JavaScript: Looking Past the ...SearchLove Boston 2018 -  Bartosz Goralewicz -  JavaScript: Looking Past the ...
SearchLove Boston 2018 - Bartosz Goralewicz - JavaScript: Looking Past the ...
 
TFM - Using Google Tag Manager for ecom
TFM - Using Google Tag Manager for ecom TFM - Using Google Tag Manager for ecom
TFM - Using Google Tag Manager for ecom
 
SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...
SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...
SearchLove Boston 2018 - Tom Anthony - Hacking Google: what you can learn fro...
 
Moving URLs: Structural Web changes 
without losing rankings #SearchLove
Moving URLs: Structural Web changes 
without losing rankings #SearchLoveMoving URLs: Structural Web changes 
without losing rankings #SearchLove
Moving URLs: Structural Web changes 
without losing rankings #SearchLove
 
Can Google properly crawl and index JavaScript? SEO Experiments - Results and...
Can Google properly crawl and index JavaScript? SEO Experiments - Results and...Can Google properly crawl and index JavaScript? SEO Experiments - Results and...
Can Google properly crawl and index JavaScript? SEO Experiments - Results and...
 
BrightonSEO - How to use XPath with eCommerce Websites
BrightonSEO - How to use XPath with eCommerce WebsitesBrightonSEO - How to use XPath with eCommerce Websites
BrightonSEO - How to use XPath with eCommerce Websites
 
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
 
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
SearchLove Boston 2018 - Emily Grossman - The Marketer’s Guide to Performance...
 
Technical SEO "Overoptimization"
Technical SEO "Overoptimization"Technical SEO "Overoptimization"
Technical SEO "Overoptimization"
 
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
Crawling & Indexing for JavaScript Heavy Sites brightonSEO 2021
 
How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...
How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...
How to Survive & Thrive after Mobile First Indexing - Rachel Costello, Techni...
 
Introduction to PWAs & New JS Frameworks for Mobile
Introduction to PWAs & New JS Frameworks for MobileIntroduction to PWAs & New JS Frameworks for Mobile
Introduction to PWAs & New JS Frameworks for Mobile
 
Solving Complex JavaScript Issues and Leveraging Semantic HTML5
Solving Complex JavaScript Issues and Leveraging Semantic HTML5Solving Complex JavaScript Issues and Leveraging Semantic HTML5
Solving Complex JavaScript Issues and Leveraging Semantic HTML5
 
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
 
Three site speed optimisation tips to make your website REALLY fast - Brighto...
Three site speed optimisation tips to make your website REALLY fast - Brighto...Three site speed optimisation tips to make your website REALLY fast - Brighto...
Three site speed optimisation tips to make your website REALLY fast - Brighto...
 
Schema.org and the changing world of Rich Results - SEOEdinburgh Meetup
Schema.org and the changing world of Rich Results - SEOEdinburgh MeetupSchema.org and the changing world of Rich Results - SEOEdinburgh Meetup
Schema.org and the changing world of Rich Results - SEOEdinburgh Meetup
 
SEO Myths Busted II
SEO Myths Busted IISEO Myths Busted II
SEO Myths Busted II
 

Similar to The State of the Web: Pagination and Infinite Scroll

SEO for Ecommerce: A Comprehensive Guide
SEO for Ecommerce: A Comprehensive GuideSEO for Ecommerce: A Comprehensive Guide
SEO for Ecommerce: A Comprehensive Guide
Adam Audette
 
How to Kick Ass at Internal Linking
How to Kick Ass at Internal Linking How to Kick Ass at Internal Linking
How to Kick Ass at Internal Linking
Martin Hayman
 
Website Audit [On Page and Off Page] by Carl Benedic Pantaleon
Website Audit [On Page and Off Page] by Carl Benedic PantaleonWebsite Audit [On Page and Off Page] by Carl Benedic Pantaleon
Website Audit [On Page and Off Page] by Carl Benedic Pantaleon
Jacque Doring
 
Search engine optimization
Search engine optimizationSearch engine optimization
Search engine optimization
Tommi Forsström
 
Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...
Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...
Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...
Orit Mutznik
 
Search-Friendly Web Development @ Lone Star Ruby Conference 2010
Search-Friendly Web Development @ Lone Star Ruby Conference 2010Search-Friendly Web Development @ Lone Star Ruby Conference 2010
Search-Friendly Web Development @ Lone Star Ruby Conference 2010
Luigi Montanez
 
Search-Friendly Web Development @ DC RUG - August 2010
Search-Friendly Web Development @ DC RUG - August 2010Search-Friendly Web Development @ DC RUG - August 2010
Search-Friendly Web Development @ DC RUG - August 2010
Luigi Montanez
 
Confoo Montreal : SEO for dynamic websites
Confoo Montreal :  SEO for dynamic websitesConfoo Montreal :  SEO for dynamic websites
Confoo Montreal : SEO for dynamic websites
iProspect Canada
 
Unleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business onlineUnleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business online
Red Blue Blur Ideas
 
SEO for developers
SEO for developersSEO for developers
SEO for developers
javier ramirez
 
Inbound Marketing Tools - SearchFest
Inbound Marketing Tools - SearchFestInbound Marketing Tools - SearchFest
Inbound Marketing Tools - SearchFest
Justin Briggs
 
How to do the right website analysis
How to do the right website analysisHow to do the right website analysis
How to do the right website analysis
Jacque Doring
 
WordPress Loves Google: Marrying Great Design and SEO with WordPress
WordPress Loves Google: Marrying Great Design and SEO with WordPressWordPress Loves Google: Marrying Great Design and SEO with WordPress
WordPress Loves Google: Marrying Great Design and SEO with WordPress
Webspec Design
 
SEO for Dynamic Websites - Make Web Not War 2011
SEO for Dynamic Websites - Make Web Not War 2011SEO for Dynamic Websites - Make Web Not War 2011
SEO for Dynamic Websites - Make Web Not War 2011
iProspect Canada
 
Seo basics part 3
Seo basics part 3Seo basics part 3
Seo basics part 3
Sapan Kumar Shaw
 
Information Architecture for SEO
Information Architecture for SEOInformation Architecture for SEO
Information Architecture for SEO
iProspect Canada
 
SEO 101: How to Get Started Winning Google Search Traffic
SEO 101: How to Get Started Winning Google Search TrafficSEO 101: How to Get Started Winning Google Search Traffic
SEO 101: How to Get Started Winning Google Search Traffic
Bernard Huang
 
Demand Quest SEO training session 2
Demand Quest SEO training session 2Demand Quest SEO training session 2
Demand Quest SEO training session 2
Nate Plaunt
 
Modern SEO Players Guide
Modern SEO Players GuideModern SEO Players Guide
Modern SEO Players Guide
Michael King
 
The Really Advanced Technical SEO Presentation
The Really Advanced Technical SEO PresentationThe Really Advanced Technical SEO Presentation
The Really Advanced Technical SEO Presentation
Rohan Ayyar
 

Similar to The State of the Web: Pagination and Infinite Scroll (20)

SEO for Ecommerce: A Comprehensive Guide
SEO for Ecommerce: A Comprehensive GuideSEO for Ecommerce: A Comprehensive Guide
SEO for Ecommerce: A Comprehensive Guide
 
How to Kick Ass at Internal Linking
How to Kick Ass at Internal Linking How to Kick Ass at Internal Linking
How to Kick Ass at Internal Linking
 
Website Audit [On Page and Off Page] by Carl Benedic Pantaleon
Website Audit [On Page and Off Page] by Carl Benedic PantaleonWebsite Audit [On Page and Off Page] by Carl Benedic Pantaleon
Website Audit [On Page and Off Page] by Carl Benedic Pantaleon
 
Search engine optimization
Search engine optimizationSearch engine optimization
Search engine optimization
 
Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...
Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...
Thank U (Rel) Next - State of Retail Pagination 1Y Later - Orit Mutznik - Bri...
 
Search-Friendly Web Development @ Lone Star Ruby Conference 2010
Search-Friendly Web Development @ Lone Star Ruby Conference 2010Search-Friendly Web Development @ Lone Star Ruby Conference 2010
Search-Friendly Web Development @ Lone Star Ruby Conference 2010
 
Search-Friendly Web Development @ DC RUG - August 2010
Search-Friendly Web Development @ DC RUG - August 2010Search-Friendly Web Development @ DC RUG - August 2010
Search-Friendly Web Development @ DC RUG - August 2010
 
Confoo Montreal : SEO for dynamic websites
Confoo Montreal :  SEO for dynamic websitesConfoo Montreal :  SEO for dynamic websites
Confoo Montreal : SEO for dynamic websites
 
Unleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business onlineUnleash your SEO powers to grow your business online
Unleash your SEO powers to grow your business online
 
SEO for developers
SEO for developersSEO for developers
SEO for developers
 
Inbound Marketing Tools - SearchFest
Inbound Marketing Tools - SearchFestInbound Marketing Tools - SearchFest
Inbound Marketing Tools - SearchFest
 
How to do the right website analysis
How to do the right website analysisHow to do the right website analysis
How to do the right website analysis
 
WordPress Loves Google: Marrying Great Design and SEO with WordPress
WordPress Loves Google: Marrying Great Design and SEO with WordPressWordPress Loves Google: Marrying Great Design and SEO with WordPress
WordPress Loves Google: Marrying Great Design and SEO with WordPress
 
SEO for Dynamic Websites - Make Web Not War 2011
SEO for Dynamic Websites - Make Web Not War 2011SEO for Dynamic Websites - Make Web Not War 2011
SEO for Dynamic Websites - Make Web Not War 2011
 
Seo basics part 3
Seo basics part 3Seo basics part 3
Seo basics part 3
 
Information Architecture for SEO
Information Architecture for SEOInformation Architecture for SEO
Information Architecture for SEO
 
SEO 101: How to Get Started Winning Google Search Traffic
SEO 101: How to Get Started Winning Google Search TrafficSEO 101: How to Get Started Winning Google Search Traffic
SEO 101: How to Get Started Winning Google Search Traffic
 
Demand Quest SEO training session 2
Demand Quest SEO training session 2Demand Quest SEO training session 2
Demand Quest SEO training session 2
 
Modern SEO Players Guide
Modern SEO Players GuideModern SEO Players Guide
Modern SEO Players Guide
 
The Really Advanced Technical SEO Presentation
The Really Advanced Technical SEO PresentationThe Really Advanced Technical SEO Presentation
The Really Advanced Technical SEO Presentation
 

Recently uploaded

Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Erasmo Purificato
 
Quantum Communications Q&A with Gemini LLM
Quantum Communications Q&A with Gemini LLMQuantum Communications Q&A with Gemini LLM
Quantum Communications Q&A with Gemini LLM
Vijayananda Mohire
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
UiPathCommunity
 
20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024
Matthew Sinclair
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
Liveplex
 
Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...
BookNet Canada
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
Aurora Consulting
 
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
HackersList
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
Larry Smarr
 
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx
SynapseIndia
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
Larry Smarr
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
Matthew Sinclair
 
Best Programming Language for Civil Engineers
Best Programming Language for Civil EngineersBest Programming Language for Civil Engineers
Best Programming Language for Civil Engineers
Awais Yaseen
 
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024
Stephanie Beckett
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
Eric D. Schabell
 
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly DetectionAdvanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
Bert Blevins
 
20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024
Matthew Sinclair
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
Sally Laouacheria
 
What's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptxWhat's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptx
Stephanie Beckett
 

Recently uploaded (20)

Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
Paradigm Shifts in User Modeling: A Journey from Historical Foundations to Em...
 
Quantum Communications Q&A with Gemini LLM
Quantum Communications Q&A with Gemini LLMQuantum Communications Q&A with Gemini LLM
Quantum Communications Q&A with Gemini LLM
 
UiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs ConferenceUiPath Community Day Kraków: Devs4Devs Conference
UiPath Community Day Kraków: Devs4Devs Conference
 
20240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 202420240704 QFM023 Engineering Leadership Reading List June 2024
20240704 QFM023 Engineering Leadership Reading List June 2024
 
Pigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdfPigging Solutions Sustainability brochure.pdf
Pigging Solutions Sustainability brochure.pdf
 
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALLBLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
BLOCKCHAIN FOR DUMMIES: GUIDEBOOK FOR ALL
 
Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...Transcript: Details of description part II: Describing images in practice - T...
Transcript: Details of description part II: Describing images in practice - T...
 
Quality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of TimeQuality Patents: Patents That Stand the Test of Time
Quality Patents: Patents That Stand the Test of Time
 
How Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdfHow Social Media Hackers Help You to See Your Wife's Message.pdf
How Social Media Hackers Help You to See Your Wife's Message.pdf
 
The Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU CampusesThe Increasing Use of the National Research Platform by the CSU Campuses
The Increasing Use of the National Research Platform by the CSU Campuses
 
How RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptxHow RPA Help in the Transportation and Logistics Industry.pptx
How RPA Help in the Transportation and Logistics Industry.pptx
 
The Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive ComputingThe Rise of Supernetwork Data Intensive Computing
The Rise of Supernetwork Data Intensive Computing
 
20240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 202420240702 QFM021 Machine Intelligence Reading List June 2024
20240702 QFM021 Machine Intelligence Reading List June 2024
 
Best Programming Language for Civil Engineers
Best Programming Language for Civil EngineersBest Programming Language for Civil Engineers
Best Programming Language for Civil Engineers
 
What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024What’s New in Teams Calling, Meetings and Devices May 2024
What’s New in Teams Calling, Meetings and Devices May 2024
 
Observability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetryObservability For You and Me with OpenTelemetry
Observability For You and Me with OpenTelemetry
 
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly DetectionAdvanced Techniques for Cyber Security Analysis and Anomaly Detection
Advanced Techniques for Cyber Security Analysis and Anomaly Detection
 
20240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 202420240705 QFM024 Irresponsible AI Reading List June 2024
20240705 QFM024 Irresponsible AI Reading List June 2024
 
20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf20240702 Présentation Plateforme GenAI.pdf
20240702 Présentation Plateforme GenAI.pdf
 
What's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptxWhat's New in Copilot for Microsoft365 May 2024.pptx
What's New in Copilot for Microsoft365 May 2024.pptx
 

The State of the Web: Pagination and Infinite Scroll