Ted's Diagnostic Queries

It happened to me on a few sites, I've discovered subdomains setup by devs that were set to index.

2 ways I do this:

1) I do a query like this to check if the same page is indexed on separate domains:
i.e. live domain https://www.domain.com/page, title:"Super Title | Brand"

Google query:
Code:
intitle:"Super Title | Brand" site:domain.com

2) do a reverse DNS lookup using:
---> this should give you a list of subdomains for domain.com
 
Back
Top