seo-audit

Diagnose technical, on-page, and content SEO issues and produce a prioritized action plan.

Updated Aug 13, 2026
One-click install
npx skills add https://github.com/imMamdouhaboammar/marketing-skills --skill seo-audit-immamdouhaboammar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/imMamdouhaboammar/marketing-skills/tree/main/skills/seo-audit
Command: npx skills add https://github.com/imMamdouhaboammar/marketing-skills --skill seo-audit-immamdouhaboammar

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 fix list. ## Core Features & Use Cases - Technical SEO Audit: Checks robots.txt, XML sitemaps, canonicalization, Core Web Vitals, HTTPS, mobile-friendliness, and international SEO (hreflang, locale URLs, multilingual sitemaps). - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, internal linking, keyword targeting, and E-E-A-T signals, with site-type-specific playbooks for SaaS, e-commerce, blogs, local businesses, and multilingual sites. - Use Case: After a WordPress-to-Next.js migration causes a 40% traffic drop, run an audit to verify 301 redirect mapping, canonical tags, sitemap submission, and indexation status, then receive a prioritized recovery plan. ## Quick Start Ask the agent to audit your website's SEO by sharing your URL, priority keywords, and whether you have Search Console access.

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 and content quality. The audit produces findings with impact ratings and a prioritized action plan.

Why did my organic traffic drop after a site migration?

Common causes include missing 301 redirects from old URLs, incorrect canonical tags, blocked crawlers in robots.txt, and outdated XML sitemaps. Check the Search Console coverage report for indexation errors and expect recovery to take weeks after fixes.

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 Rich Results Test, or a Screaming Frog export instead.

What are the Core Web Vitals thresholds for SEO?

LCP (Largest Contentful Paint) should be under 2.5 seconds, INP (Interaction to Next Paint) under 200ms, and CLS (Cumulative Layout Shift) under 0.1. Measure them with PageSpeed Insights, WebPageTest, or the Search Console Core Web Vitals report.

What hreflang mistakes break international SEO?

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 dedicated schema skill when the task is implementing structured data such as FAQ or product markup. An SEO audit diagnoses issues and verifies existing markup, but implementation of new structured data is a separate task.