seo-audit

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

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MohmmedKudmani/mk-ai-os --skill seo-audit-mohmmedkudmani
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/MohmmedKudmani/mk-ai-os/tree/main/.opencode/skills/marketing/seo-content/seo-audit
Command: npx skills add https://github.com/MohmmedKudmani/mk-ai-os --skill seo-audit-mohmmedkudmani

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 Frameworks: Applies tailored checklists 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 my website for SEO issues and give me a prioritized list of fixes.

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

Follow a priority order: crawlability and indexation first, then technical foundations like speed and HTTPS, then on-page optimization, content quality, and authority. Check robots.txt, XML sitemaps, canonical tags, title tags, and heading structure, then compile findings into a prioritized action plan.

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

Traffic drops after migrations 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 URLs to new ones.

Can I detect schema markup with curl or web fetch tools?▼

No. Many CMS plugins inject JSON-LD via client-side JavaScript, which static fetch tools cannot see because they strip script tags. 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. Measure these with PageSpeed Insights, WebPageTest, or the Search Console Core Web Vitals report.

What are common hreflang mistakes on multilingual sites?▼

Common errors include missing self-referencing entries, non-reciprocal links between pages, invalid codes like en-UK instead of en-GB, and canonical tags conflicting with hreflang annotations. 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 indexing problems; it does not write or deploy structured data code.