seo-audit

Diagnose technical, on-page, and content SEO issues and produce prioritized audit reports.

Updated Sep 7, 2026
One-click install
npx skills add https://github.com/raphaelmans/spectralpointengineering --skill seo-audit-raphaelmans
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/raphaelmans/spectralpointengineering/tree/main/.skillshare/skills/seo-audit
Command: npx skills add https://github.com/raphaelmans/spectralpointengineering --skill seo-audit-raphaelmans

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Websites lose organic traffic due to hidden crawlability, indexation, speed, and content issues that are hard to diagnose systematically. This Skill runs a structured SEO audit that identifies issues, rates their impact, and delivers a prioritized action plan. ## Core Features & Use Cases - Technical SEO Audit: Checks robots.txt, XML sitemaps, canonicalization, Core Web Vitals, mobile-friendliness, HTTPS, and international SEO (hreflang, locale sitemaps, multilingual canonicals). - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, keyword targeting, internal linking, E-E-A-T signals, and content depth. - Site-Type Playbooks: Applies tailored frameworks for SaaS, e-commerce, blogs, multilingual sites, and local businesses, including migration-drop diagnostics. - Use Case: After a WordPress-to-Next.js migration causes a 40% traffic drop, run an audit to check redirect mappings, canonicals, and sitemap updates, then receive a prioritized recovery plan. ## Quick Start Audit the SEO of https://example.com and give me a prioritized list of issues and fixes.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I run an SEO audit on my website?▼

Provide your site URL and context about priority keywords, Search Console access, and recent changes. The audit follows a priority order: crawlability and indexation first, then technical foundations, on-page optimization, content quality, and authority signals, ending with a prioritized action plan.

Why did my organic traffic drop after a site migration?▼

Migration traffic drops usually come from missing 301 redirects, incorrect canonical tags, blocked crawlers in robots.txt, or outdated XML sitemaps. The audit checks redirect chains, soft 404s, and Search Console coverage, then provides a recovery plan with realistic timeline expectations.

Can web_fetch or curl detect schema markup on my pages?▼

No. Many CMS plugins inject JSON-LD via client-side JavaScript, which web_fetch and curl cannot see because script tags are stripped. Use a browser rendering tool, Google's Rich Results Test, or a Screaming Frog export to accurately detect structured data.

What Core Web Vitals thresholds affect SEO rankings?▼

Google's thresholds are LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1. Pages loading in 5-6 seconds fail these thresholds, and page speed is a confirmed ranking factor, especially on mobile.

What are the most common hreflang mistakes on multilingual sites?▼

The most common errors are missing self-referencing entries, non-reciprocal links between locale pairs, invalid codes like en-UK instead of en-GB, and cross-locale canonicals that suppress indexing. The canonical URL must also appear in the hreflang set or all annotations are ignored.

When should I use a different skill instead of an SEO audit?▼

Use the schema skill for implementing structured data like FAQ markup, programmatic-seo for building pages at scale, and ai-seo for optimizing for AI search engines. The audit skill focuses on diagnosing existing issues rather than implementation.