Google Search Operator Cheat Sheet: The Complete Reference for SEO Professionals

By Eric Wimsatt 5 min read

Every SEO professional should have Google’s advanced search operators in their toolkit. These commands let you query Google’s index with surgical precision, turning the search bar into a powerful auditing, research, and competitive analysis tool.

This guide covers every known operator, from everyday essentials to obscure power moves, along with practical formulas you can copy and use today.

Basic Search Operators

These are the building blocks. Most operators on this list become more powerful when combined with these fundamentals.

OperatorWhat It DoesExample
"phrase"Forces exact-match results"technical SEO audit"
OR or |Returns results matching either termSEO OR SEM
ANDRequires both terms (default behavior, but useful for clarity)SEO AND analytics
-Excludes a term from resultsjaguar -car
*Wildcard placeholder for any word"best * for travel SEO"
( )Groups terms and operators to control logic(SEO OR SEM) AND tools
+Forces inclusion of a common word (largely redundant with quotes now)+the matrix
_Single-word wildcard within quotes"SEO _ strategy"

Site and URL Operators

These let you interrogate specific domains, URLs, and page elements. They are the backbone of technical SEO auditing.

OperatorWhat It DoesExample
site:Restricts results to a specific domain or subdomainsite:wikipedia.org
site:.tldRestricts results to a top-level domainsite:.edu
inurl:Keyword must appear in the URLinurl:seo-guide
allinurl:All specified keywords must appear in the URLallinurl:seo checklist 2025
intitle:Keyword must appear in the page titleintitle:"link building"
allintitle:All specified keywords must appear in the titleallintitle:technical SEO audit
intext:Keyword must appear in the body textintext:"core web vitals"
allintext:All keywords must appear in the body textallintext:crawl budget optimization
inanchor:Keyword appears in anchor text of inbound linksinanchor:"best travel agency"
allinanchor:All keywords must appear in anchor textallinanchor:adventure travel reviews
related:Finds sites Google considers similarrelated:wikipedia.org

Content and File Type Operators

Useful for finding specific types of content across the web or within a single domain.

OperatorWhat It DoesExample
filetype:Restricts results to a file typefiletype:pdf site:wikipedia.org
ext:Functionally identical to filetype:ext:csv "travel data"
imagesize:Filters image results by pixel dimensionsimagesize:1920x1080 landscape
src:In image search, finds images hosted at a specific sourcesrc:wikipedia.org

Proximity Operator

This is one of the most underused and powerful operators available.

OperatorWhat It DoesExample
AROUND(X)Two terms must appear within X words of each other"Wikipedia" AROUND(3) "unreliable"

AROUND() is invaluable when you need to find contextual relationships between terms rather than simple co-occurrence on a page. A page that mentions “Wikipedia” in the header and “unreliable” in the footer is not the same as a page that says “Wikipedia is often considered unreliable.” This operator lets you distinguish between the two.

Date and Range Operators

These let you filter results by time and numeric ranges.

OperatorWhat It DoesExample
before:Results published before a datebefore:2025-01-01
after:Results published after a dateafter:2024-06-01
daterange:Results within a Julian date range (rarely used)daterange:2460310-2460676
..Numeric rangecamera $200..$500

Combine before: and after: to create a specific window:

"Wikipedia" after:2025-01-01 before:2025-02-01

…returns mentions only from January 2025.

Source-Specific Operators

Operators that target specific Google verticals or content types.

OperatorWhat It DoesExample
source:Restricts Google News results to a publicationsource:reuters "climate change"
location: or loc:Filters by geographic location in Google Newslocation:nashville "music industry"
map:Forces map-based resultsmap:Nashville
movie:Returns showtimes and movie infomovie:Oppenheimer
stocks:Returns stock ticker infostocks:GOOG
weather:Returns weather for a locationweather:Nashville
define:Returns dictionary definitiondefine:algorithm
inUnit and currency conversion100 USD in EUR
@Searches within a social platform@twitter SEO tips
#Searches for a hashtag#TravelSEO
$Searches for a pricelaptop $999

