Pagination SEO for Small Blogs: Page 2 Without Thin Archives

Pagination SEO for small blogs: unique URLs, sequential hrefs, and a self-canonical on page 2—without thin leftover archives. Official Google pagination notes.

Pagination SEO for Small Blogs: Page 2 Without Thin Archives

Pagination SEO for small blogs is the job of splitting a long list across numbered URLs without leaving Google a dead-end button or a leftover /page/2 that holds two thin posts.

This page is Page-Then-Canonical. It is not orphan-page hunting (finding URLs with no inlinks). It is not XML sitemap hygiene (the URL list you submit). It is not robots.txt crawl control as a whole-site file. If a URL never enters the index, start with why Google isn’t indexing your pages—pagination is one cause, not the whole ladder.

Official source: Pagination, incremental page loading, and their impact on Google Search.

Give each page a unique URL, link the sequence with real <a href> tags, and let every page keep its own canonical—not page 1. Skip pagination when the leftover archive is thinner than a hub.

Table of contents

  1. Why leftover archives stay thin
  2. Page-Then-Canonical
  3. Sequential hrefs, not buttons
  4. When a 20-post blog should skip page 2
  5. Filter and sort URLs
  6. FAQ
  7. Check one archive this week

Why leftover archives stay thin

A category that prints ten posts per page looks tidy in a theme demo. On a 22-post blog, /page/2 is two leftovers: same template, weaker intros, no unique intro copy. Google may crawl it and still treat it as a low-value duplicate of the hub.

Small blogs often copy magazine pagination because the theme shipped with “Older posts.” That control is useful when the list is long. It is clutter when page 2 cannot stand as a page.

Page-Then-Canonical

        PAGE-THEN-CANONICAL
  1. URL      → unique address per page (?page=n or /page/2/)
  2. LINK     → <a href> next / previous (not a JS-only button)
  3. SELF     → each page canonicals to itself, not only to page 1
  4. HASH     → no #page=2 fragments
  5. SIZE     → skip the sequence if leftovers are thinner than a hub

Google’s pagination notes are specific:

  • Link pages sequentially with <a> tags so the crawler can find the next page
  • Give each page a unique URL (their example is ?page=n; /page/2/ is still a unique URL)
  • Do not use the first page as the canonical for the rest of the sequence
  • Do not put page numbers after # — fragments are ignored
  • Consider linking collection pages back to the first page so page 1 is the obvious landing URL

The general canonical owner on CashPilot is canonical tags explained. This URL only covers the pagination rule: page 2 is its own document in a sequence, not a duplicate you hide behind page 1’s canonical.

Sequential hrefs, not buttons

Google generally crawls URLs in the href of <a> elements. Crawlers do not click Load more. They generally do not run JavaScript that only updates the current page after a user action.

If your theme replaces “Next” with a button that fetches posts into the same URL, those extra posts may never get their own crawlable address. Infinite scroll has the same problem unless each chunk also has a real URL Google can request without clicking.

A simple check: open the category signed-out, view source, and search for page=2 or /page/2. If the next set exists only after a click, crawlers may stop at page 1.

When a 20-post blog should skip page 2

Raise posts per page, or drop numbered archives, when /page/2 would hold a handful of leftover cards or the category has no unique intro.

Keep pagination when the list is long enough that one page is slow on mobile, each page still has a unique URL and a next href, and you are not indexing filter clones of the same list.

A 20-post blog often does not need deep pagination. Ten posts on one category URL plus a real hub is usually enough. Do not manufacture page 3 to look like a magazine.

Filter and sort URLs

Google’s pagination document also covers filters and alternate sort orders—same list, ?order=price or similar. Those variants often should not be indexed.

Use a noindex robots meta tag, or discourage crawling of those patterns in robots.txt, when the filtered URL is not a page you want in Search. Keep the robots.txt for small blogs owner for Allow/Disallow decisions, and keep the XML sitemap owner for which canonical URLs you submit.

FAQ

What is pagination SEO for a small blog?

It is how you split a long list of posts across numbered URLs so Google can still crawl every item. Each page needs a real href to the next page and its own canonical. It is not a substitute for a hub that actually explains the topic.

Should page 2 canonical to page 1?

Google’s pagination guidance says not to use the first page of a sequence as the canonical for later pages. Give each paginated URL its own canonical. Pointing every /page/2 at page 1 fights the unique-URL rule.

Can I paginate with #page=2 fragment URLs?

Google’s pagination documentation says not to use fragment identifiers (the text after #) for page numbers. Google ignores fragments. If the next-page link only changes after the hash, the crawler may think it already has the page.

Does Google follow Load more or infinite scroll?

Google generally crawls URLs found in the href of links. Crawlers do not click buttons and generally do not fire JavaScript that only runs after a user action. Load more and infinite scroll are often JavaScript-only, so extra posts may never get a crawlable URL.

Does a 20-post blog need deep pagination?

Often no. A small blog can list recent posts on a hub or category without a leftover /page/2 that holds two thin cards. Pagination helps when a single page is slow—not when you are manufacturing archives.

Should filter and sort URLs be indexed?

Google’s pagination notes say you may want to avoid indexing filter or alternate-sort URLs of the same list. Use noindex or discourage crawling of those patterns in robots.txt. That crawl-control job is separate from writing a clean sitemap.

Will fixing pagination guarantee indexing?

Crawlable hrefs help discovery. Indexing still depends on quality, duplicates, noindex rules, and whether the archive is worth storing. Thin leftover pages can stay unindexed even when the links are perfect.

Check one archive this week

Pick one category. View source. Confirm a next-page href, a unique URL, and a self-canonical on page 2 if page 2 exists. If page 2 only holds two leftovers, raise posts-per-page or fold those posts into a hub.

Keep learning

More guides in the same topic lane.