Skip to main content

How to setup a custom domain for your blog?

 To set up a custom domain for your blogspot blog, you need to follow these steps:

- Register a domain name with a domain registrar of your choice, such as Google Domains.

- Log in to Blogger, go to Settings > Publishing > Blog Address. Click on Add a Custom Domain Name.

- Enter your domain name with www prefix, such as www.example.com. Click Save.

- You will see an error message with two CNAME records that you need to add to your domain's DNS settings. Copy these records.

- Log in to your domain registrar's website and find the DNS settings for your domain. Add the two CNAME records that you copied from Blogger.

- Optionally, you can also add four A records to point your naked domain (example.com) to Google's IP addresses: 216.239.32.21, 216.239.34.21, 216.239.36.21, and 216.239.38.21.

- Wait for the DNS changes to propagate, which may take up to 48 hours.

- Go back to Blogger, go to Settings > Publishing > Blog Address and click Save again.

- Your blogspot blog should now be accessible from your custom domain.


Popular posts from this blog

How to show full post on the home page using Contempo theme?

1. Log in to  Blogger.com 2. Click Layout then click at pencil icon of the Featured Post gadget. 3. Untick Show Featured Post then click Save 4. Click at pencil icon of the Popular Posts gadget. 5. Untick Show Popular Posts then click  Save 6. Click  Theme->Edit HTML 7. Scroll down to line  3578  then remove the code below. < b:if cond = 'data:view.isSingleItem' >      < b:include data = 'post' name = 'postBody' /> < b:else />      < b:include data = 'post' name = 'postBodySnippet' />      < b:include data = 'post' name = 'postJumpLink' /> </ b:if > After that, please paste the code below. < b:if cond = 'data:view.isSingleItem' >      < b:include data = 'post' name = 'postBody' /> < b:else />      < b:include data = 'post' name = 'postBody' /> </ b:if > 8. Click