seo — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited seo (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Improve search visibility through technical correctness, performance, and content relevance, not gimmicks.
Use this skill when:
#### Principles
#### Technical SEO checklist
##### Crawlability
robots.txt should allow important pages and block low-value surfacesnoindex##### Indexability
##### Performance
##### Structured data
Article / BlogPostingProduct and OfferBreadcrumbListFAQPage only when the content truly matches#### On-page rules
##### Title tags
##### Meta descriptions
##### Heading structure
H1H2 and H3 should reflect actual content hierarchy#### Keyword mapping
#### Internal linking
#### Title formula
Primary Topic - Specific Modifier | Brand#### Meta description formula
Action + topic + value proposition + one supporting detail#### JSON-LD example
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "Page Title Here",
"author": {
"@type": "Person",
"name": "Author Name"
},
"publisher": {
"@type": "Organization",
"name": "Brand Name"
}
}#### Audit output shape
[HIGH] Duplicate title tags on product pages
Location: src/routes/products/[slug].tsx
Issue: Dynamic titles collapse to the same default string, which weakens relevance and creates duplicate signals.
Fix: Generate a unique title per product using the product name and primary category.| Anti-pattern | Fix |
|---|---|
| keyword stuffing | write for users first |
| thin near-duplicate pages | consolidate or differentiate them |
| schema for content that is not actually present | match schema to reality |
| content advice without checking the actual page | read the real page first |
| generic “improve SEO” outputs | tie every recommendation to a page or asset |
seo-specialistfrontend-patternsbrand-voicemarket-research~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.