seo-metadata

Installation
SKILL.md

SEO & metadata

Guidance for SEO, structured data, and metadata on the site.

Metadata config

  • Root export: lib/config/metadata.ts — default title template (%s | {name}), description, keywords, author, openGraph, twitter, robots, etc. Uses lib/config/personal and lib/config/index.ts (e.g. config.baseUrl).
  • Usage: Root layout and pages import and extend this metadata; blog and other routes use generateMetadata for dynamic titles/descriptions/OG.
  • Cache profiles: lib/cache.ts — exports CACHE_PROFILES (DEFAULT = 300s, ARTICLES = 900s, DYNAMIC = 60s) and CACHE_TAGS (per integration). Use getCacheConfig(profile, tags) in fetch calls to align page freshness. Use CACHE_TAGS.ARTICLE(slug) for per-article cache invalidation.

JSON-LD (structured data)

Installs
1
GitHub Stars
79
First Seen
7 days ago
seo-metadata — mateonunez/website