How to Add CNAME Record ?

A CNAME Record (Canonical Name Record) points one domain name or subdomain to another domain name instead of an IP address. It is commonly used for aliases such as www, blog, or connecting third-party services.

Example:
www.yourdomain.com → yourdomain.com

What a CNAME Record Is Used For

Use a CNAME record when you want to:


Before You Start

Make sure you have:

Example target hostnames:

yourdomain.com
ghs.googlehosted.com
shops.myplatform.com

How to Add a CNAME 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 CNAME Record

  7. Enter the details below:

Example for www

Field

Value

Type

CNAME

Name / Host

www

Points To / Value

yourdomain.com

TTL

Default / 3600

Example for blog

Field

Value

Type

CNAME

Name / Host

blog

Points To / Value

target.example.com

TTL

Default / 3600

  1. Click Save Changes


Example CNAME Records

Type

Host

Value

CNAME

www

yourdomain.com

CNAME

blog

target.example.com

CNAME

shop

stores.platform.com


Important Notes


How Long Does It Take?

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


Common Problems

Subdomain Not Working

Possible reasons:

www Not Opening

Possible reasons:


Best Practice

Common setup:

yourdomain.com → A Record to server IP
www.yourdomain.com → CNAME to yourdomain.com

This keeps management simple if the server IP changes later.


Need Help?

If you are unsure which CNAME value to use, contact support@govaio.com with:

Govaio Support will help you configure the record correctly.