Forum Moderators: open
The search for allinurl:www.yourdomain.com will give you all entries having www.yourdomain.com in the url, including some links to your site.
A more accurate approach would be a search for:
site:www.yourdomain.com -xxyyzz
This will give you all pages of the www.yourdomain.com NOT containing the xxyyzz string.
Replace xxyyzz by any string NOT contained in any of your pages.
Dan
I'm both intrigued and slightly emabarrassed. Embarrassed 'cos I'm sure I'm missing the obvious here by asking such a question, but you said.....
>A more accurate approach would be a search for:
site:www.yourdomain.com -xxyyzz
This will give you all pages of the www.yourdomain.com NOT containing the xxyyzz string.
Replace xxyyzz by any string NOT contained in any of your pages.<
...how does that work? If I sell widgets, and type site:www.widgets.com -bananas (assuming bananas didn't appear anywhere on the site), how does that give me stats on the pages that appear?
It's been a long day at work and the brain isn't up to such gymnastics.
Cheers,
2odd...
This is quite simple...
A search "site:domain.tld keyword" gives all the pages of domain.tld containing "keyword"
The - sign reverses the search, thus...
The search "site:domain.tld -keyword" gives all pages of domain.tld NOT containing "keyword"
So "site:domain.tld -xxyyzz" will give you all pages of domain.tld NOT containing the "xxyyzz" keyword.
Dan
PS: I choosed "xxyyzz" as there is little chance that this keyword could be found on your page...
I understand the concept of 'containing' and 'not containing', and the reasons you used 'xxyyzz'.
I guess where I'm losing the plot is the reason 'WHY' you'd want to do it that way?.
I think I'll go read a site on advanced algebra for a little light reading before calling it a day...
Cheers anyhow,
2odd...