Dork Your Way to Better Research: The UK Web Professional's Guide to Google Search Operators
Fun fact: the name of this very website is a nod to a genuine digital technique. 'Google dorking' — or 'Google hacking', if you prefer the more dramatic phrasing — refers to the practice of using advanced search operators to surface information that a standard search query would never find. Security researchers use it. Journalists use it. Competitive intelligence analysts use it. And honestly, every web professional in the UK should have at least a working knowledge of it.
This guide is practical. We're not going to wade into the murkier applications (there are ethical and legal lines that are very easy to cross, and we'd rather you didn't). What we are going to do is walk you through the operators that are genuinely useful for everyday digital work — finding competitor sites, auditing your own content, researching industry trends, and identifying technical issues before they become expensive ones.
Bookmark this. Print it out. Stick it to the wall above your monitor.
First, What Exactly Is a Search Operator?
A search operator is a special command you add to a Google search query to filter, focus, or expand your results in specific ways. Think of it as the difference between asking a librarian for 'books about marketing' versus asking for 'books about digital marketing published after 2020, specifically covering UK consumer behaviour, excluding anything by that one author you don't rate'.
Operators give you that level of granularity. Some are simple. Some are combinable in clever ways. All of them are free to use, right now, in a standard Google search bar.
The Essential Operators Every UK Web Pro Should Know
1. site: — Search Within a Specific Domain
What it does: Restricts results to pages on a particular website.
Syntax: site:example.co.uk
Real-world use: Want to see how many pages Google has indexed from a competitor's site? Or check whether your own blog posts are actually being picked up? This is your first stop.
Example:
site:youragency.co.uk — shows every indexed page on your domain.
site:competitor.co.uk "web design" — finds pages on a competitor's site mentioning a specific phrase.
Pro tip for UK professionals: Combine with location terms to see how locally-focused a competitor's content strategy is. site:competitor.co.uk "Surrey" will tell you immediately whether they're targeting the same geographic market you are.
2. intitle: and allintitle: — Search Page Titles
What it does: Finds pages where your search term appears in the HTML title tag — the most SEO-weighted part of a page.
Syntax: intitle:"web design Surrey"
Real-world use: Competitive keyword research. If you're targeting a phrase, this shows you exactly who else is optimising their title tags for it. The number of results gives you a rough sense of competition density.
Example:
allintitle:"affordable web design" "Surrey" — surfaces pages where both terms appear in the title. Fewer results than you might expect, which often signals a gap worth exploiting.
3. inurl: — Search Within URLs
What it does: Finds pages where your term appears in the URL itself.
Syntax: inurl:blog site:competitor.co.uk
Real-world use: Quickly identify whether a competitor has a blog, a resources section, a case studies page — any structural element of their site that you might want to benchmark against or draw inspiration from.
Example:
inurl:"case-study" site:webagency.co.uk — finds all case study pages on a given agency's site in one hit.
4. filetype: — Find Specific Document Types
What it does: Returns results of a specific file format — PDFs, spreadsheets, presentations, and so on.
Syntax: filetype:pdf "digital marketing strategy" site:.gov.uk
Real-world use: Brilliant for research. UK government and public sector bodies publish enormous amounts of useful data as PDFs — consumer behaviour reports, regional economic data, planning documents. This operator surfaces them directly.
Example:
filetype:pdf "SME digital adoption" site:.gov.uk — finds government PDFs on small business digital uptake. Genuinely useful if you're writing proposals or pitching to clients who need convincing that digital investment matters.
5. related: — Find Similar Websites
What it does: Returns sites Google considers topically or structurally similar to a given domain.
Syntax: related:webdorking.com
Real-world use: Competitive landscape mapping. If you want to understand who else is operating in your space, this gives you Google's own assessment of your peer group. It's not always accurate, but it's a useful starting point for building a competitor list.
6. "exact phrase" — Quotation Mark Searches
What it does: Forces Google to return only results containing that exact string of words, in that order.
Syntax: "web design agency" "Dorking"
Real-world use: Checking whether specific content you've written has been scraped and republished elsewhere. Paste a distinctive sentence from your own site into quotation marks and see if it appears on other domains.
Example:
"our team of experienced designers" site:NOT yourdomain.co.uk — a rough way to check for content theft, though it requires combining operators (see below).
7. Combining Operators — Where It Gets Interesting
The real power of search operators comes from stacking them. Here are a few combinations that are particularly useful for UK web professionals:
Find competitor blog posts targeting your keywords:
site:competitor.co.uk intitle:"web design" inurl:blog
Identify pages on UK news sites covering your industry:
site:.co.uk "web accessibility" filetype:html after:2023-01-01
(Note: Google's after: date operator is inconsistent but often useful for filtering recent content.)
Research UK-specific industry reports:
filetype:pdf "digital skills" "United Kingdom" site:.org.uk OR site:.gov.uk
Find broken or outdated resource pages to pitch your content to:
inurl:resources intitle:"useful links" "web development" site:.co.uk
(These are classic link-building targets — pages that link out to external resources and might be receptive to adding yours.)
A Quick Note on Ethics and Legality
Search operators themselves are entirely legitimate — you're just refining how you use a public tool. However, using them to access sensitive information, probe for security vulnerabilities, or harvest personal data crosses clear ethical and legal lines under UK law, including the Computer Misuse Act 1990 and GDPR obligations. Use these techniques for research, competitive intelligence, and technical auditing. Don't use them to snoop.
Your Cheat Sheet: Copy, Save, Use
Here's a quick-reference summary you can save or print:
| Operator | What It Does | Example |
|---|---|---|
site: |
Search within a domain | site:competitor.co.uk |
intitle: |
Search in page titles | intitle:"web design Surrey" |
inurl: |
Search in page URLs | inurl:blog site:agency.co.uk |
filetype: |
Find specific file types | filetype:pdf "digital strategy" |
related: |
Find similar sites | related:webdorking.com |
"phrase" |
Exact phrase match | "affordable web design" |
OR |
Either term | site:.gov.uk OR site:.org.uk |
after:YYYY-MM-DD |
Filter by date | after:2023-06-01 |
Getting More from Your Research, Starting Today
The web is an enormous, poorly-organised archive of information. Search operators are the index. Once you start using them habitually, you'll find that tasks that used to take an hour — mapping a competitor's content strategy, finding authoritative sources for a client proposal, auditing your own site's indexed pages — shrink to minutes.
At WebDorking, we use these techniques daily. Whether we're doing a pre-project audit for a new Surrey client, scoping out the local competitive landscape, or researching content angles for our own editorial, search operators are as fundamental to our toolkit as a good code editor.
The name was always going to pay off eventually.