blast-prompt
Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the…
9-category technical SEO audit — crawlability, indexability, security headers, URL structure, mobile, Core Web Vitals (LCP/CLS/INP), structured data, JavaScript rendering, and IndexNow/AI-crawler policy. Trigger when the user says "technical seo", "crawl issues", "robots.txt",
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill seo-technical --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-technicalContext preview
The summary Claude sees to decide when to auto-load this skill.
9-category technical SEO audit — crawlability, indexability, security headers, URL structure, mobile, Core Web Vitals (LCP/CLS/INP), structured data, JavaScript rendering, and IndexNow/AI-crawler policy. Trigger when the user says "technical seo", "crawl issues", "robots.txt",
name: seo-technical description: 9-category technical SEO audit — crawlability, indexability, security headers, URL structure, mobile, Core Web Vitals (LCP/CLS/INP), structured data, JavaScript rendering, and IndexNow/AI-crawler policy. Trigger when the user says "technical seo", "crawl issues", "robots.txt", "core web vitals", "site speed", "security headers", "indexability", "javascript seo", or "indexnow".
**Family:** seo **Status:** Stable
The technical spine of SEO. Runs scriptable on-page/technical checks on a URL (or local HTML) and interprets them across 9 dimensions, deferring real field metrics to `seo-google` and deep structured-data work to `seo-schema`.
Current standards it encodes: **Core Web Vitals targets LCP < 2.5s, CLS < 0.1, INP < 200ms** (INP, not FID, is the metric — and the most-failed one); the 2026 robots.txt nuance of **blocking AI *training* crawlers (GPTBot, Google-Extended, ClaudeBot) while allowing AI *retrieval* bots (OAI-SearchBot, PerplexityBot)** so content stays citable; and **IndexNow** for instant change notification to Bing/Yandex/AI engines.
1. **Run the audit script:**
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/tech_audit.py" --url <URL> --human # or --file page.htmlIt checks title/meta, h1, canonical, meta-robots noindex, viewport, lang, structured-data presence, image alt coverage, mixed content, and — when it can fetch — security headers and the robots.txt AI-crawler policy. 2. **Interpret across the 9 dimensions:** crawlability (robots/sitemap), indexability (meta robots/canonical/noindex), security (HTTPS/HSTS/CSP/mixed content), URL structure, mobile (viewport/tap targets), CWV, structured data, JS rendering (is content visible without JS?), IndexNow/AI-crawler policy. 3. **Core Web Vitals:** the script emits the targets and flags that synthetic tools can't measure field CWV — if the user has Google access, pull real CrUX/PSI data via `seo-google`; otherwise report observable risks only. 4. **Structured data:** if missing/weak, hand to `seo-schema`. 5. **Render** per-dimension findings grouped Critical / High / Medium / Info, each with a specific fix.
This skill follows the plugin's capability-tier cascade (`references/CAPABILITY-TIERS.md`) and always returns a usable audit:
1. **Tier 1 — Google PSI / CrUX (free key, via `seo-google`).** When a Google key is set, pull real *field* Core Web Vitals (LCP/CLS/INP) to harden the CWV dimension; a connected Firecrawl MCP can additionally JS-render shells for the "visible without JS?" check. 2. **Tier 2 — built-in (the default).** Otherwise `tech_audit.py` runs the full 9-category lab audit offline (`--file` / `--no-network`) and emits the CWV targets — a complete, prioritized technical report on its own, no key, no network. This is the product. 3. **Tier 4 — guided.** If nothing is connected, deliver the lab audit and name the field-CWV gap, pointing to a free Google PSI/CrUX key via `seo-google`.
capability: cwv-field tier1: Google PSI / CrUX (free key) via seo-google tier1_signal: CRUX_API_KEY | GOOGLE_API_KEY tier2: tech_audit.py (9-category lab audit + LCP<2.5 / CLS<0.1 / INP<200 targets, no key) tier2_yields: prioritized per-dimension technical findings with concrete fixes, zero spend tier3: none tier3_signal: none tier4: manual technical-SEO checklist; add a free Google PSI/CrUX key via seo-google for field CWV needs_tier1: field CWV (LCP/CLS/INP from CrUX), real Lighthouse performance score
Always end by stating which tier ran and what field data a higher tier would add.
The technical foundation; most other SEO findings assume this layer is healthy. The script degrades gracefully offline (use `--file`).
A Claude Code plugin for the web-design + SEO workflow: research a niche, generate a coherent design system, write a complete build brief, build, run a pre-delivery QA gate, port the result into any CMS, and review on-page SEO.
Repo: ZachArticulateV/designer-pro-and-seo
Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the…
Generate cold-outreach openers, value-led follow-up sequences, niche-authority positioning, and a tool-import CSV with CAN-SPAM/GDPR/CASL compliance-checklist…
Draft long-form content (blog post, service page, landing page, guide) from a brief or outline — structured, on-intent, and originality-checked, ready for…
Write conversion-focused copy for a page or section — headlines, subheads, value propositions, CTAs, feature/benefit blocks, and microcopy — anchored to a…
Convert a raw CSV into a structured, business-ready report using a 3-step framework — load + label, define rules, request structured deliverables. Trigger when…
Audits HTML against WCAG 2.2 — no-tools structural checks (alt text, heading order, form labels, lang, landmarks, skip link, viewport meta, token-based…