LinkDen
Admin Panel

Settings

Configure general settings, SEO, branding, export/import, and manage your LinkDen instance.

Settings

The settings page at /admin/settings contains general configuration options, data management tools, and advanced settings for your LinkDen instance.

General Settings

Site Name

The name of your site used in the browser title bar, meta tags, and anywhere the site name is referenced. Defaults to "LinkDen" but should be set to your name or brand.

Site URL

The public URL of your LinkDen instance. Used for generating absolute URLs in vCards, Apple Wallet passes, QR codes, and meta tags.

SEO Settings

  • Meta Title -- The title tag for your public page. If not set, uses your display name.
  • Meta Description -- The meta description for search engines. If not set, uses your bio.
  • Social Image -- The Open Graph image shown when your link is shared on social media. Upload a 1200x630 image for best results.

Branding

Whitelabel Mode

Toggle off all LinkDen branding:

  • Removes "Powered by LinkDen" from the footer.
  • Uses your custom favicon instead of the LinkDen default.
  • No attribution is required (MIT license).

This is a single toggle switch. Turn it on and all references to LinkDen are removed from the public-facing page.

Data Management

Export

Click Export Data to download a complete backup of your LinkDen configuration as JSON. See Export & Import for details on what is included.

Import

Click Import Data to restore from a backup or migrate from LinkStack. Supports both LinkDen JSON format and LinkStack export format.

Clear Analytics

Remove all analytics data (page views, clicks, referrers, countries). This cannot be undone. Export your data first if you want to preserve it.

Danger Zone

Reset All Data

Removes all links, appearance settings, vCard configuration, custom pages, and analytics. Resets your instance to a fresh state. Your Clerk authentication and environment variables are not affected.

This action requires typing a confirmation phrase to prevent accidental use.

Contact Form Settings

Enable/Disable

Toggle switch for the contact form. The toggle uses role="switch" and aria-checked so screen reader users understand the current state. When disabled, the form is hidden from the public page and the API endpoint returns a 404.

Notification Email

The email address where contact form submissions are sent (requires Resend configuration).

CAPTCHA Type

Select the CAPTCHA method used to protect the contact form:

OptionDescriptionExternal Account Required
NoneNo CAPTCHA. Form works but has no bot protection.No
Simple MathServer-validated arithmetic question shown inline.No
Cloudflare TurnstilePrivacy-friendly invisible challenge.Yes (Cloudflare)
Google reCAPTCHATraditional checkbox challenge.Yes (Google)

The Simple Math option requires no API keys and no third-party services. It is suitable for low-traffic sites or situations where external dependencies are not acceptable.

For Turnstile and reCAPTCHA, the relevant site key and secret key fields appear automatically when the matching type is selected. See the Contact Form feature guide for environment variable setup.

On this page