SEO & marketing defaults
Meta tags, keywords, and social links from CONFIG_SCHEMA_MARKETING in the web config schema.
Connect your agent today
Draft from chat, review in your calendar, and publish only what you approve.
Overview
Public SEO and marketing copy defaults live in the same schema file as other web defaults:
web/src/lib/config/constants/config.tsThe section CONFIG_SCHEMA_MARKETING drives meta title, description, keywords, and social profile links used when the app falls back to built-in defaults (before or alongside backend-stored config).
What it controls
- Meta title & description —
META_TITLE,META_DESCRIPTION - Meta keywords —
META_KEYWORDS - Social links —
SOCIALLINKS*(icons and URLs shown in marketing surfaces)
Landing hero copy and feature toggles for the public home page are under CONFIG_SCHEMA_LANDING_PAGE in the same file; see Config defaults for that section.
Defaults vs stored config
If your backend provides stored marketing configuration, pages typically prefer the stored values and fall back to these schema defaults when a field is missing.