Skill

seo-aeo-best-practices

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.

From sanity
Install
1
Run in your terminal
$
npx claudepluginhub jadecli/jadecli-claude-plugins --plugin sanity
Tool Access

This skill uses the workspace's default tool permissions.

Supporting Assets
View in Repository
resources/aeo-considerations.md
resources/eeat-principles.md
resources/structured-data.md
resources/technical-seo.md
Skill Content

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:

  • EEAT implementation
  • Structured data patterns
  • Technical SEO checklist
  • AI/AEO considerations
Similar Skills
cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.5k
Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitFeb 9, 2026