176 words
1 minute
How to verify Google Search Console for a domain purchased on Vercel
How to verify Google Search Console for a domain purchased on Vercel
Background
Recently, I purchased a domain on Vercel to use for my personal blog. To make it searchable on Google, I wanted to verify it on Google Search Console. However, Vercel might be a relatively niche domain provider, as I couldn’t find the corresponding verification method for Vercel in Google Search Console’s official documentation.
Vercel itself doesn’t provide a quick way to import TXT DNS records, which made me spend quite some time figuring it out on my own.
Verification Steps
- Enter your domain in Google Search Console and start the verification process. Copy the TXT record value as shown in the image below.
- Go to the
domain
section inVercel
. In thename
field, enter your domain (for example, mine isyunqing.org
). Then, paste the TXT record value obtained in step 1 into thevalue
field and click the black ADD button. - Wait a few minutes, then return to Google Search Console and click verify to complete the verification. (In fact, I didn’t even have to wait XD)
How to verify Google Search Console for a domain purchased on Vercel
https://yunqing.org/en/posts/how-to-verify-google-search-console-for-a-domain-p/