Deprecated Operators (Know They Exist, Don’t Rely on Them)

Google has quietly retired several operators over the years. You may still see them referenced in older guides.

OperatorStatusNotes
link:Fully deprecatedUsed to show pages linking to a URL. No longer functional.
cache:Being phased outGoogle has removed cache links from SERPs. Inconsistent results.
info:Mostly deprecatedReplaced by site: for single-URL lookups.
~DeprecatedUsed to include synonyms. Google now does this automatically.
blogurl:DeprecatedDied with Google Blog Search.

Practical Formulas You Can Use Today

The real power of search operators comes from combining them. Below are proven formulas for common SEO and marketing tasks.

Find Online Brand Mentions (Excluding the Brand’s Own Site)

This formula surfaces everywhere a brand is being talked about across the web while filtering out the brand’s own properties.

Basic formula:

"Brand Name" -site:branddomain.com

Example:

"Wikipedia" -site:wikipedia.org

Layer on exclusions for owned social channels:

"Wikipedia" -site:wikipedia.org -site:facebook.com -site:twitter.com -site:instagram.com -site:linkedin.com -site:youtube.com

Narrow to specific mention types:

"Wikipedia" -site:wikipedia.org intitle:"review"
"Wikipedia" -site:wikipedia.org inurl:blog
"Wikipedia" -site:wikipedia.org filetype:pdf

Restrict to a specific date range:

"Wikipedia" -site:wikipedia.org after:2025-01-01 before:2025-02-01

Find mentions on high-authority site types:

"Wikipedia" -site:wikipedia.org site:.edu
"Wikipedia" -site:wikipedia.org site:.gov
"Wikipedia" -site:wikipedia.org site:reddit.com

Find mentions alongside a competitor or related entity:

"Wikipedia" AROUND(5) "Britannica" -site:wikipedia.org -site:britannica.com

Account for alternate brand references:

("Wikipedia" OR "wikipedia.org") -site:wikipedia.org

This catches instances where someone references the URL as text rather than the brand name itself.

Index Coverage Audit

site:wikipedia.org
site:wikipedia.org -www
site:wikipedia.org inurl:https
site:wikipedia.org filetype:pdf
site:wikipedia.org intitle:index.of

The first query shows total indexed pages. The second reveals indexed subdomains. The third checks for HTTPS adoption across indexed URLs. The fourth finds indexed PDFs (which may or may not be intentional). The fifth finds exposed directory listings, which can be a security concern.

Content Gap and Competitor Research

intitle:"keyword" -site:yourdomain.com
"keyword" site:competitor.com
allintitle:keyword1 keyword2 keyword3
"keyword" filetype:pdf site:.edu
"keyword" inurl:resources
"keyword" intitle:"useful links"
"keyword" intitle:"recommended sites"
"keyword" intext:"suggest a resource"

Finding Guest Post Opportunities

"keyword" intitle:"write for us"
"keyword" intitle:"guest post guidelines"
"keyword" inurl:contribute
"keyword" "submit an article"

Identifying Duplicate Content

"exact sentence from your page" -site:yourdomain.com

Paste a unique sentence from your content in quotes and exclude your own domain. Any results are potential duplicates or scrapers.

Tips for Getting the Most Out of Search Operators

  • Operators are case-insensitive, with exceptions. The operators themselves (site:, inurl:, etc.) work in any case. However, OR must be uppercase. Lowercase or is treated as a regular search term.
  • No space after the colon. site:wikipedia.org works. site: wikipedia.org does not.
  • Combine freely. Most operators can be chained together. Start simple, then layer on additional operators to narrow your results.
  • Results are estimates. The result count Google shows for operator queries is notoriously inaccurate. Use it as a rough signal, not a precise metric.
  • Test in Incognito. Personalized search can skew operator results. Use an incognito window for the most neutral results.
  • Google changes things without telling you. Operators get deprecated, modified, or subtly changed without documentation updates. If something stops working, it may not be your syntax. Test periodically and stay current with SEO community discussions.