Skip to content

SEO & marketing defaults

Meta tags, keywords, and social links from CONFIG_SCHEMA_MARKETING in the web config schema.

1 min read

Connect your agent today

Draft from chat, review in your calendar, and publish only what you approve.

Start for $0

Overview

Public SEO and marketing copy defaults live in the same schema file as other web defaults:

web/src/lib/config/constants/config.ts

The 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 & descriptionMETA_TITLE, META_DESCRIPTION
  • Meta keywordsMETA_KEYWORDS
  • Social linksSOCIALLINKS* (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.

Search documentation
Find a docs page
Discord Support