SEO Launch-Readiness Skill Set — Operational Summary¶
1. Skill Inventory (18) by Dimension¶
Technical / Performance (engineer)¶
- Core Web Vitals 2026 in Next.js 15 — hit LCP/INP/CLS budgets on the App Router rendering path.
- Crawlability & Indexation Control (Next.js 15) — robots, canonicals,
noindex, sitemaps, render-mode correctness. - Ad Density & Layout Without Tanking Core Web Vitals — monetize without breaking CLS/INP or triggering intrusive-interstitial flags.
Structured Data / Entity¶
- Schema Type Selection & Entity Architecture for Network Sites — pick correct types + entity graph across the network.
- Article & BlogPosting JSON-LD for Editorial Pages — valid, rich-result-eligible editorial markup.
- Entity SEO + Structured Data —
sameAs, entity home, disambiguation to build machine-readable authority.
Content Quality / E-E-A-T¶
- Helpful-Content Survival: Google's 2026 Content Signals — pass the people-first / helpful-content bar.
- E-E-A-T in Practice: Bios, Sources, Freshness, First-Hand — author bios, cited sources, dates, first-hand experience.
- The Human-Voice Editing Pass — de-robotize AI drafts; enforce human tone before publish.
Architecture / Internal Linking¶
- Site Architecture: Pillar/Cluster + Topical Authority — pillar/cluster topology for topical coverage.
- Internal-Link Engineering — deliberate internal-link graph, anchors, depth, orphan control.
Off-page / Link / Network¶
- Safe network cross-linking — link the site circle without tripping a link-scheme penalty.
- Legit off-page — digital PR and earned links (post-HARO) — earned links via PR, not link buying.
- Link velocity and anchor-text distribution management — natural velocity + anchor mix, no over-optimization.
Launch QA¶
- Launch-Readiness Gate — Master Pre-Launch Audit — the single blocking audit before release.
- Staged Rollout — Noindex → QA → Flip to Index — build dark, verify, then open to crawlers.
Adult vertical (ratelab only)¶
- Adult SafeSearch & Explicit-Content Signals — correct
rating/explicit labeling + SafeSearch handling. - Adult Gallery Image SEO & Tube Ranking — gallery image markup + tube-style ranking factors.
2. THE LAUNCH-READINESS GATE (hard go / no-go)¶
A site MUST pass every item before buy-a-domain / release. Any single fail = NO-GO.
- Indexation lock verified — entire site currently serves
noindex(staging/dark); no page is crawler-open yet. - robots.txt + sitemap correct — robots allows intended paths only; XML sitemap present, valid, lists only canonical live URLs.
- Canonicals clean — every page self-canonicals or points to the correct target; no cross-domain or loop canonicals.
- Core Web Vitals pass — LCP, INP, CLS within 2026 "Good" thresholds on mobile for template pages (home, pillar, cluster, article/gallery).
- Ad/layout non-regression — with ads/monetization live, CWV still pass and no intrusive-interstitial pattern.
- Schema validates — all JSON-LD passes Rich Results Test with zero errors; correct types per template; no spammy/irrelevant markup.
- E-E-A-T surfaces present — author bios, visible dates, cited sources, About/Contact, and (where claimed) first-hand experience on every content template.
- Content passes helpful-content bar + human-voice pass — no unedited AI tone; each page satisfies the people-first checklist.
- Internal-link graph sound — pillar/cluster wired, no orphan pages, click depth within budget, anchors natural.
- Cross-link safety — any network cross-links follow the safe-circle pattern; no footprint that reads as a link scheme.
- Anchor/velocity plan set — off-page anchor-text distribution and link-velocity guardrails defined before any outreach.
- Analytics + Search Console + Bing WMT wired — GSC verified, Bing Webmaster Tools verified, sitemap submission ready in both, analytics firing, before-flip baseline captured.
- 404 / redirect / HTTPS hygiene — no broken internal links, correct 301s, HTTPS enforced, no mixed content.
- (ratelab only) Adult signals correct — explicit-content/
adultlabeling + SafeSearch signals set; gallery image SEO in place. - Bing Webmaster Tools verified + sitemap submitted —
curl -fsS https://<site>/BingSiteAuth.xmlmatches the committed value AND the Bing Webmaster API readback (GetUserSites/GetFeeds) shows the site verified with the sitemap registered. - IndexNow live —
curl -fsS https://<site>/<key>.txtequals theindexnow_keyorg secret AND a test POST toapi.indexnow.org/indexnowreturns200. - AI-crawler policy explicit + edge-consistent — live
robots.txtdiffs clean against the golden policy (docs/ai/robots-policy-northlight.txt), the Cloudflare API readback of the zone's AI Crawl Control matches the declared policy (read settings back, never trust intent), and a homepage GET returns200for each allowed bot UA. - Answer-engine citability — robots meta on template pages carries no
nosnippetor restrictivemax-snippet(answer engines need snippet rights; shipmax-snippet:-1), and JSON-LD parses (item 6).
3. Recommended Pre-Launch Sequence¶
Order the orgs execute before any release:
- Build dark (noindex). Ship the site with global
noindex; nothing is crawler-visible during construction. - Lay architecture. Stand up pillar/cluster topology and the internal-link graph before mass content.
- Produce + edit content. Draft, then run the Human-Voice Editing Pass and E-E-A-T pass (bios, sources, dates, first-hand).
- Instrument structured data. Add schema/entity markup per template; validate each in Rich Results Test.
- Tune performance. Hit CWV budgets with ads/monetization already in place (measure the real, monetized layout).
- Wire measurement. Connect GSC + analytics, prepare sitemap, capture pre-index baseline.
- (ratelab only) Set adult signals. Explicit-content labeling, SafeSearch, gallery image SEO.
- Run the Launch-Readiness Gate. Full master audit; every item Section 2 must read GO.
- QA on the dark site. Fix all gate failures while still
noindex; re-audit until clean. - Flip to index. Remove
noindex, submit the sitemap in GSC and Bing Webmaster Tools, send the initial IndexNow bulk POST covering all canonical URLs, and — only now — buy-a-domain / release and begin off-page (earned links at controlled velocity).
Rule: off-page link building and public promotion start only after the flip; nothing is indexed until the gate is fully GO.
Automation note: every item above is an agent-runnable check (curl/API), audited by Analytics-Ops with the evidence matrix attached to the launch issue. The only operator touch in the whole sequence is the registrar checkout in step 10.