How to use your own domain name for Blogger?in 2020
Copyright Notice: This article is an original work licensed under the CC 4.0 BY-NC-ND license.
If you wish to repost this article, please include the original source link and this copyright notice.
Source link: https://v2know.com/article/553
You just need to add a CNAME record in DNS, whether it is in Cloudflare, GoDaddy or NameSilo:
Type | Name | Target | TTL |
CNAME | ▲ | ghs.googlehosted.com | auto |
▲ is the subdomain you want to use.
For example, my www has been resolved, which is www.v2know.com;
Now I want to parse blog.v2know.com to blogspot.
So I need to add a record in DNS panel like this:
Type | Name | Target | TTL |
CNAME | blog | ghs.googlehosted.com | auto |
Then customize the domain name in the settings of Blogger.
This article was last edited at 2020-12-27 16:59:54