Adding DNS Records Made Easy: Email, Landing Pages, FQ & SSL

When you connect your own domain to LeadCenter — for sending emails, hosting landing pages, your Financial Questionnaire, or getting the secure padlock (SSL) — we ask you to add a few DNS records at your domain provider (GoDaddy, Cloudflare, Namecheap, etc.).

You don't need to be technical. Think of DNS records as entries in your domain's address book:

  • Some entries tell email services: "emails from my domain are genuine — deliver them to the inbox, not spam."
  • Some entries tell browsers: "this part of my website lives at LeadCenter — send visitors there."
  • One entry proves you own the domain, so we can issue the https padlock for it.

All you do is copy what LeadCenter shows you and paste it into the right boxes at your provider. This guide shows you exactly how.


Before you start

  • Know where your domain's DNS is managed and have the login ready. This is usually where you bought the domain (GoDaddy, Namecheap…) — but if your website team moved it (for example to Cloudflare), it's there instead.
  • Open your records in LeadCenter and keep them in another browser tab, so you can copy each value: DNS & website script settings. Section I holds the email records; Section II holds the landing page, FQ, and SSL records.
  • Always copy the values from your LeadCenter screen — the examples in this article are samples only. Your values are unique to your account.
  • Check whether your domain already has records with the same names. Two records sharing a name will conflict, and the new one will not work.

The records you may be asked to add

1. Email sending records (4 records)

What they do: they let LeadCenter send emails as you@yourdomain.com and help those emails land in the inbox instead of spam.

Type Host Value (sample)
CNAME em1234 u1234567.wl003.sendgrid.net
CNAME lcm._domainkey lcm.domainkey.u1234567.wl003.sendgrid.net
CNAME lcm2._domainkey lcm2.domainkey.u1234567.wl003.sendgrid.net
TXT _dmarc v=DMARC1; p=none;
  • Add all four records — email verification only passes when every one is in place.
  • Keep the underscores: _dmarc and _domainkey must start with _.
  • When done, return to LeadCenter and click Verify Domain.

Check for an existing DMARC record first. A domain may only have one _dmarc record. If your firm already publishes one — common if you have ever done email compliance work — do not add a second. Two DMARC records invalidate each other, which can affect all of your email, not just LeadCenter's. Keep the record you have, or ask whoever manages your email security before changing it.

About p=none. This is a monitoring-only policy. It lets you see how your domain is being used without changing how any email is treated, which makes it a safe starting point — but it does not by itself stop anyone spoofing your domain.

2. Landing Page domain (1 record)

What it does: it shows your LeadCenter landing pages on your own web address, like app.yourdomain.com.

Type Host Value
CNAME app (or the subdomain you chose) us-domain.leadcenter.ai
  • In the Host box, type only the subdomain part — for app.yourdomain.com, that's just app.
  • Leave TTL on Automatic / default.

3. Financial Questionnaire (FQ) domain (1 record)

What it does: it shows your Financial Questionnaire on your own web address, like fq.yourdomain.com.

Type Host Value
CNAME fq fq.leadcenter.ai
  • Same idea as the landing page record — type only fq in the Host box.

4. SSL certificate record (1 record)

What it does: it proves you own the domain so we can issue the https padlock for your landing page or FQ address. Without it, visitors would see a security warning.

Type Name (sample) Value (sample)
CNAME _a1b2c3d4e5.app _x9y8z7.acm-validations.aws
  • This record appears in LeadCenter shortly after you save your domain — refresh the page if you don't see it yet.
  • The Name looks like random letters and numbers — that's normal. Copy it exactly.
  • Records must be added within 72 hours of certificate creation. After that the request expires and needs a reissue.
  • After adding, it can take up to 24 hours for the certificate to be issued. The status updates automatically.
  • Using Cloudflare? Set this record to DNS only (grey cloud) — not proxied.

The one rule that prevents most failures

Most DNS providers automatically add your domain to whatever you type in the Host/Name box. So you type only the part before your domain — which is exactly what LeadCenter shows you.

Why "doubling" happens. We show a Host of lcm._domainkey.
- Type lcm._domainkey → GoDaddy saves it as lcm._domainkey.yourdomain.com — correct.
- Paste the full lcm._domainkey.yourdomain.com → it becomes lcm._domainkey.yourdomain.com.yourdomain.com — doubled, and it will never verify.

The exception. A few providers (mostly cPanel-based hosts) do not add your domain automatically. On those, type the full record name (add .yourdomain.com to the end of what we show). When unsure: save the record, re-open it, and check the final name matches ours exactly — nothing doubled, nothing missing.


Quick reference

Provider Adds your domain? What to type in Host / Name
GoDaddy Yes The prefix we show
Namecheap Yes The prefix we show
Cloudflare Yes The prefix we show — set to DNS only
Google / Squarespace Yes The prefix we show
AWS Route 53 Yes The prefix we show, in "Record name"
cPanel (Bluehost, HostGator, SiteGround) Often no The full name — verify after saving
Any other provider Usually yes The prefix we show, then re-check

Find your provider

Click your provider below for a worked example and step-by-step instructions.

GoDaddy

GoDaddy adds your domain automatically, so you type only the prefix.

Example — adding the email (DKIM) record for yourdomain.com:

What we show (Host) lcm._domainkey
What you type lcm._domainkey
What GoDaddy saves lcm._domainkey.yourdomain.com

Steps

  1. Go to My Products → Domains → DNS for your domain.
  2. Click Add (or the pencil to edit an existing record).
  3. Choose the Type (CNAME or TXT).
  4. Host / Name: type the prefix we show, exactly as it appears.
  5. Value / Points to: paste our value exactly, no quotes.
  6. Save. Repeat for each record on your LeadCenter screen.

