seo-audit

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

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/yo16/cc_dev_team --skill seo-audit-yo16
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/yo16/cc_dev_team/tree/main/specific_set/seo/skills/seo-audit
Command: npx skills add https://github.com/yo16/cc_dev_team --skill seo-audit-yo16

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? It identifies why a website is not ranking or losing organic traffic by systematically auditing crawlability, indexation, site speed, on-page elements, and content quality, then delivering a prioritized action plan. ## Core Features & Use Cases - Technical SEO Audit: Checks robots.txt, XML sitemaps, canonicalization, Core Web Vitals, mobile-friendliness, and HTTPS configuration. - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, internal linking, keyword targeting, and E-E-A-T signals. - Site-Type Playbooks: Provides tailored diagnostic frameworks for SaaS, e-commerce, blog, and local business sites, including migration traffic-drop recovery. - Use Case: After a WordPress-to-Next.js migration causes a 40% traffic drop, run an audit to verify 301 redirect mapping, canonical tags, and sitemap updates, then receive a prioritized recovery plan. ## Quick Start Ask the assistant to run an SEO audit on your website URL and explain why your rankings or organic traffic have dropped.

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?▼

An SEO audit follows a priority order: crawlability and indexation first, then technical foundations like speed and mobile-friendliness, then on-page optimization, content quality, and authority. The output is a report with an executive summary, findings with impact ratings, and a prioritized action plan.

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

Traffic drops after migration usually come from missing 301 redirects, incorrect canonical tags, blocked crawlers in robots.txt, or outdated XML sitemaps. Check Search Console coverage reports for indexation errors and verify redirect mapping from old to new URLs.

Can web_fetch or curl detect schema markup on a page?▼

No, web_fetch strips script tags and curl only fetches static HTML, so both miss JSON-LD injected by client-side JavaScript from plugins like Yoast or RankMath. Use a browser tool, Google Rich Results Test, or Screaming Frog, which render JavaScript.

What Core Web Vitals thresholds affect SEO rankings?▼

The thresholds are LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1. Page speed is a confirmed ranking factor, so pages loading in 5-6 seconds need fixes to server response time, image optimization, JavaScript execution, and caching.

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

Use schema-markup for implementing structured data like FAQ schema, programmatic-seo for building pages at scale, and ai-seo for optimizing content for AI search engines. The audit skill is for diagnosing issues, not implementation.