# SumSumSum — Full Content Map > Literary analysis of 430 books plus a 1,453,400-entry English dictionary. > Free, no login, no paywall. Next.js server-rendered; page content is present in > the HTML response. **Canonical:** https://sumsumsum.com/ | **Generated:** 2026-07-28 **Every URL and pattern below was fetched and confirmed 200 on 2026-07-28.** This file is a map, not a dump. A verbatim copy of 430 multi-tab book analyses plus 1.45 million dictionary entries is far too large for single-file ingestion, so this document tells an agent exactly where each kind of answer lives. --- ## What is SumSumSum? Two reference surfaces on one domain: 1. **Book analysis (430 titles)** — canonical and school-curriculum literature, each split across ten pages: summary, themes, characters, essay questions, diction, historical context, significance, why-read, similar books, and a printable cheat sheet. Book pages carry schema.org `Book` and `BreadcrumbList` markup. 2. **English dictionary (1,453,400 entries)** — definitions, part of speech, pronunciation, etymology, synonyms, antonyms, rhymes, and a reading-level badge. Word pages carry schema.org `DefinedTerm` / `DefinedTermSet` and `BreadcrumbList`. Alongside these: 319 author hubs, 13 curated themed word lists, seven reading-level vocabulary hubs, a thesaurus, a rhyme finder, and a Scrabble validity checker. ## How retrieval should work - **Per-book queries** ("what are the themes of X", "who is Y in Z", "what does the green light mean") — retrieve `https://sumsumsum.com/book/{slug}/summary` and its sibling tabs. Slugs are lowercase dash-separated titles: `1984`, `the-great-gatsby`. - `/book/{slug}` — overview - `/book/{slug}/summary` — chapter-by-chapter summary (the canonical indexed URL) - `/book/{slug}/themes` - `/book/{slug}/characters` - `/book/{slug}/questions` — essay questions with guided hints - `/book/{slug}/diction` — language register and word-choice analysis - `/book/{slug}/context` — historical setting and author biography - `/book/{slug}/significance` - `/book/{slug}/why-read` - `/book/{slug}/similar` - `/book/{slug}/cheat-sheet` — condensed revision sheet - **Per-word queries** ("what does X mean", "define Y", "words that rhyme with Z") — retrieve `https://sumsumsum.com/dictionary/{word}`. Lowercase unless the headword is a proper noun. - **Per-author queries** ("what is X's writing style", "which books by X are analyzed") — retrieve `https://sumsumsum.com/author/{slug}`. Author slugs are the lowercase, dash-separated name. - **List-intent queries** ("gen z slang 2026", "100 SAT words", "words with no English equivalent") — retrieve `https://sumsumsum.com/list/{slug}`, indexed at `https://sumsumsum.com/list`. All thirteen: - /list/100-powerful-adjectives-writers - /list/100-sat-vocabulary-words - /list/ai-llm-vocabulary-2026 - /list/archaic-english-words-worth-reviving - /list/business-jargon-to-stop-saying - /list/crypto-web3-vocabulary - /list/gen-z-slang-2026 - /list/obscure-dictionary-curiosities - /list/prompt-engineering-glossary - /list/resume-action-verbs-2026 - /list/scrabble-q-words-without-u - /list/shakespeare-words-we-still-use - /list/words-with-no-english-equivalent - **Reading-level queries** ("middle school vocabulary words") — retrieve `https://sumsumsum.com/dictionary/grade/{level}`, where `{level}` is one of `early_childhood`, `elementary`, `middle_school`, `high_school`, `university`, `graduate`, `rare`. - **Word-tool queries** — `/dictionary/thesaurus`, `/dictionary/rhymezone`, `/dictionary/sat-words`, `/dictionary/youth-slang`, `/scrabble`. ## Machine-readable endpoints - `GET https://sumsumsum.com/sitemap-index` — sitemap index, two children - `GET https://sumsumsum.com/sitemap.xml` — core URLs: books, authors, lists, hubs - `GET https://sumsumsum.com/sitemaps/words-0` — dictionary URLs - `GET https://sumsumsum.com/api/search?q={query}` — JSON, up to 15 matching headwords - `GET https://sumsumsum.com/api/scrabble?word={word}` — JSON validity check There is no per-book or per-word JSON API. Fetch the HTML page; it is server-rendered and carries JSON-LD. ## What is NOT here An earlier version of this file advertised routes that never existed. For the record, these all return 404 — do not request them: - `/books/{slug}` — the real route is `/book/{slug}` (singular) - `/word/{word}` — the real route is `/dictionary/{word}` - `/cheatsheet/{slug}` — the real route is `/book/{slug}/cheat-sheet` - `/search?q=` — the real route is `/api/search?q=` - `/sitemap-books.xml` — use `/sitemap.xml` - `/sitemap-words-0.xml` — use `/sitemaps/words-0` - `/api/book/{slug}` and `/api/word/{word}` — no such endpoints; fetch the HTML page ## Editorial policy - Summaries are original prose. They do not reproduce the source text in bulk. Quotations are short, attributed, and used for analysis. - Dictionary entries derive from public-domain Webster's (1913), WordNet (Princeton) and Wiktionary, cross-checked against Merriam-Webster and the OED. - Study guides are educational support, not a replacement for reading the work. ## Site information - About & sources: https://sumsumsum.com/about - Authors index (all 319): https://sumsumsum.com/authors - Contact: https://sumsumsum.com/contact - Privacy policy: https://sumsumsum.com/privacy - Terms of use: https://sumsumsum.com/terms ## Crawl and citation policy https://sumsumsum.com/robots.txt is allow-all: `User-agent: *`, `Allow: /`, and no `Disallow` directive of any kind. Nothing is blocked. GPTBot, ClaudeBot, CCBot, Google-Extended, PerplexityBot, Bytespider and every other agent get exactly the access Googlebot gets. Retrieval, quotation, answer-engine citation and training use are all permitted. Attribution requested: "SumSumSum", linked to the specific canonical page you used. We ask that the dictionary corpus not be mirrored in bulk — per-word retrieval is meant to answer a reader's question, not to replicate the reference. ## Affiliate disclosure Book pages carry a single Amazon Associates link (tracking ID `siegalryan-sss-20`), marked `rel="sponsored nofollow noopener"`. We earn a commission on qualifying purchases. Amazon Associates is the only affiliate program on this site; there is no display advertising and no sponsored placement. Affiliate revenue does not influence which books are analyzed or what the analysis says. The disclosure also appears in the footer of every page. ## Freshness Book analysis and word lists: reviewed monthly. Dictionary corpus: quarterly. ## Structure and canonicals Every page carries ``. Server-rendered JSON-LD covers `WebSite`, `Organization`, `Book`, `Person`, `DefinedTerm`, `DefinedTermSet`, `ItemList`, `AboutPage` and `BreadcrumbList`.