seo-aeo-audit
This skill guides AI agents through comprehensive SEO and accessibility audits, helping you spot technical issues, on-page gaps, and ranking opportunities. Use it to systematize your site reviews and ensure consistent optimization across pages. Perfect for teams building SEO best practices into their agent workflows.
seo-aeo-audit guides you through comprehensive technical and on-page SEO reviews to identify ranking gaps and optimization opportunities. It systematizes site audits, helping you spot crawlability issues, meta tag problems, internal linking weaknesses, and content gaps that hold back organic traffic. Use it to build consistent SEO best practices into your agent workflows and ensure every page meets search engine standards.
AI-generated summary based on this skill's SKILL.md
Install
warpdotdev/oz-skills/seo-aeo-audit · repository language: Python
git clone https://github.com/warpdotdev/oz-skills
cp -r oz-skills/.agents/skills/seo-aeo-audit ~/.claude/skills/seo-aeo-auditFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How does seo-aeo-audit help improve SEO and search rankings?
seo-aeo-audit guides you through comprehensive technical and on-page SEO reviews to identify ranking gaps and optimization opportunities. It systematizes site audits, helping you spot crawlability issues, meta tag problems, internal linking weaknesses, and content gaps that hold back organic traffic. Use it to build consistent SEO best practices into your agent workflows and ensure every page meets search engine standards.
Can seo-aeo-audit optimize my website for AI visibility?
Yes. seo-aeo-audit includes answer engine optimization (AEO) guidance to boost your visibility in ChatGPT, Perplexity, and Google AI. It helps you structure content and implement schema markup that AI systems extract and cite, ensuring your pages rank in AI-powered search results alongside traditional search engines.
What structured data and schema markup does seo-aeo-audit cover?
seo-aeo-audit covers JSON-LD schema implementation for rich results and AI extraction, including breadcrumb schema, FAQ schema, product schema for e-commerce, and other structured data types. It guides you through proper markup syntax and placement so search engines and AI systems can understand and surface your content in enhanced formats.
How do I fix crawlability, indexing, and duplicate content with this skill?
seo-aeo-audit audits robots.txt, sitemaps, canonical URLs, and hreflang tags to resolve crawlability and indexing problems. It identifies duplicate content issues and guides you through proper tag setup so search engines crawl your site efficiently, index the right pages, and avoid penalizing you for content duplication.
Does seo-aeo-audit address mobile SEO and Core Web Vitals?
Yes. seo-aeo-audit includes mobile SEO optimization and Core Web Vitals assessment to ensure your site performs well on all devices and meets Google's speed and responsiveness standards. It also covers international SEO via hreflang configuration for multi-region audiences.
What on-page elements does seo-aeo-audit help optimize?
seo-aeo-audit guides optimization of title tags, meta descriptions, heading hierarchy (H1, H2 structure), image alt text, internal linking strategy, and breadcrumb navigation. It ensures each page element follows SEO best practices and contributes to both search engine rankings and AI citation potential.
SKILL.md
rendered from the published skill — quoted content, verbatim
SEO Optimization
Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data.
Technical SEO
Crawlability
robots.txt:
# /robots.txt
User-agent: *
Allow: /
# Block admin/private areas
Disallow: /admin/
Disallow: /api/
Disallow: /private/
# Don't block resources needed for rendering
# ❌ Disallow: /static/
Sitemap: https://example.com/sitemap.xml
Meta robots:
<!-- Default: indexable, followable -->
<meta name="robots" content="index, follow">
<!-- Noindex specific pages -->
<meta name="robots" content="noindex, nofollow">
<!-- Indexable but don't follow links -->
<meta name="robots" content="index, nofollow">
<!-- Control snippets -->
<meta name="robots" content="max-snippet:150, max-image-preview:large">
Canonical URLs: ```html <!-- Prevent duplicate content issues
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 5 files
.agents/skills/seo-aeo-audit/SKILL.md
.agents/skills/seo-aeo-audit/references/json-ld-templates.md
.agents/skills/seo-aeo-audit/scripts/lighthouse.sh
.agents/skills/seo-aeo-audit/scripts/pagespeed.sh
.agents/skills/seo-aeo-audit/scripts/search-console-export.mjs