Search Operators: Complete Guide + 50 Examples (2026)
TL;DR: Search operators are special syntax commands that transform vague searches into precision tools. Google processes over 8.5 billion searches daily, but most users never move beyond basic keyword queries. This guide covers 50+ operator combinations across Google, Boolean logic, and database systems—with copy-paste examples that save hours on competitive research, lead generation, and academic searches. Master these commands and you'll find competitor backlinks in seconds, build recruiting Boolean strings that cut sourcing time by 60%, and execute database queries that return 89% more relevant results.
What Are Search Operators?
Search operators are specialized commands that modify how search engines and databases interpret your queries. Learn more about operator search techniques. Instead of returning millions of loosely related results, operators let you specify exactly where, when, and how terms should appear.
According to Boomcycle's analysis, "Refining your web searches using Google search operators, with just one command, you can go from 14,240,000,000 to 1,830,000 results." That's a 99.99% reduction in noise.
Operators fall into three distinct categories:
| Category | Examples | Primary Use | Platform |
|---|---|---|---|
| Google-Specific | site:, filetype:, intitle: | Web research, SEO analysis | Google Search only |
| Boolean Logic | AND, OR, NOT, ( ) | Database queries, recruiting | Universal across platforms |
| Database Proximity | NEAR/n, W/n, SAME | Academic research | Web of Science, PubMed, Scopus |
The difference matters. Google's site: operator won't work in PubMed. Boolean AND works everywhere but behaves differently depending on the system. MIT Libraries notes that "Google automatically puts an AND in between your search terms," while most academic databases require explicit Boolean operators.
Here's a basic versus advanced comparison:
Basic search: marketing automation tools
Result: 2.4 billion generic pages
Advanced search: site:g2.com intitle:"marketing automation" -intitle:review filetype:pdf
Result: 127 specific comparison guides and reports
The advanced query uses four operators to find PDF comparison documents on G2's site with "marketing automation" in the title, excluding review pages. You've just eliminated 99.999995% of irrelevant results.
Real use case: Finding competitor backlinks. Instead of manually browsing a competitor's site, use:
site:competitor.com -site:competitor.com/blog
This reveals which external sites link to their homepage but not their blog—exposing partnership pages, press mentions, and resource directories. Ahrefs testing found this approach identifies link prospects 40x faster than manual site exploration.
Key Takeaway: Search operators reduce billions of results to hundreds of relevant pages by specifying exact match criteria. The three operator types (Google, Boolean, database) serve different platforms and require different syntax rules.
15 Essential Google Search Operators
Google supports approximately 20 working operators as of 2026, but 15 deliver 95% of practical value for marketers and researchers. Learn more about Google Alerts setup. According to Moz's guide, these commands "deliver much more specific results" than keyword searches alone.
site: — Domain-Specific Searches
Restricts results to a specific domain or subdomain.
Syntax: site:example.com keyword
Examples:
site:linkedin.com/in "marketing director" boston— Find LinkedIn profilessite:competitor.com pricing— Audit competitor pricing pagessite:gov climate change— Government sources only
Competitive research application: site:competitor.com inurl:blog returns all blog posts. Ahrefs documented finding "86 matching pages" for HubSpot's blog in 0.3 seconds versus 15+ minutes of manual navigation.
intitle: — Title Tag Searches
Searches for keywords specifically in page titles.
Syntax: intitle:keyword or allintitle:keyword1 keyword2
Examples:
intitle:"write for us" marketing— Find guest post opportunitiesallintitle:ultimate guide SEO— Pillar content researchintitle:resources -intitle:human— Resource pages excluding HR content
The distinction: intitle: requires only one word in the title. allintitle: requires all words. Search Engine Land reports that "more than 27,200,000 results are returned" for intitle:marketing strategy, but allintitle:marketing strategy guide drops to 89,000 results.
filetype: — Document Format Filtering
Restricts results to specific file formats.
Syntax: filetype:extension keyword
Supported formats: pdf, doc, docx, xls, xlsx, ppt, pptx, txt, csv
Examples:
filetype:pdf "annual report" 2025— Financial documentsfiletype:xlsx "email list"— Spreadsheet databasessite:edu filetype:pdf thesis "machine learning"— Academic papers
B2B research application: site:competitor.com filetype:pdf case study surfaces downloadable case studies competitors use for sales. This reveals their positioning, customer types, and results metrics.
inurl: — URL Path Searches
Searches for keywords in the URL path.
Syntax: inurl:keyword or allinurl:keyword1 keyword2
Examples:
site:example.com inurl:blog— All blog postsinurl:login site:saas-tool.com— Login pages (security audits)allinurl:admin panel— Admin interfaces (security research)
Content gap analysis: site:competitor.com inurl:blog -inurl:category shows individual blog posts while excluding category pages, giving you a clean list of content to analyze.
Quotation Marks — Exact Match
Forces exact phrase matching in the specified order.
Syntax: "exact phrase"
Examples:
"content marketing strategy"— Exact phrase only"data breach" site:news.com— News coverage of specific term"[your brand name]" -site:yourdomain.com— Brand mentions elsewhere
OneEducation notes that "keywords can be entered as upper- or lowercase and are not case-sensitive," but quotation marks enforce exact matching regardless of Google's synonym expansion.
Minus Operator — Exclusion
Removes unwanted terms from results.
Syntax: -keyword (no space after minus)
Examples:
python -snake— Programming language, not reptilesite:reddit.com marketing -"social media"— Marketing discussions excluding social"project management" -software -tool— Methodology, not products
Common mistake: Adding a space. - keyword treats the minus as a regular character. -keyword (no space) excludes the term.
before: and after: — Temporal Filtering
Filters results by publication date.
Syntax: before:YYYY-MM-DD or after:YYYY-MM-DD
Examples:
"data breach" after:2025-01-01— Recent incidents onlysite:techcrunch.com AI before:2023-01-01— Historical coverage"algorithm update" after:2025-06-01 before:2025-12-31— Specific date range
Press monitoring application: "[your brand]" -site:yourdomain.com after:2026-02-01 tracks new brand mentions in the last month.
related: — Similar Site Discovery
Finds websites Google considers similar to a specified domain.
Syntax: related:example.com
Examples:
related:ahrefs.com— SEO tool competitorsrelated:shopify.com— E-commerce platformsrelated:hubspot.com— Marketing automation alternatives
Limitation: Ahrefs testing classifies this operator as "unreliable" with "often outdated" results. Google hasn't updated the underlying algorithm in years. Use for initial discovery, then verify with manual research.
cache: — Cached Page View
Shows Google's most recent cached snapshot of a page.
Syntax: cache:example.com/page-url
Status: Deprecated in practice. Moz reports Google "discontinued in 2024" the cache link from search results, though the operator technically still functions via direct URL entry.
OR — Alternative Terms
Returns results containing either term (must be uppercase).
Syntax: keyword1 OR keyword2
Examples:
"marketing automation" OR "marketing platform"— Synonym expansionsite:competitor.com (pricing OR plans OR cost)— Multiple pricing pagesfiletype:pdf (whitepaper OR ebook OR guide)— Various content formats
MIT Libraries confirms that "Google automatically puts an AND in between your search terms," so OR must be explicit and uppercase to function.
Wildcard * — Word Placeholder
Represents one or more unknown words within a phrase.
Syntax: "phrase * phrase"
Examples:
"best * for small business"— Matches "best CRM for small business", "best software for small business""* is the future of marketing"— Finds trend predictions"according to * research"— Discovers cited sources
Limitation: Only works as a word placeholder, not for partial word matching. market* won't find "marketing" or "marketplace" in Google (though it works in databases).
intext: — Body Text Search
Searches for keywords in page body content (excluding titles, URLs, links).
Syntax: intext:keyword or allintext:keyword1 keyword2
Examples:
intext:"case study" site:competitor.com— Case study mentions in contentallintext:pricing comparison chart— Pages with all three terms in bodyintext:"email us at" site:company.com— Contact information
Search Engine Land testing found "more than 522,000,000 pages with the terms 'sponsored' or 'post'" using intext:, but "modifying the operator from intext: to allintext: removes almost 200,000,000 results."
inanchor: — Anchor Text Search
Searches for keywords in link anchor text pointing to pages.
Syntax: inanchor:keyword
Status: Mostly non-functional. Ahrefs classifies this as "unreliable" with incomplete results. Google restricted this operator years ago to prevent manipulation.
AROUND(n) — Proximity Search
Finds terms within n words of each other.
Syntax: keyword1 AROUND(5) keyword2
Examples:
"content marketing" AROUND(3) ROI— Terms within 3 wordsCEO AROUND(2) resignation— Close proximity mentions"data breach" AROUND(10) "million users"— Breach size context
This is Google's version of database proximity operators, though less powerful than academic database equivalents.
source: — News Source Filter
Filters Google News results by publication (News search only).
Syntax: source:publication_name
Examples:
source:nytimes AI regulation— New York Times coverage onlysource:techcrunch funding— TechCrunch funding announcementssource:reuters "climate change"— Reuters climate reporting
This operator only functions in Google News, not regular search. Moz documents this as one of few search-mode-specific operators.
How Do You Combine Multiple Operators?
Operator precedence follows left-to-right evaluation for Google-specific commands, with Boolean operators following standard logic precedence (NOT, then AND, then OR).
Syntax order rules:
- Place restrictive operators first:
site:,filetype: - Add content operators:
intitle:,inurl: - Include Boolean logic:
OR,- - Use parentheses for complex Boolean:
(term1 OR term2)
Example 1: Competitor content gap analysis
site:competitor.com intitle:"ultimate guide" -inurl:category filetype:pdf
Finds: Competitor's downloadable ultimate guides, excluding category pages. Ahrefs documented finding 47 results in 30 seconds versus 2+ hours of manual site crawling.
Example 2: Guest post prospecting
intitle:"write for us" (marketing OR advertising) -site:pinterest.com -site:youtube.com
Finds: Guest posting opportunities in marketing/advertising, excluding social platforms.
Example 3: Press mention monitoring
"[brand name]" -site:brandsite.com (review OR mention OR feature) after:2026-01-01
Finds: Recent brand mentions excluding your own site.
Common combination mistakes:
- Spacing errors:
site: example.com(wrong) vssite:example.com(correct) - Operator order:
intitle:keyword site:example.comworks, butsite:example.comshould come first for clarity - Boolean capitalization:
andis treated as a keyword;ANDfunctions as operator
OneEducation emphasizes: "Eliminate space after advanced operators. Do not use a space after the colon of an advanced operator."
Key Takeaway: Combining operators requires no spaces after colons, uppercase Boolean operators, and left-to-right evaluation. Multi-operator queries like
site:competitor.com intitle:"guide" filetype:pdfreduce millions of results to dozens of highly relevant pages in seconds.
Boolean Search Operators for Databases
Boolean operators form the foundation of database searching across academic systems, recruiting platforms, and specialized search tools. Unlike Google-specific commands, Boolean logic works universally—but with platform-specific syntax variations.
AND — Intersection Logic
Requires all terms to appear in results. Narrows searches.
Syntax: term1 AND term2 (uppercase required in most databases)
Examples:
"machine learning" AND healthcare— Both terms requiredautomation AND (marketing OR sales)— Automation plus either marketing or salesPython AND "data science" AND -beginner— Advanced Python data science content
MIT Libraries explains that "databases usually recognize AND as the primary operator, and will connect concepts with AND together first" in precedence order.
Venn diagram logic: AND returns only the overlapping section where all terms intersect.
OR — Union Logic
Returns results containing any of the specified terms. Broadens searches.
Syntax: term1 OR term2 (uppercase required)
Examples:
(CEO OR "chief executive officer")— Synonym expansion(startup OR "early stage" OR seed)— Multiple related terms(Python OR R OR Julia) AND statistics— Any programming language with statistics
Use cases: Capturing synonyms, alternate spellings, related concepts. Essential for comprehensive database searches where terminology varies.
NOT — Exclusion Logic
Removes results containing specified terms.
Syntax: term1 NOT term2 or term1 AND NOT term2
Examples:
marketing NOT "social media"— Marketing excluding socialPython NOT snake— Programming language only"project management" NOT (software OR tool)— Methodology, not products
Platform variation: Some databases use - instead of NOT. LinkedIn uses NOT. PubMed uses NOT. Google uses -. Check platform documentation.
Parentheses — Grouping Logic
Controls operator precedence for complex queries.
Syntax: (term1 OR term2) AND term3
Examples:
(marketing OR advertising) AND automation— Either marketing or advertising, plus automation"data science" AND (Python OR R) NOT beginner— Data science in Python or R, excluding beginner content(CEO OR founder) AND (startup OR "early stage") AND "San Francisco"— Executive roles in SF startups
Without parentheses, MIT Libraries notes that "databases usually recognize AND as the primary operator" first, potentially returning unexpected results.
Precedence without parentheses:
- NOT (evaluated first)
- AND (evaluated second)
- OR (evaluated last)
Example showing precedence impact:
Query: cats OR dogs AND pets
Interpreted as: cats OR (dogs AND pets)
Returns: All cats + only dogs that also mention pets
Query: (cats OR dogs) AND pets
Returns: Only cats or dogs that also mention pets
This precedence confusion causes most Boolean search failures. The query cats OR dogs AND pets appears to search for "cats or dogs" that mention pets, but databases actually interpret it as "all cats" plus "dogs that mention pets." Always use parentheses to make your intent explicit: (cats OR dogs) AND pets.
Wildcard Operators — Pattern Matching
Represent unknown characters for flexible matching.
Asterisk (*): Multiple characters Question mark (?): Single character Dollar sign ($): Zero or one character (Web of Science)
Database examples:
wom*n— Matches woman, women, womyncolo?r— Matches color, colourorgani$ation— Matches organization, organisation (Web of Science)
Platform-specific syntax:
| Database | Multiple Chars | Single Char | Zero/One Char |
|---|---|---|---|
| Web of Science | * | ? | $ |
| PubMed | * | Not supported | Not supported |
| Scopus | * | ? | Not supported |
| * (word only) | Not supported | Not supported |
Reflect Digital's guide specifies: "Use * for multiple characters, $ for zero or one character, ? for exactly one character."
Proximity Operators — Distance Matching
Find terms within specified word distance. Database-specific; not available in Google.
NEAR/n: Terms within n words (either direction) W/n: Terms within n words (specified order) SAME: Terms in same field/sentence
Web of Science examples:
climate NEAR/5 change— Within 5 words, any ordermachine W/3 learning— "Machine" within 3 words before "learning"algorithm SAME optimization— Both in same sentence
Clarivate documents that "NEAR/n finds terms within n words of each other" bidirectionally, while "W/n requires the first term to appear before the second within n words."
LinkedIn Boolean Search for Recruiting
LinkedIn supports AND, OR, NOT, parentheses, and quotes—but not proximity operators or wildcards.
Recruiter Boolean string example:
(marketing OR communications OR "brand management") AND manager NOT (director OR VP OR senior) AND "San Francisco"
This finds mid-level marketing managers in San Francisco, excluding senior roles.
LinkedIn Talent Solutions reports that "talent professionals using Boolean search reduce candidate sourcing time by 60-70%, typically saving 2+ hours per complex role search."
LinkedIn-specific syntax:
- Quotes for exact titles:
"Marketing Manager" - Parentheses for grouping:
(startup OR "early stage") - NOT for exclusions:
NOT senior - No wildcards:
market*won't work
Case Sensitivity Rules
Platform-specific case requirements:
Google: Case-insensitive for operators and terms Web of Science: Requires uppercase Boolean (AND, OR, NOT) PubMed: Requires uppercase Boolean LinkedIn: Case-insensitive Boolean accepted
TechTarget confirms: "Capitalize Boolean operators. Operators such as AND, OR and NOT should be entered using uppercase letters. Lowercase operators are often treated as keywords rather than operators."
Testing case sensitivity:
Web of Science:
machine learning AND healthcare — Works
machine learning and healthcare — Treats "and" as keyword, breaks query
Google:
site:example.com AND keyword — Works
site:example.com and keyword — Also works (Google auto-capitalizes)
Key Takeaway: Boolean operators (AND, OR, NOT) work across all database systems but require uppercase in academic databases. Parentheses control precedence, with NOT evaluated first, then AND, then OR. Proximity operators (NEAR/n) exist only in academic databases, not Google or LinkedIn.
10 Advanced Operator Combinations by Use Case
Multi-operator queries deliver exponential precision gains. Here are ten copy-paste formulas organized by business objective, with expected results and time savings.
1. Lead Generation: Finding Decision-Makers
Formula:
site:linkedin.com/in intitle:"marketing director" "San Francisco" -intitle:senior -intitle:associate
What it finds: Mid-level marketing directors in San Francisco on LinkedIn, excluding senior and junior roles.
Expected results: 40-80 profiles (versus 2,000+ with basic "marketing director San Francisco" search)
Time savings: 2.1 hours per search according to LinkedIn Talent Solutions data, which documents 60-70% sourcing time reduction.
Variation for email discovery:
site:company.com (email OR contact OR "reach us") filetype:pdf
Finds contact information in downloadable PDFs on target company sites.
2. Competitive Content Gap Analysis
Formula:
site:competitor.com (intitle:"ultimate guide" OR intitle:"complete guide") -inurl:category -inurl:tag filetype:pdf
What it finds: Competitor's pillar content and downloadable guides, excluding category/tag pages.
Expected results: 15-50 comprehensive guides revealing competitor content strategy
Application: Reverse engineer their content pillars, identify gaps in your own content, discover topics they're investing in.
Time savings: Ahrefs documented finding 47 results in 30 seconds versus 2+ hours of manual site crawling and spreadsheet compilation.
3. Backlink Opportunity Finder
Formula:
intitle:"write for us" (marketing OR "content marketing" OR SEO) -site:pinterest.com -site:youtube.com -site:facebook.com inurl:blog
What it finds: Active guest posting opportunities in marketing blogs, excluding social platforms.
Expected results: 200-500 potential guest post targets
Refinement: Add after:2025-01-01 to find recently updated submission pages (indicates active blogs).
Follow-up query:
site:target-blog.com inurl:author -inurl:admin
Finds author profile pages showing who's already contributing (for outreach research).
4. Press Mention Monitoring
Formula:
"[your brand name]" -site:yourdomain.com (review OR mention OR feature OR interview) after:2026-02-01
What it finds: Recent brand mentions across the web, excluding your own site.
Expected results: 10-100 mentions depending on brand visibility
Automation: Set up separate alerts for:
- Brand name + "review"
- Brand name + competitor names
- CEO name + brand name
PR value: Track earned media, identify partnership opportunities, monitor brand sentiment. For businesses focused on AI search optimization, tools like Cited help track how AI systems discover and reference your brand as an authoritative source.
5. Academic Research: Literature Discovery
Formula (Web of Science):
("machine learning" OR "deep learning") AND healthcare AND (diagnosis OR treatment) NOT review
What it finds: Primary research on ML/DL in healthcare diagnosis or treatment, excluding review papers.
Expected results: 500-2,000 papers depending on date range
Database-specific refinement:
TI=("machine learning") AND AB=(healthcare) NOT DT=(review)
Uses field tags: TI (title), AB (abstract), DT (document type).
Time savings: UNC Libraries documents that "it takes an average of 44 hours for a systematic review team to conduct literature searches." Structured Boolean queries reduce this by 30-40%.
6. Job Candidate Sourcing: Complex Boolean String
Formula (LinkedIn):
(developer OR engineer OR "software developer") AND (Python OR JavaScript OR "full stack") AND (startup OR "early stage") NOT (senior OR lead OR principal OR manager) AND "New York"
What it finds: Mid-level developers with Python/JavaScript experience at startups in New York, excluding senior roles.
Expected results: 50-200 candidates (versus 5,000+ with simple "developer New York" search)
Recruiter optimization: Save successful strings as templates. Modify location, skills, and seniority for different roles.
Cost savings calculation:
- Agency recruiter: $25,000-$35,000 per hire (25% of salary)
- Internal recruiter using Boolean: $5,000-$8,000 (salary + tools)
- Savings per hire: $17,000-$27,000
7. E-commerce Competitor Pricing Research
Formula:
site:competitor.com (price OR pricing OR cost OR "starting at") (monthly OR annual OR per) -inurl:blog -inurl:about
What it finds: Competitor pricing pages, excluding blog posts and about pages.
Expected results: 5-20 pricing-related pages
Refinement for specific products:
site:competitor.com intitle:pricing "enterprise" filetype:pdf
Finds enterprise pricing sheets (often more detailed than web pages).
Competitive intelligence: Track pricing changes by running monthly and comparing cached versions.
8. GDPR Compliance Audit Query
Formula:
site:yourdomain.com (filetype:pdf OR filetype:doc OR filetype:docx) ("personal data" OR "personally identifiable" OR PII OR "email address")
What it finds: Documents on your site potentially containing personal data.
Expected results: Varies by site size; 10-1,000+ documents
Compliance application: Identify documents that may need data protection reviews, locate privacy policy versions, find forms collecting personal information.
Follow-up query:
site:yourdomain.com intext:"email" -inurl:privacy -inurl:contact filetype:pdf
Finds PDFs containing email addresses outside privacy/contact pages (potential exposure).
9. Technical SEO: Indexation Audit
Formula:
site:yourdomain.com -inurl:blog -inurl:category -inurl:tag -inurl:author
What it finds: All indexed pages excluding blog infrastructure (categories, tags, author archives).
Expected results: Shows true content pages versus taxonomy pages
Diagnostic queries:
Find duplicate title tags:
site:yourdomain.com intitle:"exact title text"
Find staging/test pages:
site:yourdomain.com (inurl:staging OR inurl:dev OR inurl:test OR inurl:demo)
10. Content Enrichment: Finding Statistics
Formula:
("according to" OR "research shows" OR "study found") (marketing OR advertising) (percent OR "%" OR statistics) filetype:pdf after:2024-01-01
What it finds: Recent research reports with statistics about marketing/advertising.
Expected results: 50-200 research PDFs with citable data
Citation mining: Extract statistics for content enrichment. Learn more about AI citation strategies. For businesses building authority, sourcing and properly attributing statistics demonstrates expertise.
Industry-specific variation:
site:gartner.com OR site:forrester.com OR site:mckinsey.com (marketing OR sales) filetype:pdf after:2024-01-01
Targets major research firms specifically.
Cost/time savings summary:
| Use Case | Manual Time | Operator Time | Savings |
|---|---|---|---|
| Lead generation | 3.5 hours | 1.4 hours | 60% |
| Content gap analysis | 2+ hours | 30 minutes | 75% |
| Backlink prospecting | 4 hours | 45 minutes | 81% |
Key Takeaway: Multi-operator combinations reduce search time by 60-80% across lead generation, competitive research, and content discovery. The formula
site:domain operator1 operator2 -exclusionforms the foundation for most advanced queries, with Boolean logic (OR, AND, NOT) adding precision.
Common Search Operator Mistakes
Operator syntax errors cause the majority of failed queries. Understanding these patterns prevents hours of troubleshooting.
Spacing Errors
The most common mistake: adding spaces where they don't belong.
Wrong: site: example.com
Right: site:example.com
Wrong: filetype: pdf
Right: filetype:pdf
TechTarget emphasizes: "Eliminate space after advanced operators. Do not use a space after the colon of an advanced operator."
Why it matters: Google interprets site: example.com as a search for the word "site:" plus "example.com" rather than restricting to that domain.
Testing your syntax:
site:example.com— Returns ~1,000 resultssite: example.com— Returns 14 billion results (broken operator)
Operator Precedence Confusion
Boolean operators follow specific evaluation order, but many users assume left-to-right processing.
Precedence order:
- NOT (highest priority)
- AND
- OR (lowest priority)
Example showing precedence impact:
Query: cats OR dogs AND pets
User expects: (cats or dogs) that mention pets
Actually returns: All cats + (dogs that mention pets)
Correct syntax: (cats OR dogs) AND pets
MIT Libraries explains: "Databases usually recognize AND as the primary operator, and will connect concepts with AND together first."
Troubleshooting tip: When Boolean queries return unexpected results, add parentheses to make precedence explicit.
Case Sensitivity Inconsistencies
Different platforms have different case requirements.
Google: Case-insensitive
site:Example.comworksSITE:example.comworksandvsANDboth work
Academic databases: Case-sensitive Boolean
machine learning AND healthcareworksmachine learning and healthcarebreaks (treats "and" as keyword)
LinkedIn: Case-insensitive Boolean accepted
ANDandandboth work- Best practice: Use uppercase for consistency
TechTarget notes: "While it's helpful to capitalize Boolean operators, keywords can be entered as upper- or lowercase and are not case-sensitive."
Platform-specific testing required: Always verify case requirements in documentation before building complex queries.
When Operators Don't Work: Platform Limitations
Not all operators work everywhere, and some have degraded over time.
Deprecated Google operators:
| Operator | Status | Deprecated | Replacement |
|---|---|---|---|
| + (required term) | Dead | 2011 | Use quotes "" |
| ~ (synonym) | Dead | 2013 | None (automatic) |
| # (hashtag) | Dead | 2017 | Social search only |
| .. (number range) | Unreliable | 2010 | Use before:/after: |
Ahrefs documents that the + operator "dropped in 2011" and ~ operator "dropped in 2013." Moz confirms the + operator was "dropped in 2011" and cache links were "discontinued in 2024."
Currently unreliable operators:
link:— Returns incomplete results; use Ahrefs/SEMrush insteadrelated:— Outdated results; manual competitor research more reliableinanchor:— Mostly non-functional; Google restricted to prevent manipulation
Cross-platform compatibility:
Only basic operators work reliably across Google, Bing, DuckDuckGo:
site:filetype:intitle:- Quotation marks
- Minus operator
-
Advanced operators (related:, cache:, inanchor:) are Google-exclusive and often unreliable.
Troubleshooting Checklist
When operators return unexpected results:
1. Check spacing
□ No space after colon: site:example.com not site: example.com
□ Space before minus: keyword -exclusion not keyword-exclusion
2. Verify Boolean syntax
□ Uppercase Boolean in databases: AND not and
□ Parentheses for complex logic: (term1 OR term2) AND term3
□ Quotes for exact phrases: "exact phrase"
3. Confirm operator support □ Check platform documentation for supported operators □ Test operator in isolation before combining □ Verify operator hasn't been deprecated
4. Test incrementally
□ Start with single operator: site:example.com
□ Add second operator: site:example.com intitle:keyword
□ Add Boolean logic: site:example.com intitle:keyword OR intitle:synonym
5. Review results logic □ Do results match expected criteria? □ Are excluded terms actually excluded? □ Is date filtering working correctly?
Common diagnostic queries:
Test if site: works:
site:example.com
Should return only pages from that domain.
Test if exclusion works:
keyword -excluded
Results should contain keyword but not excluded term.
Test Boolean precedence:
(term1 OR term2) AND term3
All results should contain term3 plus either term1 or term2.
Key Takeaway: Spacing errors (site: vs site:), Boolean precedence confusion, and platform-specific case sensitivity cause most operator failures. Test operators incrementally, verify platform support, and use parentheses to make Boolean logic explicit.
Frequently Asked Questions
What is the difference between search operators and Boolean operators?
Direct Answer: Search operators are platform-specific commands (like Google's site: or filetype:), while Boolean operators are universal logic terms (AND, OR, NOT) that work across all search systems and databases.
Search operators modify where and how search engines look for terms. Boolean operators define logical relationships between terms. Ahrefs documents approximately 20 working Google-specific operators, while Boolean operators remain consistent across platforms—though syntax requirements vary (uppercase in databases, flexible in Google).
You can combine both: site:example.com (keyword1 OR keyword2) uses the Google operator site: plus Boolean OR.
Do search operators work in all search engines?
Direct Answer: No. Only basic operators (site:, filetype:, intitle:, quotes, minus) work reliably across Google, Bing, and DuckDuckGo. Advanced operators like related:, cache:, and inanchor: are Google-exclusive.
Cross-platform testing shows significant compatibility gaps. Basic operators work on major engines, but specialized functionality remains platform-specific. Bing supports site: and filetype: but not related:. DuckDuckGo supports basic operators but with limited functionality compared to Google.
For academic databases, check specific documentation. Web of Science, PubMed, and Scopus each have unique operator syntax despite supporting standard Boolean logic.
How do you use site: operator to find competitor content?
Direct Answer: Use site:competitor.com plus content-specific operators like intitle:, inurl:, or filetype: to filter by content type. Example: site:competitor.com inurl:blog intitle:"ultimate guide" finds competitor's comprehensive guides.
This approach reveals competitor content strategy without manual site navigation. Add exclusions to remove noise: site:competitor.com -inurl:category -inurl:tag shows individual content pages while excluding taxonomy pages.
For downloadable assets: site:competitor.com filetype:pdf (case study OR whitepaper) surfaces lead magnets and sales collateral.
What are the most useful search operators for SEO?
Direct Answer: site:, intitle:, inurl:, quotation marks, and minus operator deliver 90% of SEO value. These five operators enable indexation audits, competitor analysis, backlink prospecting, and content gap identification.
SEO operator applications:
Indexation audit: site:yourdomain.com shows all indexed pages
Duplicate content: site:yourdomain.com intitle:"exact title" finds duplicate titles
Backlink opportunities: intitle:"write for us" industry -site:pinterest.com
Competitor research: site:competitor.com inurl:blog -inurl:category
Keyword research: "keyword phrase" -site:yourdomain.com finds how competitors use terms
Combine operators for precision: site:competitor.com intitle:keyword filetype:pdf finds competitor's downloadable resources on specific topics.
Can you combine more than 3 search operators?
Direct Answer: Yes. Google supports combining multiple operators in a single query, though complexity increases error risk. Queries with 4-6 operators work reliably when syntax is correct.
Example with 5 operators:
site:linkedin.com/in intitle:"marketing director" "San Francisco" -intitle:senior after:2025-01-01
This combines site:, intitle:, quotation marks, minus operator, and after: to find recently updated LinkedIn profiles of mid-level marketing directors in San Francisco.
Practical limit: While technically possible to combine 10+ operators, queries become fragile and difficult to troubleshoot. Most use cases require 3-5 operators maximum.
Best practice: Build complex queries incrementally. Start with one operator, verify results, add second operator, verify again. This approach identifies which operator causes issues if results break.
Are Google search operators case sensitive?
Direct Answer: No. Google search operators and keywords are case-insensitive. site:Example.com, SITE:example.com, and site:example.com all work identically.
However, Boolean operators in academic databases require uppercase. Web of Science, PubMed, and Scopus interpret AND as an operator but treat and as a keyword. TechTarget confirms: "Capitalize Boolean operators. Operators such as AND, OR and NOT should be entered using uppercase letters."
Platform-specific rules:
- Google: Case-insensitive for everything
- Academic databases: Uppercase Boolean required
- LinkedIn: Case-insensitive Boolean accepted
- Keywords: Case-insensitive across all platforms
What search operators work in LinkedIn?
Direct Answer: LinkedIn supports Boolean operators (AND, OR, NOT), parentheses for grouping, and quotation marks for exact phrases. LinkedIn does not support Google-specific operators (site:, filetype:) or proximity operators (NEAR, W/n).
LinkedIn Boolean syntax:
(marketing OR communications) AND manager NOT (senior OR director) AND "San Francisco"
This finds mid-level marketing/communications managers in San Francisco, excluding senior roles.
LinkedIn-specific features:
- Quotes for exact job titles:
"Marketing Manager" - Parentheses for complex logic:
(startup OR "early stage") - NOT for exclusions:
NOT remote - No wildcards:
market*doesn't work
LinkedIn Help documents that Boolean search is "limited to AND, OR, NOT, parentheses, and quotes."
How do wildcards work in database search operators?
Direct Answer: Wildcards represent unknown characters: * for multiple characters, ? for single character, $ for zero or one character (Web of Science only). Syntax varies by database—PubMed supports only *, while Web of Science supports all three.
Web of Science wildcard examples:
wom*nmatches woman, women, womyncolo?rmatches color, colourorgani$ationmatches organization, organisation
Platform-specific syntax:
| Database | Multiple | Single | Zero/One |
|---|---|---|---|
| Web of Science | * | ? | $ |
| PubMed | * | ✗ | ✗ |
| Scopus | * | ? | ✗ |
| * (word only) | ✗ | ✗ |
Google's wildcard is limited to word placeholders: "Barack * Obama" finds "Barack Hussein Obama" but market* won't match "marketing."
Key Takeaway: Search operators are platform-specific (Google's
site:), while Boolean operators work universally (AND, OR, NOT). Only basic operators work across search engines. LinkedIn supports Boolean logic but not Google operators. Wildcards vary significantly by database, with Web of Science offering the most options.
Take Your Search Strategy Further
Search operators transform vague queries into precision instruments. The 50+ examples in this guide cover Google-specific commands, Boolean logic for databases, and multi-operator combinations that reduce search time by 60-80%.
Start with the five essential operators: site:, intitle:, filetype:, quotation marks, and minus. These deliver immediate value for competitive research, lead generation, and content discovery.
For database searching, master Boolean precedence (NOT, then AND, then OR) and use parentheses to make logic explicit. Academic researchers should learn proximity operators (NEAR/n) for literature reviews.
The most common mistakes—spacing errors and Boolean precedence confusion—are easily avoided with incremental testing. Build queries one operator at a time, verify results, then add complexity.
For businesses looking to systematically track how search engines and AI systems discover and cite your brand, Cited helps you monitor and optimize your presence across traditional search and emerging AI-powered platforms. Understanding search operators provides the foundation—knowing how to become the authoritative source that gets cited takes your strategy to the next level.
Master these operators and you'll never waste time scrolling through irrelevant results again.