How to Add a TXT Record ?

A TXT Record is a DNS record used to store text information for your domain. It is commonly used for domain verification, email security, and connecting third-party services.

TXT records do not point your domain to a website. Instead, they help prove ownership and improve email delivery.


What a TXT Record Is Used For

Use a TXT record when you want to:


Before You Start

Make sure you have:

Example TXT values:

google-site-verification=abc123xyz
v=spf1 include:_spf.google.com ~all
v=DMARC1; p=none; rua=mailto:admin@yourdomain.com

How to Add a TXT Record at Govaio

  1. Log in to your Govaio client area

  2. Go to Domains

  3. Select the domain you want to manage

  4. Open DNS Management or Manage DNS Zone

  5. Click Add Record

  6. Choose TXT Record

  7. Enter the record details


Example for Root Domain Verification

Field

Value

Type

TXT

Name / Host

@

Value

verification text provided

TTL

Default / 3600


Example for SPF Record

Field

Value

Type

TXT

Name / Host

@

Value

v=spf1 include:_spf.provider.com ~all

TTL

Default / 3600


Example for DMARC Record

Field

Value

Type

TXT

Name / Host

_dmarc

Value

v=DMARC1; p=none; rua=mailto:admin@yourdomain.com

TTL

Default / 3600

  1. Click Save Changes


Common TXT Record Examples

Purpose

Host

Example Value

Google Verification

@

google-site-verification=xxxxx

SPF

@

v=spf1 include:_spf.google.com ~all

DKIM

selector._domainkey

provider-generated key

DMARC

_dmarc

v=DMARC1; p=none


Important Notes


How Long Does It Take?

DNS changes usually begin quickly, but full propagation may take:


Common Problems

Verification Failed

Possible reasons:

Email Delivery Issues

Possible reasons:


Best Practice

For business email domains, use these TXT records:

This improves deliverability and helps reduce spoofing.


Need Help?

If you are unsure which TXT record to add, contact support@govaio.com with:

Govaio Support will help you configure the record correctly.