dragoon0x/everything-design-taste

seo-content-design

SEO-conscious content design including meta tags, structured data, and search-friendly content patterns.

First seen Jul 18, 2026

Installation

$ npx skills add dragoon0x/everything-design-taste --skill seo-content-design

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from dragoon0x/everything-design-taste · top by installs.

npx skills add dragoon0x/everything-design-taste

Browse all from dragoon0x/everything-design-taste

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,178 B
  • docs SUMMARY.md 130 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Seo Content Design

SEO Design Patterns

Page Structure

  • One H1 per page (the primary topic).
  • Logical heading hierarchy (H1 → H2 → H3).
  • Descriptive URLs: /products/running-shoes not /p/12345.
  • Breadcrumbs with structured data markup.

Meta Tags

  • Title: 50-60 characters. Primary keyword + brand.
  • Description: 120-155 characters. Compelling summary with CTA.
  • Open Graph: og:title, og:description, og:image for social sharing.
  • Image alt text: Descriptive, natural language.

Performance (SEO Impact)

  • Core Web Vitals: LCP < 2.5s, FID < 100ms, CLS < 0.1.
  • Mobile-first indexing: mobile experience is what Google sees.
  • Fast loading: compress images, lazy load below-fold.

Content

  • Answer questions directly (featured snippet opportunity).
  • Internal linking between related pages.
  • Updated content ranks better (show "last updated" dates).
  • Structured data (FAQ, HowTo, Product, Review schemas).