1---2name: technical-seo3description: Use when diagnosing crawl/index issues, performance regressions, or structured data gaps.4---5
6# Technical SEO Playbooks
7
8## When to Use
9- Sites experiencing ranking drops despite strong content.
10- Launching major site changes (CMS migrations, redesigns).
11- Investigating Core Web Vitals, crawl budget, or indexing issues.
12
13## Framework
141. **Crawl Health** – Screaming Frog/JetOctopus results, search console coverage, log file sampling.
152. **Performance** – Lighthouse field vs lab data, render-blocking assets, code splitting, image optimization.
163. **Indexation & Signals** – robots.txt, canonicals, hreflang, pagination, parameter handling.
174. **Structured Data** – schema coverage, errors, merchant/product feeds.
185. **Security & Compliance** – HTTPS, mixed content, cookie banners, accessibility.
19
20## Playbooks
21- **Migrations** – pre/post launch checklist, redirect maps, monitoring dashboards.
22- **CWV Improvements** – prioritized backlog (LCP, INP, CLS fixes) with eng dependencies.
23- **International SEO** – hreflang matrix, localized sitemaps, translation QA.
24- **GTM Agents Audit Checklist** – five-pass review (crawl → index → performance → schema → reporting) @puerto/README.md#183-212.
25- **Issue Escalation Flow** – Marketing Director ↔ DevOps ↔ Content to fast-track blocking defects.
26
27## Templates
28- Crawl issue tracker (URL, issue, severity, owner, status).
29- Core Web Vitals monitoring dashboard.
30- Structured data coverage sheet.
31- KPI guardrail sheet (sessions, rankings, conversions) with "alert" thresholds matching GTM Agents governance cadence.
32
33## Tips
34- Pair log-file analysis with Search Console stats to confirm real-world crawl behavior.
35- Automate regression alerts via Lighthouse CI or SpeedCurve.
36- Document every infra change with timestamp to correlate with ranking volatility.
37- Share Guardrail snapshots weekly using GTM Agents-style status packet (target vs actual vs guardrail) to keep Sales + Execs aligned.
38- Trigger rollback when three guardrail breaches occur in 24h or when crawl errors spike >25% vs baseline.
39
40## GTM Agents SEO Escalation Workflow
411. **Detection** – SEO specialist flags issue via crawl report or KPI guardrail breach.
422. **Triage** – assign severity (P0-P2) + owner across Engineering, Content, or RevOps.
433. **Action** – implement fix, document via Serena patch or CMS change log.
444. **Validation** – rerun crawl/perf audits, update structured data validator.
455. **Comms** – send 3-point summary (issue, fix, KPI impact) in status packet.
46
47## KPI Guardrails
48- Organic sessions: ±10% vs trailing 4-week baseline (alert beyond 15%).
49- Priority keyword avg rank: no more than 2 position drop for Tier-1 terms.
50- Conversion contribution: must stay within 5% of forecasted pipeline; otherwise notify Growth + Sales.
51
52---