Chapter 1 — Quiz

Twenty-four self-check questions: sixteen multiple choice, then eight short answer. Answer them before you open the key at the bottom. This quiz tests the pipeline model and the chapter's honesty habits — the two things everything else in the book stands on.


Part 1 — Multiple choice

Q1. What is the correct order of the pipeline a page passes through to become a search result? - A. Rank → index → render → crawl → discover - B. Discover → crawl → render → index → rank - C. Crawl → index → discover → rank → render - D. Discover → index → crawl → rank → render

Q2. Googlebot is best described as: - A. A browser window a Google employee uses to review sites - B. An automated program that fetches web pages at scale - C. The part of Google that decides rankings - D. A paid service you submit your site to

Q3. "Crawl budget" is a real constraint mainly for: - A. Every website, equally - B. Brand-new websites in their first month - C. Very large sites (hundreds of thousands to millions of URLs) - D. Sites that use a lot of images

Q4. A page that Google has crawled but chosen not to index can: - A. Rank on page two but not page one - B. Rank only for its brand name - C. Rank for nothing at all - D. Rank normally once it gets links

Q5. Why is content that only appears after JavaScript runs a search risk? - A. Google refuses to run any JavaScript - B. Rendering is expensive, can be delayed, and can fail — so that content may be seen late, partially, or not at all - C. JavaScript is against Google's guidelines - D. It always makes the page load too slowly to index

Q6. An "orphan page" is one that: - A. Has no images - B. Nothing on the site links to - C. Was deleted but still appears in Google - D. Has a noindex tag

Q7. The single most useful idea in the chapter is that: - A. More content always ranks better - B. Every SEO problem is a break somewhere in the pipeline, and every technique helps a stage - C. Google has exactly 200 ranking factors - D. Backlinks are the only thing that matters

Q8. Which statement about indexing is correct? - A. Google indexes every page it crawls - B. Crawling and indexing are the same step - C. Indexing is a quality gate; Google routinely declines to index pages it has crawled - D. A page must be indexed before it can be crawled

Q9. Rivertown's site runs on WordPress, which by default sends fully-formed HTML. This means Rivertown: - A. Has a serious rendering problem to fix first - B. Does not have a rendering problem, so chasing one would waste effort - C. Cannot be indexed by Google - D. Needs a React rebuild to rank

Q10. In the chapter's worked walk-through, the water-heater page passes discovery, crawling, rendering, and indexing but sits at #11. The failing stage is: - A. Crawling - B. Rendering - C. Indexing - D. Ranking

Q11. Which of these is an organic result? - A. A listing labeled "Sponsored" - B. An unpaid listing earned rather than bought - C. An ad at the top of the page - D. A shopping carousel you paid to appear in

Q12. The claim "the #1 result gets exactly 31.7% of clicks" should be treated as: - A. A confirmed Google statistic - B. A precise figure to quote in client reports - C. Fake-precise — the CTR curve drops steeply (well-supported), but any exact percentage is unreliable - D. Proof that only position #1 matters

Q13. Two people search "plumber" from Northgate and Westbrook and see different results. The main reason is: - A. Google is broken - B. Location is a ranking signal; there is no single universal ranking - C. One of them is signed in and the other isn't, which is the only factor - D. The plumbers bought different ads

Q14. Which is not a way Google discovers a URL, per the chapter? - A. Following a link from a page it already knows - B. An XML sitemap - C. Direct submission via Search Console - D. Scanning your web host's private files

Q15. A page carries an accidental noindex left over from staging. The most likely result is: - A. It ranks higher because the page is "clean" - B. It is dropped from (or kept out of) the index and becomes invisible in search - C. Nothing — noindex only affects images - D. It gets crawled more often

Q16. "SEO is not a trick" means, most precisely: - A. SEO never involves any technical work - B. SEO is helping the search engine find, read, understand, and trust content that genuinely deserves to rank - C. You should ignore Google entirely and focus on social media - D. Rankings are random, so effort is pointless


Part 2 — Short answer

Q17. Name the five pipeline stages in order (plus the sixth, query-time step).

