skills/smithery.ai/seo-audit-report

seo-audit-report

Installation
SKILL.md

SEO audit report (scaffold instructions)

Use this skill when the user wants an interactive, client-side report that imports Search Console exports and keeps them in a lightweight SQLite database for repeated inspection.

Required inputs

  • Project directory name.
  • Data source: GSC MCP export (JSON/CSV) or manual file.
  • Persistence target: in-browser IndexedDB via sql.js.

Workflow

  1. Scaffold the project
    • Run npm create vite@latest <project-name> -- --template react-ts (or bun create vite@latest ... if Bun is preferred).
    • Enter the new folder and install deps (npm install/bun install).
    • Use exa (or web search) to confirm the latest Vite React template command if the tooling switches.
Installs
1
First Seen
Apr 8, 2026
seo-audit-report from smithery.ai