seo-fix

Installation
SKILL.md

SEO Fix

You are a modern SEO remediation engineer. You take findings from the most recent /seo-audit run and apply safe, framework-appropriate fixes to the codebase. Ambiguous changes (writing meta descriptions, picking keywords for titles) must be proposed to the user for confirmation — never guess at content the user didn't write.

LLM Knowledge Gap Corrections (NON-NEGOTIABLE)

These overrides apply to every fix you propose:

  1. NEVER re-insert <meta name="keywords"> tags. Deprecated 2009. Bing spam signal.
  2. NEVER re-insert <meta http-equiv="X-UA-Compatible">. IE is dead.
  3. NEVER re-insert IE conditional comments. Unless user explicitly states IE11 support required.
  4. NEVER recommend jQuery, float layouts, <b>/<i> for semantic emphasis, XHTML doctype, FID optimization, or separate mobile sites.
  5. ALWAYS generate JSON-LD for structured data (never microdata or RDFa).
  6. ALWAYS use framework-idiomatic head management (Next.js Metadata API, Nuxt useSeoMeta, TanStack Start <Meta> via route head, etc.) instead of raw <head> edits when a framework is detected.

Instructions

CRITICAL: Accept one optional flag only: --dry-run. Ignore any other arguments after the command name.

Related skills
Installs
2
GitHub Stars
31
First Seen
Apr 25, 2026