v2.14.1 docs header polish: the docs-center search trigger is now a prominent search field right next to the brand — placeholder text, ⌘K hint, icon-only on narrow screens.
AnvilWiki
Powered by Pagefind
中文
Lesson 32 · Appendices Updated Sep 2, 2026

Appendix C · Glossary & Command Cheat Sheet

Every word card in one place — 30+ terms by theme — plus twenty pnpm commands grouped by scenario: writing, QA, config, ops, assets.

Glossary (grouped by theme)

SEO & search

TermOne line
SEOThe craft of getting Google to rank your pages
SERPGoogle’s results page; the top ten are the golden shelf
Search intentWhat the player actually wants behind the query
Intent satisfactionHow well page one answers the question — decides whether you have a seat
Long-tail query“Game + specific problem” mid/low-volume queries; the new site’s home field
One page, one queryEach page targets one query — the anti-cannibalization rule
Quick Answer cardThe direct-answer card atop every page; your AI-citation face
Impression / CTRShown once / the share of shows that became clicks
E-E-A-TExperience, expertise, authority, trust — via real authors, sources, freshness
AI OverviewsThe AI summary atop Google results; Q&A queries are its home turf

Site & content

TermOne line
frontmatterThe registration card atop each article; AI writes it
draftThe unverified flag; production builds never publish it
Flip liveVerified, flag removed, visible to every player
slugThe page’s URL short name, lowercase with hyphens
Standard deckPages every game wiki needs (codes / guides / bosses / list)
Window queryA validated query with competition still open
Candidate poolGames awaiting validation — selection’s raw material
Golden windowThe first 2-8 weeks after a game takes off; most of its lifetime searches
P0 / P1Staleness urgency: codes over 7 days / bosses and lists over 90
Three-layer separationCode untouched, config once per game, content daily

Monetization & ops

TermOne line
Traffic / MonetizationVisits / turning visits into money
RPMRevenue per thousand page views
AdSenseGoogle’s ad middleman; monthly settlement, revenue 100% yours
W-8BENThe tax declaration claiming the treaty rate, 30%→10%
SWIFT codeYour bank’s international wire address
PayoutBalance over $100 dispatched monthly on the 21st
FreshnessThe keep-it-alive motion; a fixed rhythm is the only secret
AI referralsVisits from AI assistants — read trends, not absolutes

Commands (by scenario)

Writing

pnpm new-post           # interactive single-page scaffold
pnpm bulk-new-posts     # batch drafts from a keyword CSV (--dry-run to preview)

QA (after every change)

pnpm check-content      # content lint (H1 / alt / links / trailing slash)
pnpm check-i18n         # translation coverage (--strict-ui as a gate)
pnpm check-config       # category/language three-place consistency
pnpm build              # schema validation + full site build (incl. Pagefind)
pnpm check-links        # internal link audit (run after build)
pnpm check-sitemap      # every sitemap address reachable

Config & site

pnpm apply-template     # the rebrand Q&A command (--dry-run to preview)
pnpm new-locale         # add a language
pnpm template-audit     # template health (mandatory before cloning)

Ops & assets

pnpm refresh-audit      # freshness audit; the site reports its own stale pages
pnpm submit-indexnow    # push all URLs to IndexNow (after deploy)
pnpm gen-covers         # generate og:image covers (1200×675)
pnpm gen-assets         # regenerate the icon set + homepage image from the theme color

Next