Skip to main content

I can't find my Blogger.com DNS record?! Here's how to find it. It took me a long time because Google's own instructions fail.

I use Blogger.com for my websites. I find it easier to use without having to know a lot of technical things. 

However, I bought my domain names from a third-party website, and I host them on Blogger.com. 

After years of this, I tried a hosted Word Press site, I found the GUI awful and editor even worse. I'm sure it has amazing features and it looked pretty, but it was absolutely useless to me as a writer.

So... I went back to Blogger.com, but ran into an odd issue. I needed my personal DNS record to provide to my domain provider. 

The Google instructions "Set up a custom domain" say that I should get a pop-up message with my DNS records. There is noplace in the blogger interface to find the DNS record that I can find, neither in the website or elsewhere. That is an odd user interface failure. Others expressed the same issue and even ChatGPT4o Pro couldn't help, it kept taking me back to these instructions. 

Finally! I found the answer on this page:


But even that instruction was slightly confusing, so I decided to provide some screenshots so someone can find the answer faster. 

1. Go to: the new Google Search Console
https://www.google.com/webmasters/verification

2. From the top left, click the dropdown tool and select the Blogger.com domain you want to use for your new domain name. Typically, this will look like yournamehere.blogspot.com.

3. From the bottom left, click on Settings

4. In the middle of this page you should see General settings, and just under that the first block reads: Ownership verification

5. Click Ownership verification, if you are already the verified owner (which is likely if you're getting this missing DNS issue), you should see a green circle and "You are a verified owner".

6. Click the bottom block that reads Domain name provider > Associate a DNS record with Google, click the light grey arrow. You should see a result that looks like this:
Domain name provider | Associate a DNS record with Google

1 Select record type:
2 Sign in to your domain name provider (e.g. godaddy.com or namecheap.com)
3 Copy the TXT record below into the DNS configuration for darrellglenwolfe.blogspot.com
google-site-verification=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
4 Press verify below

Note: DNS changes may take some time to apply. If Search Console doesn’t find the record immediately, wait a day and then try to verify again. Learn more

 * The xxx would be replaced by your personal identification.








Shalom שָׁלוֹם: Live Long and Prosper!
Darrell Wolfe
Storyteller | Writer | Thinker | Consultant | Freelancer

Popular posts from this blog

Learning Coding Fundamentals with Python and SQL

Learning Coding Fundamentals with Python and SQL Learning Coding Fundamentals with Python and SQL Darrell Wolfe ————————————————————— Disclaimers First It is not my intention to steal anyone’s thunder or copyrighted material. I do not believe these seven fundamentals are specific to Dr Hill (below), who was the initial inspiration to start this note file. That beings said, she has a particularly unique method of teaching, and I strongly recommend that if you are someone who needs a good teacher, she’s the one! This is my own process of learning. I take information from as many sources and teachers as possible, synthesis that material, and then practice it until I get good at it. Further, I like to take detailed notes so I can refer back to them when a particular tool starts getting rusty or dusty in my brain after disuse for a time. When I learned .rmd through my Google Data Analytics Certification, I

Becoming a Business Intelligene and Data Analyst

In order to learn SQL, here are the steps I'm using: I'm working through: W3 Schools SQL Tutorials   Coursera: Google Data Analytics Professional Certificate   YouTube's Alex the Analyst FREE " Data Analyst Bootcamp!! "  Google Searching to reference as many articles as I can find on various aspects. Using ChatGPT  to check my syntax and explain concepts to me, answering my questions like a tutor.  I've also joined/downloaded/am using: GitHub My Repository:  https://github.com/darrellwolfe/toposcreative SQL Quick Reference notes Trello SQL Server  Express: SQL Server 2022 Express is a free edition of SQL Server, ideal for development and production for desktop, web, and small server applications. Visual Studio 2022 Power BI Tableau &  Tableau Public TBC... Shalom  שָׁלוֹם : Live Long and Prosper! Darrell Wolfe Storyteller | Writer | Thinker | Consultant | Freelancer

Using INDIRECT to obtain a VLookup with a variable array reference

Case Study for using INDIRECT to obtain a VLookup with a variable array reference *For reference: I did not build this workbook, it came this way and I'm stuck with it until I can rebuild it correctly next year.* The Problem: I have a legacy workbook that I have to rebuild for next year, but his year I'm stuck with.  This workbook has at or near 100 tabs that need to be referenced on a Totals and Subtotals set of pages. There are a thousand better ways to do that, especially using Power Query and Power Pivot, but here we are. These sub-totals pages were for specific sub-sets of the data that could be found on any given page (Ex: One sub-totals page looks for all properties with a PC Code "548"). On the sub-totals pages, the previous builder had simply linked the cells to the various pages; resulting in over a thousand rows of data that looked like this: //='2001'!$A$20// However, when the end-user filtered the data on the origin pages, the data on the sub-tota