Key Takeaways
- Google now processes more than 5 trillion searches a year, according to its own 2025 data (Search Engine Land, 2025). Search operators are how you cut through that volume and land on one exact result.
- 15 operators and built-in tools are confirmed working in 2026, across four categories: content/URL search, Boolean syntax, date filtering, and information lookups.
- 6 widely referenced operators have been retired, including
cache:,link:, andphonebook:. They return nothing useful now.- Stacking two or three operators, for example
site:gov filetype:pdf after:2025-01-01, can collapse billions of results into a few hundred targeted pages.
Google controls roughly 90% of the global search market (Statcounter, 2026). In practice, that makes Google’s search syntax the closest thing the web has to a universal query language. Yet most people never type anything beyond a plain phrase.
The result is pages of loosely matched results, repeated searches, and time lost scrolling past noise. Search operators fix that. They’re not hidden hacks: they’re documented Google features, confirmed in Google’s own search help documentation, that tell the engine exactly what you want, where to look, and what to skip. This guide covers every operator we’ve verified working in 2026, grouped by what it actually does. No dead commands, no guesswork. Copy the examples straight into Google.
cache: and link:, have been retired.Content & URL Search Operators
Five operators do most of the heavy lifting for SEO, journalism, and academic research, and each one narrows results by where a keyword appears: the domain, file format, URL, page title, or body text. According to Google’s Search Central documentation, these operators run against Google’s indexed representation of a page, so dynamically loaded content can behave differently than what you see in a browser. Stack two of them together and a billion results can drop to a few dozen.
- Sale!

SEO Content Audit
Original price was: 1999,00 €.1799,00 €Current price is: 1799,00 €. Select options - Sale!

Search Rankings and Traffic Losses Audit
Original price was: 3500,00 €.2999,00 €Current price is: 2999,00 €. Select options - Sale!

