seo-audit

Audits web projects for technical SEO issues across meta tags, sitemaps, and structured data.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/MohamedSayedK/omnigrid --skill seo-audit-mohamedsayedk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-audit
Source: https://github.com/MohamedSayedK/omnigrid/tree/main/assets/core/skills/seo-audit
Command: npx skills add https://github.com/MohamedSayedK/omnigrid --skill seo-audit-mohamedsayedk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Before launching a web project, teams often ship pages with missing meta descriptions, absent sitemaps, or broken Open Graph tags that hurt search indexing and social sharing. This Skill runs a structured technical SEO sweep and reports each finding as PASS, WARN, or FAIL so issues are fixed before launch. ## Core Features & Use Cases - On-page SEO checks: Validates title tags, meta descriptions, single h1 usage, heading hierarchy, internal linking, and image alt text across key pages. - Technical SEO checks: Verifies robots.txt, sitemap.xml, canonical URLs, 404 behavior, redirect chains, URL structure, and the mobile viewport meta tag. - Social and structured data: Audits Open Graph and Twitter Card tags, favicon, and JSON-LD/Microdata schemas such as Organization, Product, FAQ, and Article. - Use Case: When the /launch-check SEO row shows WARN or FAIL, run this audit to get a prioritized table of findings — for example, a missing sitemap flagged as a launch blocker while a missing og:image is a lower-priority warning. ## Quick Start Ask the agent to run an SEO audit on this web project and report any indexing or metadata issues before launch.

Frequently Asked Questions about seo-audit

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

FAQPage Schema
How do I audit a website for technical SEO issues before launch?▼

Run a technical SEO audit that checks title tags, meta descriptions, robots.txt, sitemap.xml, canonical URLs, redirects, and structured data. This Skill performs that sweep and returns a PASS/WARN/FAIL table prioritized by indexing impact.

What Open Graph and Twitter Card tags should a web page have?▼

Key pages should include og:title, og:description, og:image (1200x630 recommended), and og:url, plus twitter:card, twitter:title, twitter:description, and twitter:image. The audit flags pages missing any of these social sharing tags.

Does this SEO audit work on non-web projects?▼

No. The skill is gated by a web shape requirement and auto-passes on non-web projects. It only runs when the project's shapes configuration includes web, so it never executes on APIs, CLIs, or libraries.

Does the SEO audit check rendered output or just source files?▼

It checks the built output (dist/, build/, .next/) when available, not just source files. This matters because SSR frameworks often generate meta tags at build time that are invisible in source.

What is the difference between an SEO audit and a GEO audit?▼

An SEO audit targets Googlebot: meta tags, sitemaps, and structured data. A GEO audit targets LLM crawlers and coding agents: llms.txt, AGENTS.md, AI-crawler directives, and citation metadata. The two run independently as sibling checks.