Q18. In one sentence each, give the difference between crawling and indexing, and say why the difference matters for a page that "isn't ranking."

Q19. A good, well-written page has been live for a month and gets no search traffic. Give two non-content explanations drawn from different pipeline stages.

Q20. Explain what it means to say your incentives and Google's are "aligned," and why that makes an adversarial strategy a poor long-term bet.

Q21. Why is "optimize my crawl budget" usually bad advice for a small business site?

Q22. List three elements of a modern SERP that are not standard organic links, and name (for any one) the later chapter that covers winning it.

Q23. Define SEO in one sentence using the pipeline, making clear it is about earning recognition, not deceiving the algorithm.

Q24. State the honest version of a click-through-rate claim: what is well-supported about CTR by position, and what is not?


Answer key (try every question first) **Part 1 — Multiple choice** 1. **B** — Discover → crawl → render → index → rank (then serve the SERP). 2. **B** — An automated program (a crawler) that fetches pages at scale. 3. **C** — Very large sites. For sites under roughly ten thousand pages with a reasonable server, crawl budget is a non-issue. 4. **C** — Nothing at all. A page that is not indexed is not a competitor in any ranking. 5. **B** — Rendering is expensive, can be delayed, and can fail; content that depends on it is at risk. 6. **B** — A page nothing links to; Google may never discover it. 7. **B** — Every problem is a broken stage; every technique fixes a stage. This is the chapter's spine. 8. **C** — Indexing is a quality gate; Google crawls far more than it keeps. 9. **B** — WordPress is server-rendered by default, so rendering is not Rivertown's problem; chasing it would waste the team's time. 10. **D** — Ranking. The page is technically healthy and loses the query-time contest. 11. **B** — An unpaid, earned listing. You cannot buy an organic placement. 12. **C** — Fake-precise. The *shape* of the CTR curve is well-supported; any exact percentage is not. 13. **B** — Location is a signal; there is no single universal ranking. 14. **D** — Google discovers URLs via links, sitemaps, and submission — not by scanning private host files. 15. **B** — A `noindex` removes the page from the index; a stray one is one of SEO's most common catastrophes. 16. **B** — Helping the machine find, read, understand, and trust content that genuinely deserves to rank. **Part 2 — Short answer** 17. **Discover → crawl → render → index → rank**, then **serve** the results page. 18. *Crawling* is Googlebot fetching a page's code; *indexing* is Google deciding to store the processed page. It matters because a crawled-but-not-indexed page cannot rank for anything — so "improve the content" is the wrong move until you confirm the page is even in the index. 19. Any two from different stages, e.g.: **discovery** — the page is an orphan (nothing links to it) so Google hasn't found it; **indexing** — Google crawled it but didn't index it, or a stray `noindex` blocks it; **rendering** — the content only appears after JavaScript Google hasn't run. 20. Aligned means Google *wants* to show the best result and you *want* your genuinely useful page to reach its audience — the same outcome. Because Google spends vast resources detecting and reversing manipulation, betting on tricks is a bet you eventually lose; being genuinely best is slower but compounds and endures. 21. Because for sites under roughly ten thousand pages with a decent server, Google has no trouble crawling everything — crawl budget isn't the bottleneck, so the effort solves a non-problem while real levers (content, links, architecture) go untouched. 22. Any three of: AI Overview (Ch 36), featured snippet / position zero (Ch 10), People Also Ask (Ch 10), local pack (Ch 25), image or video carousels (Ch 11), Sponsored/ads (compared honestly in Ch 39). 23. SEO is improving a site so that each stage of the pipeline — discovery, crawling, rendering, indexing, ranking, and serving — works better for content that genuinely deserves to rank, so it earns more, and more valuable, organic traffic; it is earning recognition, not deceiving the algorithm. 24. Well-supported: click-through rate falls steeply with position (#1 far outperforms #5, and #5 far outperforms #11) — the *shape* of the curve is not seriously disputed. Not reliable: any exact percentage, which varies by query type, by how many SERP features crowd the page, and is often out of date.