seo-audit

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

Updated Aug 6, 2026
One-click install
npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill seo-audit-ferrarifankid04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/ferrarifankid04/ai-skills-public/tree/main/claude-code/skills/seo-audit
Command: npx skills add https://github.com/ferrarifankid04/ai-skills-public --skill seo-audit-ferrarifankid04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? It helps site owners figure out why their pages are not ranking, why organic traffic dropped, or what technical and on-page SEO issues are holding the site back, then turns findings into a prioritized action plan. ## Core Features & Use Cases - Full Audit Framework: Covers crawlability, indexation, Core Web Vitals, mobile-friendliness, HTTPS, URL structure, title tags, meta descriptions, headings, internal linking, and E-E-A-T content quality. - International SEO Checks: Validates hreflang reciprocity, canonical and hreflang alignment, locale URL structure, and translation quality across locales. - Site-Type Playbooks: Tailored checklists for SaaS, e-commerce, blogs, multilingual sites, and local businesses, plus guidance on schema detection limitations of web_fetch and curl. - Use Case: After a WordPress-to-Next.js migration causes a 40% traffic drop, run an audit to check 301 redirect mapping, canonicals, sitemaps, and indexation, then get 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?

Start with crawlability and indexation checks (robots.txt, XML sitemap, canonicals), then review technical foundations like Core Web Vitals and HTTPS, followed by on-page elements such as title tags, meta descriptions, and headings. Finish with content quality and E-E-A-T assessment, then organize findings into a prioritized action plan.

Why did my organic traffic drop after a site migration?

Traffic drops after migration usually come from missing or broken 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 URLs to new ones.

Can web_fetch or curl detect schema markup on a page?

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

What are the Core Web Vitals thresholds for SEO?

Largest Contentful Paint should be under 2.5 seconds, Interaction to Next Paint under 200 milliseconds, and Cumulative Layout Shift under 0.1. Pages loading in 5-6 seconds are well above acceptable limits and page speed is a confirmed ranking factor.

What are the most common hreflang mistakes on multilingual sites?

The most common errors are missing self-referencing entries, non-reciprocal links between locale pages, invalid codes like en-UK instead of en-GB, and canonical URLs that conflict with the hreflang set. Any of these can cause Google to ignore the annotations entirely.

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

Use a schema skill when the task is implementing structured data such as FAQ or product markup on pages. An SEO audit diagnoses issues and prioritizes fixes, while schema implementation is a separate build task.