Connect a domain from GoDaddy
GoDaddy manages DNS through its Domain Portfolio. Their validators reject @ and consecutive periods (..) in CNAME fields — use www as the host and cname.vercel-dns.com as the value.
Official GoDaddy help: Add a CNAME record
Record to create
| Field | Value |
|---|---|
| Type | CNAME |
| Name | www |
| Value / Points to | cname.vercel-dns.com |
| TTL | Automatic (or 1 hour / 3600) |
Steps
- Sign in to GoDaddy and open your Domain Portfolio.
- Click the domain you want to use to open Domain Settings.
- Select DNS to view the zone file.
- Pre-configuration check: Find any existing A or CNAME records for
www(including parking pages) and delete them. - Click Add New Record and choose CNAME.
- In Name, enter
www. - In Value (or Points To), enter
cname.vercel-dns.com. - Leave TTL on Automatic, or set it to 1 hour.
- Click Save.
Finish in Bool
- Confirm the domain (for example
www.yourdomain.com) is added under your project’s Domains tab. - Click Refresh until the status is Active.
- Visit
https://www.yourdomain.com.
Last updated on