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
 
@Ted on page 11 have you tested similar text indexed in closed Accordion by default?

I've tested this and it works but was curious if 100% of time you've found the text indexed when it was inside a closed Accordion?
 
@Ted on page 11 have you tested similar text indexed in closed Accordion by default?

I've tested this and it works but was curious if 100% of time you've found the text indexed when it was inside a closed Accordion?
It depends on how the accordion is coded. I’ve seen implementations that use data- attributes that would break SEO
 
Back
Top