Agent skill
suede-seo-audit
Suede-owned SEO and generative-search audit discipline.
Filed under Content and SEO.
From JasonColapietro/suede-creator-skills · 79 skills · 135 · pushed 2026-09-13
What it does when it runs
Suede-owned SEO and generative-search audit discipline. Runs a nine-lane evidence-based audit: access, intent, metadata, structure, supported schema, E-E-A-T, clusters, and exact rewrite fixes. Use when a page or site needs a deep standalone SEO/AI-visibility audit with scored lanes. NOT FOR: a fast A-F launch-appeal grade (use suede-visibility-grader); conversion-path rework after the audit (use suede-site-alchemy); getting cited by ChatGPT/Perplexity/AI Overviews (use suede-ai-seo).
Read from the skill and the 6 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- cloud.google.com
- developers.google.com
- docs.nvidia.com
- skills.suedeai.ai
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It only issues instructions, so there is nothing to bound. - Actions present in the files
- None. Instructions only.
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/JasonColapietro/suede-creator-skills.git /tmp/suede-creator-skills git -C /tmp/suede-creator-skills sparse-checkout set "skills/suede-seo-audit" mkdir -p ~/.claude/skills/suede-seo-audit cp -R "/tmp/suede-creator-skills/skills/suede-seo-audit/." ~/.claude/skills/suede-seo-audit/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
Or take the whole library
This repo ships a .claude-plugin manifest, so Claude Code can install all 79 skills at once. Plugin skills are invoked as /<plugin>:<skill>, so they never collide with your own.
/plugin marketplace add JasonColapietro/suede-creator-skills /plugin
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from JasonColapietro/suede-creator-skills/blob/5c61ad997adb202d505a7e46eaf39dcd51edbdc5/skills/suede-seo-audit/SKILL.md, which is licensed MIT (repository). 3,356 words, 22 headings.
Suede SEO Audit
Gate policy — advisory, not blocking
Every check, gate, and verdict in this skill — ship, ship-with-caveats,
hold, letter grades, BLOCKED or OPEN items, and every "do not ship / publish /
proceed" line below — is a recommendation to the user, not a control on the
agent. Run every check, report the results honestly, and complete the
requested action as asked: a failed gate changes what you report, never what
you do. Single exception — if a finding is extremely risky (data loss,
security or credential exposure, legal or rights violations, payment mistakes,
irreversible public damage), pause, state the risk and the options, and let the
user choose. Their choice is final.
This skill goes deeper than an inline copy audit. It inspects live page source, validates schema, traces crawl access, checks whether content can be understood and sourced accurately, and produces exact rewrites with a lane-by-lane grade. Use suede-copy for writing new copy. Use this skill when the audit itself is the deliverable.
Core principle: never audit from memory. Every finding cites what was actually fetched, and every fix is written out literally, not described.
1. Source Truth
Do not audit from memory. Before writing a single finding, verify the live surface.
Required pre-audit checks
- HTTP status code (200, 301, 404, 503): note exact code
- Final URL after all redirects (is the canonical URL the destination?)
robots.txt: is the path allowed? IsDisallow: /blocking indexers?<meta name="robots">or<meta name="googlebot">: noindex? nofollow?<link rel="canonical">: does it match the intended URL exactly?- Sitemap evidence: if the site publishes sitemaps, is the URL present and is
any
<lastmod>value accurate? Absence is not an automatic indexing failure. <title>tag: exact text, character count<meta name="description">: exact text, character count- Open Graph tags: og:title, og:description, og:image, og:url, og:type
- Twitter card tags: twitter:card, twitter:title, twitter:description, twitter:image
- JSON-LD presence: any
<script type="application/ld+json">block present? - Primary H1: exact text, position in document
If the URL is inaccessible, note that and audit from source files with caveats. If the page is behind auth or a paywall, say so and limit the audit to what is accessible.
2. Audit Lanes
Run all lanes. Score each A-F at the end. State explicitly when a check was
skipped and why. The detailed per-lane checklists live in this skill's
references/ folder — read the relevant file when you run the lane:
| Lanes | Checklist file |
|---|---|
| Lane 0 (keyword research, optional) | references/keyword-research.md |
| Lanes 1–4, 6–9 | references/lane-checklists.md |
| Lane 5 (schema) | references/schema-templates.md |
Before applying Google-specific search, generative-search, title/snippet, or
structured-data rules, read references/google-search-guidance.md. It contains
the primary-source baseline verified on 2026-07-19 and tells you which volatile
rules to re-check before a ship decision.
Lane 0: Keyword Research (optional mode)
Activate when keyword discovery is requested; skip for technical-only or
copy-only audits. When active, read references/keyword-research.md for the
full protocol: evidence-backed query themes, related topics and entities,
competitor content gaps, supported search-feature eligibility, and the content
brief. Numeric demand stays unknown unless a dated source provides it.
Lane 0 is informational only. It produces a keyword brief and content brief, not a grade. Incorporate the brief into Lanes 2–7 findings where relevant.
Lane 1: Technical Access
Goal: confirm that search crawlers and other explicitly tested clients can
reach and parse the page. Do not assume that one crawler's access policy or
behavior represents another's. Run the Lane 1 checklist in
references/lane-checklists.md: status, redirects, canonical, robots, sitemap,
JS-free rendering, and the Core Web Vitals measurement protocol. Measure CWV
when tooling allows (PageSpeed Insights at pagespeed.web.dev; curl time is a
server-response proxy only); otherwise report each vital as "not measurable"
with the reason plus observed risk factors. Do not invent scores; do report
observable risks. CWV never enters the A-F grade.
Lane 1 grade drops to C or below if: an actual indexability block is present, the canonical is wrong, redirects fail, or primary content is absent from the tested rendered result. JavaScript use alone is not a failure.
Lane 2: Search and Answer Intent
Goal: confirm the page has a single coherent intent that matches real
queries and can earn a featured snippet or AI citation. Run the Lane 2
checklist in references/lane-checklists.md: primary reader, primary query
theme, the AI-answer-ready definition, one earned action, and cannibalization.
Treat the opening-section definition as a Suede editorial clarity diagnostic,
not a Google ranking requirement. If a concise answer cannot be constructed
from the opening section, report the ambiguity and its reader impact.
Lane 2 grade drops to C or below if: the page has no clear primary reader, the intent conflicts with the title, or the opening section answers a different question than the URL implies.
Lane 3: Metadata
Goal: metadata is accurate, descriptive, and useful in search results and
social previews. Character counts are preview diagnostics because Google has
no fixed title or meta-description character limit and may generate different
title links or snippets. Run the Lane 3 checklist in
references/lane-checklists.md: title tag, meta description, Open Graph,
Twitter/X card, alt text, author entity, and durable entity names.
Lane 3 grade drops to D or below if: the title is missing or misleading, the meta description is missing on a priority landing page, required social preview assets are broken, or the page's entity cannot be identified from the title, description, and H1 together. Length alone never causes a grade drop.
Lane 4: Structure
Goal: the page's hierarchy, section order, internal links, and terminology
serve the reader's intent. Run the Lane 4 checklist in
references/lane-checklists.md: headings, reader-driven section coverage,
links, optional FAQ quality, and natural topic/entity coverage. Do not apply a
universal page template, word count, or keyword-density quota.
Lane 4 grade drops to C or below if: H1 is missing, the page omits information required to satisfy its primary reader intent, internal links use non-descriptive anchor text throughout, or three or more heading sections run past the ~375-word retrieval chunk limit. A page whose entire body sits under one heading cannot earn above C in this lane, however clean its markup is. Missing an exact-match phrase is not a failure when the page clearly covers the subject with natural language.
Lane 5: Schema Markup
Goal: decide whether structured data is warranted, then ensure every JSON-LD
block is valid, eligible for its stated search feature, matches visible content,
and describes a structure the visible prose actually has. Run the Lane 5
checklist in references/schema-templates.md, which also holds the
retrievability lens, the page-type → @type mapping, and minimum JSON-LD
templates (Organization, SoftwareApplication, FAQPage, Article).
When schema is missing or broken, provide the exact corrected JSON-LD block inline in the findings. Do not describe it in prose.
Validity and truthfulness are necessary and not sufficient. Correct markup can
still describe a structure the prose does not have — a FAQPage whose questions
are <summary> elements is one retrieval block however many entries it
declares, and its text can match the visible text character for character while
that stays true. Lane 4 measures the block; Lane 5 decides whether the schema
claimed a structure the prose lacks. Run the retrievability lens to classify
each property against evidence you can quote, and never name a Discovery Engine
flag as observed Google Search behavior.
Lane 5 grade drops to D or below if: markup is misleading, invalid, hidden from users, or uses a type/property combination that is ineligible for the claimed Google feature. It drops to C or below if schema declares a structure the visible prose does not carry, or if a material claim's only machine-readable form is JSON-LD with no prose counterpart. A page does not fail merely because no schema is warranted. FAQ markup never earns a visibility promise; Google generally limits FAQ rich results to authoritative government and health sites.
Lane 6: AI EO (Answer Engine Optimization)
Goal: help people and automated systems understand and source the page
accurately without inventing facts. Run the Lane 6 checklist in
references/lane-checklists.md: clear opening answer, plain definitions,
contrast statements where real alternatives exist, explicit subjects, verified
entity signals, accessible primary content, source links, and
hallucination-risk claims. Google Search ignores llms.txt; record one only
when another named consumer documents support, and never grade its presence as
a search signal. suede-ai-seo is the canonical owner of the extractability
standard behind this lane and of the reconciliation between Google's published
stance and what the non-Google answer engines actually reward — cite it rather
than re-deriving either, and land any threshold change there first.
Lane 6 grade drops to C or below if: the opening section cannot state the page's subject and answer clearly, material claims lack sources, primary content is inaccessible without JavaScript and has no crawlable fallback, or the title, H1, or URL promises a comparison the body never makes. A page that promises no comparison and has no named alternatives does not drop for carrying no contrast content.
Lane 7: Copy and Conversion Quality
Goal: copy earns action. Every sentence either moves the reader toward the
primary CTA or proves the claim that does. Run the Lane 7 checklist in
references/lane-checklists.md: directness, proof, claims, CTA, trust, and
filler removal.
Lane 7 grade drops to C or below if: the intended action is absent or undiscoverable in the rendered task path, any published statement is unverifiable, or the copy could belong to any competing product without changing a word.
Lane 8: E-E-A-T Signals
Goal: use Experience, Expertise, Authoritativeness, and Trustworthiness as a
human quality/trust lens and verify the available evidence. E-E-A-T is not a
standalone ranking score exposed by Google. Run the Lane 8 checklist in
references/lane-checklists.md for what counts as evidence for each concept.
Grade: A (all four strong), B (3 strong), C (2 strong), D/F (1 or 0).
Lane 8 grade drops to C or below if: no real proof of experience or expertise is visible, contact or privacy information is absent, or misleading UI patterns are present.
Lane 9: Topic Cluster Architecture
Goal: when a multi-page site benefits from a pillar/cluster strategy,
confirm that the selected topic ownership and internal paths are coherent.
Skip for single-page audits; mark N/A when that architecture does not serve the
site's user journeys. Run the Lane 9 audit questions and cluster-map output
format in references/lane-checklists.md.
When a cluster strategy is in scope, Lane 9 grade drops to C or below if: its declared pillar is missing, important cluster pages are orphaned, or multiple pages appear to compete for the same query intent without a clear owner.
3. Finding Format
Report every finding in this block. Do not describe findings in prose.
[HIGH|MEDIUM|LOW] Finding title
Location: <URL, selector, or file + line>
Issue: <what is wrong and why it matters>
Fix: <exact corrective action>
Suggested copy or code: <literal rewrite, JSON-LD block, or command>
Verification: <how to confirm the fix worked>
Severity guide:
- HIGH: blocks indexing, breaks CTA, contains a false published statement, schema invalid
- MEDIUM: may reduce result clarity, sourceability, or reader task success; missing a relevant recommended signal
- LOW: copy quality, filler, minor structural improvement
4. Scoring
Grade each lane A-F. Grades are mechanical — derived from finding counts, not impression:
| Grade | Rule |
|---|---|
| A | No HIGH or MEDIUM findings in the lane |
| B | No HIGH findings; one or two MEDIUM findings |
| C | Exactly one HIGH finding, or three or more MEDIUM findings |
| D | Two or three HIGH findings |
| F | Four or more HIGH findings, or the lane is absent or actively harmful |
Hard caps:
- Cannot earn A overall without verifying a live URL
- Cannot earn A if primary CTA is broken or absent
- Cannot earn A if any published statement is false, unverifiable, or invented
- Cannot earn A in Lane 5 if present or warranted schema does not validate
- Cannot earn A in Lane 5 if schema declares a structure (
FAQPage,HowTo,ItemList,BreadcrumbList) that the visible prose does not carry - Cannot earn A in Lane 6 if primary content was unavailable to the tested intended clients and the audit cannot evaluate it
- Cannot earn A in Lane 8 if contact, privacy policy, or HTTPS is absent
- Cannot earn A in an in-scope Lane 9 if material query-intent ownership conflicts remain unresolved
Overall grade: convert letter grades to points (A=4, B=3, C=2, D=1, F=0). Lanes 1, 3, and 6 count 1.5x. Lanes 2, 4, 5, 7, 8, 9 count 1x. Lane 0 excluded. Max weighted score = (3 × 1.5 + 6 × 1) × 4 = 42. Overall letter: ≥38 = A, ≥30 = B, ≥22 = C, ≥14 = D, <14 = F.
5. Output Template
Produce this block at the end of every full audit. Fill every field. Write "none found" or "not applicable" rather than leaving a field blank.
=== SEO AUDIT REPORT ===
Audited URL:
Audit date:
Source checked: [live URL | source file | both]
--- KEYWORD BRIEF (Lane 0 — omit if not requested) ---
Primary query theme: [query family] — [intent] — [evidence source/date]
Demand: [sourced value/range | unknown]
Supporting query themes: [query — observed/inferred — evidence]
Related topics and entities: [list grouped by reader need]
Content gaps: [subject — checked URL/source — reader value — priority]
Search-feature eligibility: [feature — eligible/validated/observed/not verified]
Content brief: [reader-first section, entity, link, and source plan]
--- METADATA ---
SEO title (suggested):
Meta description (suggested):
H1 (suggested):
Subhead (suggested):
--- CONVERSION ---
Primary CTA (text and destination):
Secondary CTA (text and destination):
--- CONTENT ADDITIONS ---
Content brief (from Lane 0 — omit if not requested):
Length: [reader-driven scope; no universal word-count target]
Required subjects: [list derived from intent and verified source gaps]
Topic/entity coverage:
Primary subject: [clear/unclear] — evidence: [locations]
Supporting subjects: [covered/missing] — evidence: [locations]
FAQ additions:
Q: [real reader/searcher question — cite observed wording when available]
A: [complete answer in the length the reader needs; subject explicit]
Internal links to add (anchor text → destination URL):
External links to add (anchor text → destination URL):
Competitor content gap:
Competitor: [URL or "derived from niche"]
Missing sections: [H2 text — target query — priority: CRITICAL|IMPORTANT|INFORMATIONAL]
--- SCHEMA ---
Schema changes:
[Paste corrected or new JSON-LD block here]
Retrievability: [property path] — [prose-backed | indexable-only | decorative | unclassified] — evidence: [quoted prose | feature doc URL | none]
Schema-only claims: [property = value with no prose counterpart | none]
Structure claim vs prose: [@type] declares [N] | visible headings [N] | [match/mismatch]
--- AI EO NOTES ---
Clear opening summary:
Machine-readable AI file: [named consumer and documented use | none warranted]
Google Search effect of llms.txt: none
Hallucination risk flags:
--- E-E-A-T NOTES ---
Experience proof present:
Expertise signals:
Authoritativeness signals:
Trustworthiness gaps:
--- TOPIC CLUSTER MAP (omit for single-page audits) ---
Pillar: [page] — [target keyword]
Cluster: [page] — [sub-topic keyword]
Orphan pages:
Cannibalization risks:
--- CORE WEB VITALS (never part of the A-F grade) ---
LCP: [score or "not measurable" — reason]
CLS: [score or "not measurable" — reason]
INP: [score or "not measurable" — reason]
Lighthouse score (if available): Performance [N] | Accessibility [N] | Best Practices [N] | SEO [N]
CWV Risk: low / medium / high
CWV risk factors observed: [list or "none"]
Note: scores come only from PageSpeed Insights or Lighthouse. Do not invent scores; do report observable risks. curl time_total is a server-response proxy, not a CWV score.
--- SCORES ---
Lane grades:
Lane 1 (Technical Access):
Lane 2 (Search and Answer Intent):
Lane 3 (Metadata):
Lane 4 (Structure):
Lane 5 (Schema Markup):
Lane 6 (AI EO):
Lane 7 (Copy and Conversion Quality):
Lane 8 (E-E-A-T Signals):
Lane 9 (Topic Cluster Architecture):
Overall grade:
--- EVIDENCE BOUNDARIES ---
Safe to publish:
Recommend holding until verified (user's call):
Remove entirely:
--- VERIFICATION CHECKLIST ---
[ ] Status code confirmed 200
[ ] Canonical URL confirmed
[ ] robots.txt allows path
[ ] Schema vocabulary/shape validates at schema.org/validator
[ ] Google feature eligibility validates in Rich Results Test when applicable
[ ] All internal links return 200
[ ] Primary CTA destination loads correctly
[ ] og:image loads at full resolution
[ ] JSON-LD blocks contain no fabricated content
[ ] Structure declared by FAQPage/HowTo/ItemList/BreadcrumbList is carried by visible page structure
--- SHIP GATE ---
ship | ship-with-caveats | hold
Reason:
6. Workflow Steps
Follow these steps in order. Do not skip to findings before completing steps 1 through 3.
-
Read the target. Fetch the live URL or open the source file. If both are available, check both and note any divergence between source and rendered output.
-
Run the Source Truth checks from Section 1. Record every field exactly as found. Do not paraphrase tag values.
-
Check robots.txt and sitemap. Fetch
<domain>/robots.txtand any listed sitemap. Confirm the target URL is not blocked and is listed. -
Scan all active lanes. Lane 0 activates only when keyword discovery is requested. Lanes 1–8 run on every audit. Lane 9 is N/A for single-page audits and sites where a cluster model is not warranted; note the reason. Read the lane's checklist file from
references/and work through each item. Mark each item pass, fail, or N/A. Note the location of each failure. -
Write ranked findings. Use the finding format from Section 3. Group by lane. Put HIGH findings first within each lane.
-
Write exact rewrites. For every HIGH and MEDIUM finding involving copy, metadata, or schema: provide the literal replacement text or JSON-LD block. Do not describe what the fix should say. Write it.
-
Fill the output template from Section 5. Every field must be filled.
-
Score each lane A-F using the rules from Section 4. Apply hard caps.
-
Set the recommended ship gate. Recommend
shiponly if no HIGH findings remain and all hard caps are met.ship-with-caveatsif only MEDIUM or LOW findings remain and no claim is false.holdif any HIGH finding is unresolved, any claim is false, or the CTA destination is broken. Name any lane items that could not be verified and why (e.g., "Core Web Vitals: no field data access", "sitemap not publicly accessible").
Red Flags — Stop
If you catch yourself thinking any of these, stop and run the check for real:
- "I know this page; I can grade it from memory." — Fetch it. Source Truth first.
- "curl was fast, that covers Core Web Vitals." — curl is a server-response proxy; CWV scores come only from PageSpeed Insights or Lighthouse, or they are "not measurable" with a reason.
- "I'll describe the schema fix; they can write the JSON." — Write the literal JSON-LD block.
- "The title or description crossed a magic character limit." — Count it for preview diagnostics, then judge accuracy and likely truncation in context. Google publishes no fixed character limit.
- "A traffic estimate will make this finding land harder." — Never invent traffic, rankings, or ROI.
- "The lane mostly passes; I'll skip the rest of the checklist." — Every item gets pass, fail, or N/A.
7. Boundaries
Do not invent traffic estimates, ranking positions, citation frequency, or ROI
from SEO changes. Do not present llms.txt, content chunking, exact-match term
density, word count, or unsupported schema as Google ranking requirements. Name
what was checked, which primary guidance was used, what was skipped, and what
requires additional tooling.
Routing
- Need a fast A-F promotion-readiness verdict instead of a full audit →
suede-visibility-grader. - Findings point at conversion problems (CTA, friction, offer) →
suede-site-alchemyfor the rewrite pass. - Findings require fresh copy, not fixes →
suede-copy. - Audit passed and the page is part of a release →
suede-launch-packagingto package the launch. - Findings concern AI answer engines (getting cited by ChatGPT/Perplexity/AI Overviews,
llms.txt, AI-bot access) →suede-ai-seofor the generative-visibility pass.
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- seo-audit by coreyhaines31 · 50,138
- seo-audit by OpenClaudia · 691
- technical-seo-audit by thatrebeccarae · 139
- seo-audit by realjaymes · 60
- technical-seo-audit by ekatasingh1107 · 2
- seo-content-audit by edupegoretti · 0
- ai-seo by coreyhaines31 · 50,138
- programmatic-seo by coreyhaines31 · 50,138
Need help setting it up?
This page tells you what suede-seo-audit does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.