Seo Aeo Best Practices
Get best practices for optimizing content across traditional search engines and AI answer engines. This skill covers EEAT principles, structured data, and technical SEO. You’ll want it when implementing metadata, sitemaps, or structured data to improve content visibility.
Installation
This skill is self-contained. Copy the SKILL.md below directly into your project to get started.
.claude/skills/seo-aeo-best-practices/SKILL.md # Claude Code
.cursor/skills/seo-aeo-best-practices/SKILL.md # CursorOr install as a personal skill (available across all your projects):
~/.claude/skills/seo-aeo-best-practices/SKILL.mdYou can also install using the skills CLI:
npx skills add sanity-io/agent-toolkit --skill seo-aeo-best-practicesRequires Node.js 18+.
SKILL.md
---
name: seo-aeo-best-practices
description: SEO and AEO (Answer Engine Optimization) best practices including EEAT principles, structured data, and technical SEO. Use when implementing metadata, sitemaps, structured data, or optimizing content for search engines and AI assistants.
license: MIT
metadata:
author: sanity
version: "1.0.0"
---
# SEO & AEO Best Practices
Principles for optimizing content for both traditional search engines (SEO) and AI-powered answer engines (AEO). Includes Google's EEAT guidelines and structured data implementation.
## When to Apply
Reference these guidelines when:
- Implementing metadata and Open Graph tags
- Creating sitemaps and robots.txt
- Adding JSON-LD structured data
- Optimizing content for featured snippets
- Preparing content for AI assistants (ChatGPT, Perplexity, etc.)
- Evaluating content quality using EEAT principles
## Core Concepts
### SEO (Search Engine Optimization)
Optimizing content to rank well in traditional search results (Google, Bing).
### AEO (Answer Engine Optimization)
Optimizing content to be selected as authoritative answers by AI systems.
### EEAT (Experience, Expertise, Authoritativeness, Trustworthiness)
Google's framework for evaluating content quality.
## Resources
See `resources/` for detailed guidance:
- `resources/eeat-principles.md` — EEAT implementation and author schema
- `resources/structured-data.md` — JSON-LD patterns (Article, FAQ, Breadcrumb, Product)
- `resources/technical-seo.md` — Technical SEO checklist (metadata, sitemaps, hreflang, robots.txt)
- `resources/aeo-considerations.md` — AI/AEO considerations (AI Overviews, crawler management)
Originally by Sanity, adapted here as an Agent Skills compatible SKILL.md.
This skill follows the Agent Skills open standard, supported by Claude Code, Cursor, Codex, Gemini CLI, and 20+ more editors.
Works with
Agent Skills format — supported by 20+ editors. Learn more