Watch out: if the Name box is pre-filled with your domain, don't paste the full record on top of it — that doubles the domain.

Namecheap

Namecheap adds your domain automatically, so you type only the prefix.

Example — adding the email (DMARC) record for yourdomain.com:

What we show (Host) _dmarc
What you type _dmarc
What Namecheap saves _dmarc.yourdomain.com

Steps

  1. Go to Domain List → Manage next to your domain.
  2. Open the Advanced DNS tab.
  3. Under Host Records, click Add New Record.
  4. Choose the Type (CNAME or TXT).
  5. Host: type the prefix we show, exactly as it appears.
  6. Value: paste our value — no surrounding quotes, no trailing dot.
  7. Click the green check to save the row. Repeat for each record.

Cloudflare

Cloudflare adds your domain automatically and won't double it even if you paste a full name.

Example — adding the email (mail CNAME) record for yourdomain.com:

What we show (Host) em1234
What you type (Name) em1234
What Cloudflare saves em1234.yourdomain.com

Steps

  1. Select your domain, then open DNS → Records.
  2. Click Add record.
  3. Choose the Type (CNAME or TXT).
  4. Name: type the prefix we show, exactly as it appears.
  5. Target / Content: paste our value.
  6. For CNAME records, set Proxy status to DNS only (grey cloud).
  7. Save. Repeat for each record.

Important: leaving a mail, redirect, or SSL CNAME proxied (orange cloud) will stop it from working. Always use the grey cloud for these records.

Google Domains / Squarespace Domains

Google Domains has moved to Squarespace, but the editor works the same and adds your domain automatically.

Example — adding the landing page record for yourdomain.com:

What we show (Host) app
What you type app
What it saves app.yourdomain.com

Steps

  1. Open your domain's DNS settings.
  2. Under Custom records, add a record.
  3. Choose the Type (CNAME or TXT).
  4. Host / Name: type the prefix we show, exactly as it appears.
  5. Data / Value: paste our value.
  6. Save. Repeat for each record.

AWS Route 53

In the Route 53 console the hosted-zone name is shown next to the field and appended for you.

Example — adding the email (DKIM) record for yourdomain.com:

What we show (Host) lcm._domainkey
What you type (Record name) lcm._domainkey
What Route 53 saves lcm._domainkey.yourdomain.com

Steps

  1. Open Route 53 → Hosted zones and select your domain.
  2. Click Create record.
  3. Record name: type the prefix we show, exactly as it appears.
  4. Record type: choose CNAME or TXT.
  5. Value: paste our value. For TXT records, Route 53 expects the value wrapped in quotes.
  6. Create the record. Repeat for each record.

cPanel hosts (Bluehost, HostGator, SiteGround, and similar)

cPanel's Zone Editor often expects the full record name and may not add your domain automatically — this is the main place doubling (or a missing domain) happens.

Example — adding the email (DKIM) record for yourdomain.com:

What we show (Host) lcm._domainkey
What you type (Name) lcm._domainkey.yourdomain.com
What cPanel saves lcm._domainkey.yourdomain.com

Steps

  1. In cPanel, open Zone Editor and choose Manage for your domain.
  2. Click Add Record and pick the Type (CNAME or TXT).
  3. Name: if the box is empty, type the full name (the prefix we show plus your domain). If it already ends with your domain, type only the prefix.
  4. Record / Value: paste our value.
  5. Save, then re-open the record and confirm the name is not doubled and matches ours.

Tip: if it saved as doubled (...yourdomain.com.yourdomain.com), delete it and re-add using only the prefix.

Any other provider

Not listed? Use the general rule — most providers add your domain automatically.

How to tell which type you have: add the record with only the prefix, save, then re-open it.

Final name looks doubled
e.g. lcm._domainkey.yourdomain.com.yourdomain.com
Your provider auto-appends — edit and enter only the prefix.
Final name is missing your domain
e.g. just lcm._domainkey
Your provider does not auto-append — edit and add .yourdomain.com to the end.
Final name matches ours exactly You're done.

Steps

  1. Type only the prefix we show in the Host/Name box.
  2. Paste our value exactly, with no quotes (unless the provider requires them).
  3. Save, then re-open the record and compare using the table above.

After you save

  • DNS changes take time to spread across the internet — usually minutes, occasionally up to 24–48 hours.
  • Email records: return to LeadCenter and click Verify Domain.
  • SSL record: nothing to click — the certificate status updates automatically (up to 24 hours).
  • Each domain in DNS & website script settings shows its own status — Pending or Verified for email records, Pending Validation or Issued for SSL certificates.
  • Landing page / FQ records: once live, your pages open on your own address with the https padlock.

If it's not verifying — quick checklist

  • Re-open each record at your provider. Is the final name doubled or missing your domain? Fix it using your provider's tab above.
  • Does the domain already have another record with the same name — an existing _dmarc, or an app CNAME from a previous service? Two records sharing a name conflict. Remove or update the old one.
  • Did the underscores survive? _dmarc and _domainkey must keep the leading _.
  • Any extra spaces before or after a pasted value? Remove them.
  • On Cloudflare, are the records set to DNS only (grey cloud)?
  • Added the SSL record more than 72 hours after the certificate was created? It needs to be reissued — add the new record LeadCenter then shows.

Need more help?

If you can't find the answers you're looking for, our support specialists are available to answer your questions and troubleshoot if necessary.

  • Phone Call (888) 291-7116. Our main hours are Monday to Friday 7 am-5 pm Central Time.
  • Support Send your questions and inquiries via email to support@leadcenter.ai. A support ticket will be created and one of our team members will get back to you as quickly as possible.