schema-entity-graph

Installation
SKILL.md

Schema Entity Graph — Astro Implementation Skill

Purpose

Assemble a complete, cross-linked Schema.org entity graph for UK local service business sites. All data derives from a single siteConfig — no hardcoded business data in schema files.

This skill builds. The schema-audit skill validates. Use both together.


Architecture

src/config/
├── siteConfig.ts          ← Zod schema (type definitions + validation)
├── siteConfig.example.ts  ← Actual project data (single source of truth)
└── schema.ts              ← JSON-LD generators (derives everything from siteConfig)
Related skills
Installs
3
GitHub Stars
4
First Seen
Apr 9, 2026