Install
1
Install the plugin$
npx claudepluginhub danielrosehill/claude-code-plugins --plugin learningWant just this command?
Add to a custom plugin, then install with one command.
Description
Optimize content for AI search engines and crawlers (ChatGPT, Claude, Perplexity, etc.).
Namespace
optimization/Command Content
Optimize content for AI search engines and crawlers (ChatGPT, Claude, Perplexity, etc.).
Your task:
-
Implement AI-friendly structured data:
- Clear, semantic HTML structure
- Proper heading hierarchy
- Descriptive section labels
- Schema.org structured data
-
Optimize content for AI understanding:
- Clear, concise descriptions
- Well-structured paragraphs
- Logical content flow
- Explicit relationships between concepts
-
Add metadata for AI crawlers:
<!-- Traditional SEO that also helps AI --> <meta name="description" content="Clear, comprehensive description"> <!-- Structured data --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "headline": "...", "description": "...", "author": {...} } </script> -
Improve content discoverability:
- Clear, descriptive page titles
- Comprehensive introductions
- Table of contents for long content
- Summary sections
- FAQ sections in structured format
-
Technical optimizations:
- Clean, crawlable URLs
- Proper internal linking
- Breadcrumb navigation
- RSS/Atom feeds
- API endpoints for content (if applicable)
Focus on making content easily discoverable and understandable by AI systems while maintaining human readability.
Stats
Stars1
Forks0
Last CommitNov 15, 2025
Actions