Full-Scale Professional SEO Audit
Original price was: 5299,00 €.4999,00 €Current price is: 4999,00 €. Select options
site: — Search Within One Domain
Syntax: site:domain.com keyword
The site: operator limits results to a single domain. It’s the fastest way to check what Google has actually indexed from a website, and it doubles as a search box for sites whose own search feature is weak or missing.
Examples:
site:wikipedia.org artificial intelligence— all Wikipedia pages about AIsite:gov climate report 2025— government reports on climate from any .gov domainsite:yourcompetitor.com pricing— competitor pricing pages Google has indexed
Quick tip: run site:domain.com with no keyword to see an approximate indexed page count. It’s a rough health check, but it tells you fast whether a site is barely indexed or heavily crawled. We run this exact query first thing after every client migration, before touching anything else. In one recent site-migration recovery, a fast site: check is what first exposed how many post-migration URLs Google had actually kept indexed.
filetype: — Find Specific Document Types
Syntax: topic filetype:extension — ext: works identically
Both filetype: and ext: restrict results to one file format: PDFs, spreadsheets, presentations, Word docs. It’s the most direct route to primary research, data sets, and official reports that never show up in standard blog-style results.
Supported formats: pdf, doc, docx, xls, xlsx, ppt, pptx, csv
Examples:
machine learning research filetype:pdf— academic and research PDFsmarketing budget template filetype:xlsx— actual Excel budget templatesannual report 2025 site:apple.com filetype:pdf— Apple’s latest annual report, directly
inurl: and allinurl: — Find Keywords in the URL
Syntax: inurl:keyword search terms / allinurl:keyword1 keyword2
inurl: finds pages where your keyword sits somewhere in the URL; the rest of the query behaves like a normal search. allinurl: is stricter: every listed word has to appear in the URL, and the whole query gets applied there, no mixed-in search terms.
Examples:
inurl:blog google search tips— blog posts about Google search tipsallinurl:2025 report sustainability— pages whose URL contains all three wordsinurl:login site:yourcompetitor.com— competitor login and portal pages
intitle: and allintitle: — Find Keywords in the Page Title
Syntax: intitle:keyword / allintitle:keyword1 keyword2
Page titles are the strongest on-page SEO signal of what a page is really about. intitle: filters to pages where your keyword sits in the HTML <title> tag; allintitle: requires every keyword to be present there. It’s one of the more reliable operators for competitive research: if a page has your target keyword in its title, it’s almost certainly built to rank for it.
Examples:
intitle:"email marketing guide" 2025— guides about email marketingallintitle:best SEO tools free— pages whose title contains all four wordsintitle:review site:rtings.com headphones— headphone reviews on RTINGS
intext: and allintext: — Find Keywords in the Page Body
Syntax: intext:keyword / allintext:keyword1 keyword2
Where intitle: checks the title tag, intext: searches body content. Use it when you’re hunting for pages that discuss a term even though it’s missing from the title or URL: niche facts, buried statistics, quotes pulled from a longer document.
Examples:
intext:"conversion rate optimization" case study— pages mentioning CRO alongside a case studyallintext:python pandas dataframe tutorial beginner— pages with all four terms in the body
Boolean Search Operators for Google
Six operators control the logic of your search, not where a keyword shows up, but how Google combines the terms you give it. These are the building blocks of precise compound queries, and every one of them stacks directly on top of the content operators above. Curious how many competitors have written about your exact keyword? One Boolean query answers that in seconds.
"..." — Exact Phrase Matching
Syntax: "your exact phrase here"
Wrapping a phrase in double quotes forces Google to return that exact string in that exact order: no synonyms, no rearranged words. It’s the most-used operator in this whole list, and the fastest way to verify a quote, trace a source, or check whether your content got scraped.
Examples:
"to be or not to be" -site:shakespeare.org— find who else quotes this line"content is king" site:forbes.com— exact phrase on Forbes specifically"your article's unique headline" -site:yourdomain.com— check for unauthorized republishing
- — Exclude Words from Results
Syntax: keyword -excluded_word (no space between the dash and the word)
A dash placed directly before a word removes any result containing it. It’s the cleanest fix when a term has more than one meaning and you only care about one of them.
Examples:
jaguar -car -automobile— the animal, not the brandpython tutorial -snake -reptile— programming, not herpetologyapple -fruit -recipe site:techcrunch.com— Apple company news, nothing culinary
OR — Either Term
Syntax: keyword1 OR keyword2 (must be uppercase)
By default Google assumes AND between your terms; it wants all of them present. OR loosens that so results can match either term, or both. Reach for it when the same thing goes by several names, or when you want a topic covered from more than one angle in a single query.
Examples:
"UX design" OR "user experience design" tutorial— tutorials using either phrasesite:gov pandemic OR epidemic report 2023— government reports using either termfreelance OR contractor developer remote job 2025— job listings using either word
* — Wildcard Placeholder
Syntax: "word * word" (inside quotes)
The asterisk stands in for any single word inside an exact phrase. Handy when you remember part of a quote but not all of it, or when you want every variation of a phrase pattern at once.
Examples:
"the best * for beginners"— finds that phrase with any word in the middle"Albert Einstein * quote"— Einstein quotes with any word between “Einstein” and “quote”"how to * a blog"— finds “how to start a blog,” “how to monetize a blog,” and more
.. — Number Ranges
Syntax: keyword $min..$max or keyword min..max unit
Two dots between numbers tell Google to return results inside that range. Works for prices, years, measurements, anything expressed numerically. No spaces around the dots.
Examples:
laptop $400..$700— laptops priced between $400 and $700best headphones $50..$150 site:rtings.com— RTINGS reviews in that price rangemarathon training plan 12..20 weeks— plans of a specific durationpython developer salary 2024..2026— salary data across that year range
( ) — Group and Control Logic
Syntax: (term1 OR term2) AND term3
Parentheses control evaluation order in compound queries, the same way they do in a math expression. Without them, Google evaluates left to right, which produces odd results the moment you mix OR with regular terms.
Showing 4–5 of 5 resultsSorted by popularity
Examples:
(cat OR dog) training tips -puppy— training tips for either animal, excluding puppy-specific results(site:reddit.com OR site:quora.com) "how to learn piano"— community discussions from either platform("content marketing" OR "inbound marketing") case study filetype:pdf— PDF case studies using either term
Date Filtering Operators: before: and after:
These two are among the most underused tools in Google’s kit. Most researchers don’t even know they exist, and that’s a real gap: they’re more reliable than the built-in “Any time” dropdown, which filters by crawl date rather than publish date and routinely skips recent results. before: and after: use the date metadata Google pulls from the page itself, which tracks much closer to the actual publish date.
Syntax:
keyword before:YYYY-MM-DDkeyword after:YYYY-MM-DDkeyword after:2025-06-01 before:2026-01-01— combine both to define an exact window
Examples:
remote work productivity research after:2024-01-01— studies published in the last two yearsAI regulation news before:2023-06-01— coverage from before mid-2023, for historical contextsite:techcrunch.com startup funding after:2025-01-01 before:2025-07-01— TechCrunch funding coverage from H1 2025 only"climate change" report site:.gov filetype:pdf after:2025-01-01— recent government PDF reports
Journalists and academics get the most out of these two. They let you build a timeline of how a topic developed instead of only surfacing the newest coverage, and they let you check whether a claim first appeared before or after a specific event.
Information & Calculation Operators
Two features turn the Google search bar into a direct reference tool: they hand back answers, not link lists. Quick, and consistently reliable.
define: — Instant Definitions
Syntax: define:word
Google pulls the dictionary definition straight into the results page. For technical jargon, financial terms, or medical vocabulary, it beats opening a separate tab. If you’d rather browse SEO-specific terminology the same way, our SEO glossary covers the vocabulary this guide assumes you already know.
Examples:
define:heuristicdefine:amortizationdefine:epistemology
Calculator & Unit Conversion
Type a math expression straight into Google and it returns the answer, no operator prefix needed. Same goes for unit conversion. Google handles arithmetic, square roots, percentages, and live currency conversion.
Examples:
150 * 4 + 12— arithmeticsqrt(256)— square root15% of 340— percentage100 USD in EUR— live currency conversion5 miles in kilometers— unit conversion1 cup in tablespoons— cooking measurements
These aren’t colon-syntax operators, but they’re reliable built-in features that save you from opening a calculator app mid-research.
cache:, link:, related:, info:, phonebook:, and the ~ synonym operator, have been retired.How to Combine Operators for Maximum Precision
A single operator is useful. A combined query is a different tool entirely. Every example below was tested in 2026 and returns a noticeably narrower result set than any single-operator version. Start with two operators, and only add a third if the results are still too broad. It’s worth asking yourself, before you stack a fourth: are you narrowing the search, or just making it fragile? A keyword-research tool like Ahrefs or Semrush can tell you search volume and difficulty, but it can’t hand you the exact primary source. That’s still a job for the operators below.
1. Find Primary Research on Any Topic
Pulls academic or government PDFs on your topic published since a given date. Combining site:, filetype:, and after: filters out press releases, blog posts, and outdated data in one pass.
2. Audit a Competitor’s Content Depth
Shows every competitor page with your keyword in its title, while excluding tag and category archive pages that inflate the count. What’s left is their actual content on the topic. This is the same manual check we run before scoping any technical SEO audit, and it’s how one React-based real estate client first surfaced the gaps that took them from zero to 45,000 monthly visitors.
3. Check for Duplicate or Scraped Content
Drop a distinctive sentence from your content into quotes and exclude your own domain. If results appear, someone’s republishing your work. The check takes about ten seconds, and it’s worth running on any piece of high-performing content.
4. Find Expert Roundup Pages Open to Pitches
Finds listicle-style roundup pages published recently, the kind that update regularly and often accept new submissions. Pair it with an outreach pitch about your product or client.
5. Locate Source Material for Fact-Checking
Verifying a claim and want the original source? Searching with before: and restricting to academic or government domains cuts through the secondary coverage and gets you to the primary material. If nothing turns up before a certain date, the claim probably emerged after that point.
Google Search Operators Cheat Sheet — Full List (2026)
Bookmark this table: every operator and tool covered in this guide, at a glance. These are also sometimes called Google dorks in security research contexts, operator strings that surface specific types of pages Google has indexed. Same syntax, different purpose.
| Operator | Example Syntax | Best Used For |
|---|---|---|
site: | site:domain.com keyword | Search within one website |
filetype: / ext: | topic filetype:pdf | Find PDFs, spreadsheets, docs |
inurl: / allinurl: | inurl:keyword topic | Keyword must appear in the URL |
intitle: / allintitle: | intitle:keyword topic | Keyword in the page title tag |
intext: / allintext: | intext:keyword topic | Keyword in the page body text |
"..." | "exact phrase" | Match an exact phrase, no synonyms |
- | keyword -excluded | Remove a word from results |
OR | word1 OR word2 | Search for either term |
* | "word * word" | Wildcard within an exact phrase |
.. | keyword $50..$200 | Results within a number range |
( ) | (word1 OR word2) keyword | Group and control search logic |
before: | keyword before:2025-01-01 | Results published before a date |
after: | keyword after:2025-01-01 | Results published after a date |
define: | define:word | Dictionary definition inline |
| Math / Units | 150 * 4 / 5 miles in km | Calculator and unit conversion |
Frequently Asked Questions
Do Google search operators still work in 2026?
Most of them do. The 15 operators and tools covered in this guide are confirmed working as of 2026, tested directly in Google Search. Six others, cache:, link:, related:, info:, phonebook:, and the ~ synonym operator, have been officially retired and return irrelevant or no results (Search Engine Land, 2024). Google doesn’t always announce which ones quietly stop working, so it’s worth re-testing anything you haven’t used in a while.
Can I combine multiple operators in one search?
Yes, and that’s where they get genuinely useful. You can stack as many as you need: site:gov filetype:pdf "climate change" after:2025-01-01 is a valid single query. The practical limits are query length and diminishing returns, since too many filters can zero out your results. Start with two operators, then add a third only if the first pass is still too broad.
Are Google search operators case-sensitive?
The operator names themselves aren’t: filetype:, FILETYPE:, and Filetype: all behave the same way. The one exception is OR, which must be capitalized; lowercase or is treated as a plain search word, not a Boolean operator. Exact-phrase searches inside quotes are case-insensitive too.
Why does my site: search return far fewer pages than I expect?
The site: count is a rough estimate, not a precise index tally. Pages marked noindex, pages behind authentication, and very recently published pages may not show up. For an accurate indexed-page count tied to your own property, Google Search Console is the only reliable source, since it reflects your verified site rather than a sampling estimate. If your numbers look off after a migration or redesign, that’s usually the first sign worth running a full SEO audit over.
What replaced the cache: operator?
Google began removing the cached-page link in February 2024 and fully shut off access by that September (Search Engine Land, 2024). The best replacement is the Wayback Machine (web.archive.org), which archives pages on a regular schedule, goes back further than Google’s cache ever did, and lets you browse specific historical snapshots by date.
- Sale!

SEO Content Audit
Original price was: 1999,00 €.1799,00 €Current price is: 1799,00 €. Select options - Sale!

Search Rankings and Traffic Losses Audit
Original price was: 3500,00 €.2999,00 €Current price is: 2999,00 €. Select options - Sale!

Full-Scale Professional SEO Audit
Original price was: 5299,00 €.4999,00 €Current price is: 4999,00 €. Select options
Want a second pair of eyes checking whether your own site is fully indexed and free of these gaps? Our free SEO audit covers indexation, crawlability, and content depth in one pass.







