Skip to main content
Generalfusengine

seo-content

Use when analyzing content quality. Covers E-E-A-T scoring (Experience, Expertise, Authoritativeness, Trustworthiness), anti-cannibalization, keyword distribution, AI content disclosure, search intent matching.

Stars
13
Source
fusengine/agents
Updated
2026-05-17
Slug
fusengine--agents--seo-content
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/fusengine/agents/HEAD/plugins/seo/skills/seo-content/SKILL.md -o .claude/skills/seo-content.md

Drops the SKILL.md into .claude/skills/seo-content.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Content Quality (E-E-A-T 2026)

E-E-A-T Pillars

  • Experience: First-hand knowledge signals (case studies, photos, "I tried...")
  • Expertise: Author credentials, depth, technical accuracy
  • Authoritativeness: Industry recognition, citations, backlinks
  • Trustworthiness: Contact info, HTTPS, transparent ownership, fact-checking

Anti-Cannibalization

  • One primary keyword per URL
  • Different search intents per page (info / navigational / transactional)
  • Internal linking respects pillar/cluster topology

AI Content Guidelines

  • Disclose AI-assisted content where required
  • Human review + first-hand experience injected
  • Avoid generic AI-typical structures ("In conclusion...", "It's important to note...")

References

  • skills/seo/06-content-strategy/ (eeat-implementation, anti-cannibalization, ai-content-guidelines, keyword-research, keyword-distribution)