seo-audit

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

Updated May 13, 2026
One-click install
npx skills add https://github.com/MarcoBolsa/motor-cotacoes --skill seo-audit-marcobolsa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/MarcoBolsa/motor-cotacoes/tree/main/.claude/skills/marketingskills/seo-audit
Command: npx skills add https://github.com/MarcoBolsa/motor-cotacoes --skill seo-audit-marcobolsa

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 optimization, 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, HTTPS, mobile-friendliness, and international SEO (hreflang, locale sitemaps). - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, internal linking, keyword targeting, and E-E-A-T signals. - Site-Type Playbooks: Applies tailored frameworks for SaaS, e-commerce, blogs, multilingual sites, and local businesses. - 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 submission, then receive a prioritized recovery plan. ## Quick Start Audit the SEO of my website at https://example.com and tell me why my organic traffic dropped after our recent site migration.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I audit my website for SEO issues?▼

Start with crawlability and indexation (robots.txt, XML sitemap, canonical tags), then check technical foundations like Core Web Vitals and HTTPS, followed by on-page elements such as title tags and headings, and finally content quality and E-E-A-T signals. The audit produces findings with impact ratings and a prioritized action plan.

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

Migration traffic loss usually comes from missing 301 redirects, incorrect canonical tags, blocked crawlers in robots.txt, or an outdated XML sitemap. Check Search Console's coverage report for indexation errors and verify redirect mapping from old URLs to new ones first.

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. Use a browser rendering tool, Google's 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 (LCP) should be under 2.5 seconds, Interaction to Next Paint (INP) under 200 milliseconds, and Cumulative Layout Shift (CLS) under 0.1. Pages loading in 5-6 seconds are well above acceptable limits and page speed is a confirmed ranking factor.

What are 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 tags pointing across locales. Any of these can cause Google to ignore the entire hreflang cluster.

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. An SEO audit diagnoses ranking and traffic problems; it identifies missing schema as a finding but does not perform the implementation itself.