Noindex on Paginated Pages Detector
Identifies paginated URLs (?page=, /page/N/) and checks whether they include noindex — a common e-commerce audit.
—
Listing pages marked as non-indexable
Putting a noindex on pages two and beyond of a listing was common advice for years. The idea was avoiding duplicate content. The problem is the side effect: over time the directive makes the search engine stop crawling the page — and with it stop discovering every link that exists only there, which tends to be the oldest items in the catalogue or blog.
Paste the URLs with each one's HTML, separated by blank lines, and the page identifies which are paginated and which carry the directive. Pagination detection covers the usual patterns: a query parameter with a number and a path with a numbered segment. The result is the list of what is marked, so you can decide case by case.
Google's current recommendation is leaving listing pages indexable, with ordinary pagination and crawlable links. If duplicate content is the worry, the right instrument is each item's canonical pointing at itself, not blocking the listing. Worth noting that the previous and next page markers stopped being used as an indexing signal in 2019 — Google treats them as ordinary links.
Frequently asked questions
So should I never use the directive on pagination?
What about the previous and next markers?
How do I avoid duplicate content between the pages?
Related Tools
Canonical Cross-Domain Detector
Receives HTML and detects a canonical pointing to a different host — handy to find wrong canonicals on multi-site setups.
Meta Robots vs X-Robots-Tag Comparator
Compares meta robots and X-Robots-Tag directives and shows which one prevails for crawlers in each combination.
Srcset Pixel Density Analyzer
Reads an <img> srcset attribute and shows which assets are used for 1x, 2x and 3x across viewports.
Microdata Schema Extractor
Extracts schema.org microdata (itemscope, itemtype, itemprop) from HTML and converts it to equivalent JSON-LD.
Twitter Card Generator
Generate Twitter Card meta tags (summary, summary_large_image, app, player). Card preview as it will appear on X/Twitter. Everything in your browser.
H1 vs Title Keyword Overlap
Compares H1 and Title and computes keyword overlap (Jaccard) — penalizes generic titles unaligned with the H1.