> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supadir.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add a custom domain

> Point your own domain (e.g. www.mysite.com) to your Supadir catalog.

By default, your catalog runs on `your-slug.supadir.com`. On the **Professional plan (\$149/mo) and above**, you can use your own domain — for example `www.physio-warsaw.pl` or `directory.myagency.com`.

A custom domain makes your catalog look like a standalone product, not a subdomain of a third-party platform.

## What you'll need

* A domain name you own (registered with any registrar)
* Access to your domain's DNS settings
* Active Professional or Business subscription

## Step 1 — Enter your domain in Supadir

Go to **Dashboard → Settings → Domain**.

Enter your domain in the field (e.g. `www.physio-warsaw.pl`) and click **Save**.

Supadir will show you the DNS record you need to create.

## Step 2 — Create a CNAME record in your DNS

Log in to your domain registrar or DNS provider (e.g. Cloudflare, OVH, home.pl, nazwa.pl).

Create a **CNAME record**:

| Type  | Name  | Value                   |
| ----- | ----- | ----------------------- |
| CNAME | `www` | `your-slug.supadir.com` |

If you want to use a root domain (e.g. `physio-warsaw.pl` without `www`), some registrars support CNAME flattening — check your provider's docs. If not, use the `www` subdomain.

<Info>
  DNS changes can take anywhere from a few minutes to 48 hours to propagate worldwide, though most providers update within 15–30 minutes.
</Info>

## Step 3 — Wait for SSL

Once the DNS record is in place, Supadir automatically issues an SSL certificate for your domain. This usually completes within a few minutes of DNS propagation.

You'll see the status change to **Verified** in Settings → Domain.

## Step 4 — Test it

Open your domain in a private/incognito browser window. You should see your catalog loading over HTTPS.

<Tip>
  Always test in incognito to avoid cached DNS responses from earlier.
</Tip>

## Removing a custom domain

In **Settings → Domain**, click **Remove domain**. Your catalog immediately falls back to `your-slug.supadir.com`. The CNAME record in your DNS provider is not deleted automatically — you can remove it manually to avoid confusion.

## Custom domain and Google Search Console

With a custom domain, you have full DNS access, which means all verification methods are available in Google Search Console — including DNS TXT record verification.

This gives you complete control over SEO tracking for your catalog.

<Info>
  On `slug.supadir.com` (without a custom domain), only meta tag verification is possible in Google Search Console. See [OG image and Search Console](/admin/seo/og-image-search-console) for details.
</Info>
