2

I have a Heroku app on a custom domain, as described in their Dev Center article about custom domains.

For Google Webmaster Tools, I'd like to verify ownership using the DNS method with a TXT record.

Naturally, these two records would be for the same subdomain.

Can I do this? And if so, how?

4

1 回答 1

1

Yep, just add a TXT record through your DNS provider. One way to verify is via dig:

$ dig foo.com TXT
...
foo.com.    1800    IN  TXT "google-site-verification=XXXXXXXXXXXX"
于 2013-03-30T22:12:12.897 回答