Configure Your Site

Site-wide settings: branding, SEO defaults, social links, email. The values your frontend reads on every page.

Open Settings

Click Settings at the bottom of the sidebar. You'll see tabbed sections.

Settings page on the General tab with site identity and branding, plus tabs for Contact, SEO, Social, and Email
The Settings screen with its tab bar.

Site identity

The Site tab covers everything that says "this is who we are."

  1. Site name Appears in tab titles, OG previews, default email From name.
  2. Tagline Short pitch for hero sections and meta descriptions.
  3. Logo Click Choose file and pick from media. SVG works best; otherwise use a transparent PNG at 2× the largest display size.
  4. Favicon 32×32 PNG or ICO. The small icon shown in browser tabs.
  5. Default locale The language entries are created in when no locale is specified.
  6. Save

SEO defaults

Reasonable defaults so editors don't have to remember to fill SEO on every entry.

Settings SEO tab with title format, default meta description, and default Open Graph image
SEO defaults.

Social links

The URLs your frontend's footer / share buttons read. Just paste your full profile URLs:

Email (SMTP)

Required for password resets, form notifications, webhook alerts. Settings vary by provider — your developer or IT will usually fill this in once.

Settings Email tab with mail driver selector and SMTP configuration fields
SMTP configuration on the Email tab.
Always test emailAfter saving SMTP, click Send test email. If it doesn't arrive, double-check the port (587 for TLS, 465 for SSL) and that your provider allows the From address.

Media defaults

Integrations

Translatable settings

Some settings (site name, tagline, default meta title) can be translated per language. When you turn on a non-default language, those fields gain a small flag icon — click it to provide the translation.

General settings with translatable fields like Site name and Tagline that gain locale tabs when extra languages are active
Translatable fields (Site name, Tagline) show per-locale tabs once you add languages.

What gets exposed publicly?

A safe subset of settings (site name, logo, favicon, social links, default SEO) is exposed via the public API at /api/v1/settings. Secrets — SMTP passwords, reCAPTCHA secrets, Sentry DSN — are never exposed.

Next steps

If you publish in multiple languages, add them now.