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
generateMetadatafor dynamic titles/descriptions/OG. - Cache profiles: lib/cache.ts — exports
CACHE_PROFILES(DEFAULT= 300s,ARTICLES= 900s,DYNAMIC= 60s) andCACHE_TAGS(per integration). UsegetCacheConfig(profile, tags)in fetch calls to align page freshness. UseCACHE_TAGS.ARTICLE(slug)for per-article cache invalidation.