seo-auditor

Audit web pages for SEO issues across metadata, schema, and performance.

261|119|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/kennyzir/7deer_skills --skill seo-auditor-kennyzir
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-auditor
Source: https://github.com/kennyzir/7deer_skills/tree/main/seo-auditor
Command: npx skills add https://github.com/kennyzir/7deer_skills --skill seo-auditor-kennyzir

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This battle-tested SEO audit framework provides a structured approach to evaluating and ensuring SEO health for web projects, replacing ad-hoc checks with a repeatable standard.

Core Features & Use Cases

  • Core Knowledge Base: A centralized reference like seo_standards.md and glossary of rules to align on metadata, schema, and performance benchmarks.
  • Automated & Manual Audits: Combines a reusable checklist with an automated Node.js script to detect common SEO issues.
  • Use Case: On a site relaunch, run audits to verify title/description length, canonical URLs, OpenGraph data, and JSON-LD, then generate a compliant checklist and remediation plan.

Quick Start

Run the audit_rules.js script against your built HTML files to perform an automated SEO check.

Frequently Asked Questions about seo-auditor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit SEO metadata and structured data before a site relaunch?

To audit SEO metadata before a site relaunch, you can run an automated Node.js script against your built HTML files. This validates title and description length, canonical URLs, OpenGraph data, and JSON-LD to generate a compliant checklist and remediation plan.

What does a comprehensive SEO audit framework check for on web pages?

A comprehensive SEO audit framework checks web pages for metadata compliance, schema validity, and performance benchmarks. It validates requirements such as canonical URLs, OpenGraph tags, JSON-LD structured data, and internal linking to ensure overall web SEO health.

How do I validate JSON-LD structured data accessibility during development?

You validate JSON-LD structured data accessibility during development by applying guardrail-driven review rules. An automated script checks your built HTML output to detect common SEO issues and enforce structured data accessibility requirements.

Can I automate SEO checks during staging and post-launch monitoring?

Yes, you can automate SEO checks during staging and post-launch monitoring by running an audit script. It applies a reusable checklist to validate metadata and schema, replacing ad-hoc checks with a repeatable standard for continuous web performance validation.

Do I need Node.js to run automated SEO validation checks on HTML files?

Yes, you need Node.js to execute the automated SEO validation script. The script runs against your built HTML files to automatically detect common SEO issues, serving as the core engine for the automated audit process.

What is the best way to fix invalid canonical URLs and OpenGraph data?

The best way to fix invalid canonical URLs and OpenGraph data is to run an automated SEO audit to identify the errors, then follow the generated remediation plan. This structured approach ensures your metadata aligns with established SEO standards.