Affiliate disclosure
Book titles on this page link to Amazon. As an Amazon Associate, DataField.Dev earns from qualifying purchases — at no additional cost to you.
Chapter 31 — Further Reading
Read primary sources first. Google publishes a dedicated e-commerce section in its Search Central
documentation, and for the technical traps in this chapter — faceted navigation, canonicalization, noindex,
out-of-stock — Google's own words are the reference to trust over any vendor's blog. Sources are grouped by
how much you can trust them, in the spirit of the chapter.
Tier 1 — Canonical (start here; free and authoritative)
- Google Search Central — "Ecommerce" documentation (overview and best practices). Google's own guidance hub for online stores: site structure, category and product pages, launching products, and how Google handles commerce sites. The definitive starting point for this chapter.
- Google Search Central — faceted navigation guidance. Google's documentation on managing the URLs that faceted navigation generates — which to make crawlable/indexable, and how to keep the rest from bloating the index. This is the primary source for §31.3; read it before any third-party "faceted nav" article.
- Google Search Central — Product (and Review snippet / merchant listing) structured data documentation.
The reference for
Product,Offer,AggregateRating, andReviewmarkup and the rich results they make a page eligible for. This is Chapter 18's territory applied to commerce; the availability values (InStock,OutOfStock) matter for §31.5. - Google Search Central — "Block search indexing with
noindex" and therobots.txtdocumentation. The two controls at the heart of §31.3, straight from Google — including the crucial detail that a page must be crawlable for Google to see and honor itsnoindex. - Google Search Central — duplicate content / canonicalization guidance. Google's own statement that ordinary duplication is handled by consolidation and selection, not a penalty — the Tier-1 basis for the §31.4 myth-bust. (Canonicalization itself is Chapter 14.)
- Google Search Central — guidance on internal search results pages. Google's long-standing position that auto-generated internal search result pages generally should not be crawled/indexed — the basis for §31.6.
- Google Search Central — the Panda and core-update record / "creating helpful, reliable, people-first content." Background for why thin content at scale (Case Study 1) is a site-level liability. (The named updates are covered in Chapter 6.)
Tier 2 — Reputable secondary (useful, but verify against Tier 1)
- E-commerce SEO guides from established SEO tool vendors (for example, the e-commerce and faceted-navigation guides maintained by major SEO software companies). These synthesize the field well and are often more tactical than Google's docs — but they are written by companies that sell tools, so read them for the workflow and confirm any claim about how Google behaves against Google's own documentation.
- Contemporary reporting and visibility-tool analysis of the 2014 eBay decline (SEO news outlets and visibility-index vendors such as those that publish aggregate "search visibility" scores). Useful for the shape and timing of the case (Case Study 1) — but remember these figures are third-party estimates of a direction, not Google-verified facts or eBay's revenue. Cite them as estimates.
- Independent write-ups on out-of-stock and discontinued-product handling from reputable technical-SEO practitioners. Good for the decision patterns in §31.5; cross-check the "what Google does with X" claims against Search Central.
Tier 3 — Illustrative / constructed (this book's own)
- Summit Gear Co. — the constructed mid-size outdoor-gear retailer used throughout this chapter. All of its SKUs, categories, facet counts, and index numbers are illustrative teaching examples.
- "The Catalog That Crawled Itself to Death" (Case Study 2) — a labeled composite assembled from common, real industry patterns; every figure is illustrative and the sequence, not the digits, is the lesson.
- Figures 31.1–31.7 — all constructed teaching examples; every traffic, URL, and count is labeled illustrative.
Suggested order
- Read the Google Search Central "Ecommerce" overview end to end — it frames category pages, product pages, and site structure the way this chapter does.
- Read the faceted navigation guidance next, alongside the
noindex/robots.txtdocs — §31.3 is the hardest and highest-stakes section, and these are its primary sources. - Skim the Product structured data documentation (you'll implement it in Chapter 18) and note the availability values for §31.5.
- Read the duplicate content / canonicalization guidance to inoculate yourself against the "duplicate-content penalty" myth before you meet it in the wild.
- Save the eBay 2014 reporting for after you've internalized §31.4 — it will read as a confirmation, not a revelation.
A habit to carry into commerce: when a store problem looks like a content problem, check the index first. A
site:count that dwarfs the product count means the real issue is upstream — crawl and index hygiene — and no amount of copywriting fixes it. Diagnose the machine before you rewrite the pages.