Switching from a default .blogspot.com address to a custom domain (like www.yourdomain.com) gives your site an instant professional identity. Setting up your DNS records only takes a few minutes once you know where to point your CNAME and A records.
Prerequisites
- Access to your Blogger admin dashboard.
- A custom domain registered with a DNS provider (Namecheap, Cloudflare, GoDaddy, Google Domains / Squarespace).
- Access to your domain registrar's DNS Management control panel.
Step 1: Initiate Setup in Blogger
- Log in to your Blogger Dashboard.
- Navigate to Settings in the left sidebar.
- Scroll down to Publishing and click Custom domain.
- Type your custom domain including the
wwwsubdomain (e.g.,www.yourdomain.com) and click Save.
[ Note ]
Blogger will intentionally display an error message upon saving. This error provides two specific security tokens required to verify domain ownership in Step 2.
Step 2: Add CNAME Records
In your domain registrar's DNS panel, add two new CNAME Records matching the parameters shown below:
Step 3: Add Google's A Records (Apex Domain Redirect)
To allow visitors typing yourdomain.com (without the www) to reach your blog, add four A Records pointing to Google's IP addresses. Set the Host/Name field to @ (or leave blank if required by your DNS manager):
Type: A | Host: @
216.239.32.21
Type: A | Host: @
216.239.34.21
Type: A | Host: @
216.239.36.21
Type: A | Host: @
216.239.38.21
Step 4: Confirm in Blogger & Enable SSL
- Return to Blogger Settings > Custom domain and click Save. (If an error persists, wait 10–15 minutes for DNS propagation and retry).
- Toggle on Redirect domain so traffic forwards automatically from
yourdomain.comtowww.yourdomain.com. - Scroll down to the HTTPS section and turn on both HTTPS availability and HTTPS redirect.