Branding & Appearance
/admin/branding is where you control how your community looks, what search engines see, and what analytics you collect. The page has 5 tabs.
For general tenant settings (members, suite, features, commerce, system), see Site Configuration.
The 5 tabs
| Tab | What it controls |
|---|---|
| Name & Logo | Site name, logos (dark + light), favicon |
| Appearance | Default theme, theme labels, role labels, custom CSS |
| SEO | Meta defaults, GSC, Bing, robots.txt, llms.txt, AI bot allowlist, sitemap refresh |
| Analytics | GA4, GTM, Plausible, Fathom, PostHog, AdSense |
| White Label | Footer attribution toggle (paid add-on) |
Each tab saves independently.
Name & Logo
- Site name. Shown in the navbar, page titles, transactional emails.
- Logo (dark). Used on dark themes. Transparent PNG recommended, 300x80 px.
- Logo (light). Used on the light theme. Transparent PNG.
- Favicon. Source PNG, 512x512 px. Multiple sizes (16, 32, 96, 192, 512) generated automatically.
Appearance
- Default theme. The theme new users see on first visit.
- Theme labels. Rename themes to match your brand. Example: rename "Dark" to "Night Mode".
- Role labels. Rename role display names. Example: rename "Moderator" to "Community Leader".
- Custom CSS. Inject CSS into every page. Use semantic CSS variables for theme parity. See CSS Custom Properties Reference for the variable list.
SEO
The SEO tab handles search engine verification, robots.txt, llms.txt, AI bot policy, sitemap, and meta defaults. See SEO Tab for the deep dive.
Quick summary:
- Google Search Console and Bing Webmaster verification
- robots.txt editor (per tenant)
- llms.txt editor with auto-generation from your wiki and forums
- AI bot allowlist toggle (allow or block GPTBot, ClaudeBot, Google-Extended, and others)
- Sitemap force-refresh button (regenerates and pings IndexNow)
- Verification meta tags textarea
- Meta title suffix and meta description defaults
- Open Graph image default
Analytics
Drop in your provider IDs and the platform injects the right script tags server-side. No HTML pasting required. See Analytics Tab for the deep dive.
Supported providers:
| Provider | ID format |
|---|---|
| GA4 | G-XXXXXXXXXX |
| GTM | GTM-XXXXXXX (plus noscript body fallback) |
| Plausible | Your domain |
| Fathom | 8-character site ID |
| PostHog | Project API key plus optional self-hosted host URL |
| AdSense | ca-pub-XXXXXXXXXXXXXXXX |
The platform's Content Security Policy already allows all 5 analytics endpoints.
White Label
Remove the "Powered by mobieus.io" attribution from your footer and outbound emails. Available as a paid add-on — once it's active on your tenant, toggle the attribution on or off from this tab.
Access
Requires Tenant Admin role or higher.
## Branding & Appearance `/admin/branding` is where you control how your community looks, what search engines see, and what analytics you collect. The page has 5 tabs. For general tenant settings (members, suite, features, commerce, system), see [Site Configuration](/know/site-configuration). --- ## The 5 tabs | Tab | What it controls | |---|---| | Name & Logo | Site name, logos (dark + light), favicon | | Appearance | Default theme, theme labels, role labels, custom CSS | | SEO | Meta defaults, GSC, Bing, robots.txt, llms.txt, AI bot allowlist, sitemap refresh | | Analytics | GA4, GTM, Plausible, Fathom, PostHog, AdSense | | White Label | Footer attribution toggle (paid add-on) | Each tab saves independently. --- ## Name & Logo - **Site name.** Shown in the navbar, page titles, transactional emails. - **Logo (dark).** Used on dark themes. Transparent PNG recommended, 300x80 px. - **Logo (light).** Used on the light theme. Transparent PNG. - **Favicon.** Source PNG, 512x512 px. Multiple sizes (16, 32, 96, 192, 512) generated automatically. --- ## Appearance - **Default theme.** The theme new users see on first visit. - **Theme labels.** Rename themes to match your brand. Example: rename "Dark" to "Night Mode". - **Role labels.** Rename role display names. Example: rename "Moderator" to "Community Leader". - **Custom CSS.** Inject CSS into every page. Use semantic CSS variables for theme parity. See [CSS Custom Properties Reference](/know/css-custom-properties) for the variable list. --- ## SEO The SEO tab handles search engine verification, robots.txt, llms.txt, AI bot policy, sitemap, and meta defaults. See [SEO Tab](/know/admin-branding-seo) for the deep dive. Quick summary: - Google Search Console and Bing Webmaster verification - robots.txt editor (per tenant) - llms.txt editor with auto-generation from your wiki and forums - AI bot allowlist toggle (allow or block GPTBot, ClaudeBot, Google-Extended, and others) - Sitemap force-refresh button (regenerates and pings IndexNow) - Verification meta tags textarea - Meta title suffix and meta description defaults - Open Graph image default --- ## Analytics Drop in your provider IDs and the platform injects the right script tags server-side. No HTML pasting required. See [Analytics Tab](/know/admin-branding-analytics) for the deep dive. Supported providers: | Provider | ID format | |---|---| | GA4 | `G-XXXXXXXXXX` | | GTM | `GTM-XXXXXXX` (plus noscript body fallback) | | Plausible | Your domain | | Fathom | 8-character site ID | | PostHog | Project API key plus optional self-hosted host URL | | AdSense | `ca-pub-XXXXXXXXXXXXXXXX` | The platform's Content Security Policy already allows all 5 analytics endpoints. --- ## White Label Remove the "Powered by mobieus.io" attribution from your footer and outbound emails. Available as a paid add-on — once it's active on your tenant, toggle the attribution on or off from this tab. --- ## Access Requires Tenant Admin role or higher.