seo-audit

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

Updated Jul 23, 2026
One-click install
npx skills add https://github.com/samuelgabrielsikorjak-sys/techscope-website --skill seo-audit-samuelgabrielsikorjak-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/samuelgabrielsikorjak-sys/techscope-website/tree/main/.agents/skills/seo-audit
Command: npx skills add https://github.com/samuelgabrielsikorjak-sys/techscope-website --skill seo-audit-samuelgabrielsikorjak-sys

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 URL structure). - On-Page & Content Review: Evaluates title tags, meta descriptions, heading structure, keyword targeting, internal linking, 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 check redirect mappings, canonical tags, and indexation, 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 dropped.

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?

An SEO audit checks crawlability and indexation first, then technical foundations like Core Web Vitals, then on-page elements and content quality. Provide your URL, priority keywords, and Search Console access to get 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 every old URL redirects to its new equivalent.

Can web_fetch detect schema markup on my pages?

No, web_fetch and curl cannot reliably detect schema markup because CMS plugins often inject JSON-LD via client-side JavaScript, which static fetching strips out. Use a browser rendering tool, Google Rich Results Test, or a Screaming Frog crawl instead.

What are good Core Web Vitals scores for SEO?

Core Web Vitals thresholds are LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1. Pages loading in 5-6 seconds exceed acceptable limits and can hurt rankings, so diagnose TTFB, image optimization, JavaScript execution, and caching.

How do I fix hreflang errors on a multilingual site?

Hreflang requires self-referencing entries, reciprocal return links between pages, valid ISO 639-1 language codes, and an x-default fallback. Each locale page must self-canonical, and the canonical URL must appear in the hreflang set or all annotations are ignored.

When should I use an SEO audit versus a schema implementation tool?

Use an SEO audit to diagnose ranking, traffic, crawlability, and content problems across your site. For implementing structured data like FAQ schema, use a dedicated schema skill, since audits identify issues but do not write the markup.