Advanced Google tutorial: the INTITLE search method
The intitle operator limits results to pages whose title contains your word. A blunt filter for finding precise content — and for seeing who competes with you on a topic.
An ordinary Google search returns every page that mentions your word somewhere: in the text, in a comment, in the footer. The `intitle:` operator keeps only those that have it in their title. The gain in precision is brutal.
The syntax
``` intitle:guide local seo quebec ```
Only the word immediately following `intitle:` is affected. For a full phrase:
``` intitle:"local search" ```
And to require that all the words be in the title:
``` allintitle:guide local search ```
Why the title changes everything
A page's title is what its author chose as the main subject. A page titled "Guide to local search" is about local search. A page that mentions the phrase in passing in a paragraph is about something else.
By filtering on the title, you move from pages that brush against the subject to pages devoted to it.
Three uses in business
Finding a real guide, not a promotional post. `intitle:guide` or `intitle:tutorial` followed by your subject cuts out half the commercial noise.
Sizing up the competition on a keyword. Before writing an article, run `allintitle:` with the phrase you are targeting. The number of results tells you how many pages target that subject directly. Few results: the ground is open. Hundreds, held by big sites: aim narrower, for instance by adding the region.
Checking your own titles. `site:yourdomain.com intitle:service` shows how your pages present themselves. You often discover three pages with identical titles, or generic ones like "Home" and "Page 2".
Combining it
`intitle:` becomes genuinely useful alongside the other operators:
- `intitle:price site:ca` — pricing pages on Canadian sites
- `intitle:"case study" filetype:pdf` — case studies in PDF
- `intitle:jobs -internship` — job postings, excluding internships
What it teaches you about your own site
The most instructive exercise: search the subject of each of your main pages with `allintitle:`, then see whether your page appears. If ten competitors have a title dedicated to the subject and you do not, you know why you are not there.
It is also a useful reminder: a page's title is not decoration. It is the first thing Google reads, and the only line most people read before clicking.
