How do I set the TXT record needed to prove ownership of my Web Domain?⚓︎
Question⚓︎
How do I set the TXT record needed to prove ownership of my Web Domain?
Answer⚓︎
A TXT record is a type of record in DNS that helps to set a configuration or prove ownership of the domain for web services.
You can add multiple TXT records for different services. In this case you must add a TXT record with the verification key associated with the namespace registration request that you opened via the Central Publisher Portal (documentation).
As all the Domain Registrars services have different procedures these are some links to some more popular Domain Registrars:
Check TXT record⚓︎
You can check that you've successfully set your TXT record using an online tool like https://toolbox.googleapps.com/apps/dig/#TXT/ or using the terminal
Windows⚓︎
CMD:
nslookup -type=TXT yourdomain.com
Powershell:
Resolve-DnsName yourdomain.com -Type TXT
Linux⚓︎
$ host -t txt yourdomain.com
yourdomain.com descriptive text "OSSRH-XXYYZZ"
or
dig -t txt yourdomain.com
macOS⚓︎
dig -t txt yourdomain.com