Core Operators
| Operator | Purpose | Quick Example |
|---|---|---|
filetype:pdf |
Return only PDF files. | recipe filetype:pdf |
intitle: |
Term must appear in the document title. | intitle:recipe filetype:pdf |
intext: |
Term must appear in the body text. | intext:"chocolate" filetype:pdf |
site: |
Restrict to a domain or TLD (.edu, .gov, etc.). | site:edu intitle:recipe filetype:pdf |
- (minus) |
Exclude terms or domains. | "lasagna recipe" filetype:pdf -site:pinterest.com |
"…" |
Match an exact phrase. | "pumpkin pie recipe" filetype:pdf |
OR |
Match either of two terms/phrases. | ("apple pie" OR "pumpkin pie") filetype:pdf |
Combine operators freely
Quotes tighten results
Exclude noisy sites
Use site:edu / site:gov
Targeting Tips
- University & gov PDFs: Add
site:eduorsite:govfor handouts and booklets. - Regional cuisines: Pair cuisine with a dish:
"aloo gobi" OR "palak paneer". - Exclude fluff: Remove social sites via
-site:pinterest.com -site:facebook.com. - Collections: Try
"recipe booklet" OR "community cookbook"withfiletype:pdf.
Order doesn’t matter much; Google parses operators anywhere in the query.
Copy-Paste Examples
-
Basic recipe PDFs
recipe filetype:pdf -
Exact dish phrase
"chocolate cake recipe" filetype:pdf -
Title must include “recipe”
intitle:recipe filetype:pdf -
Title includes recipe + body mentions spinach
intitle:recipe intext:spinach filetype:pdf -
University sources
intitle:recipe filetype:pdf site:edu -
Exclude noisy domains
"lasagna recipe" filetype:pdf -site:pinterest.com -site:scribd.com -
Either of two pies
(intitle:recipe OR intext:recipe) ("apple pie" OR "pumpkin pie") filetype:pdf -
Cuisine + ingredient focus
(intitle:recipe OR "recipe booklet") intext:chicken site:gov filetype:pdf -
Community cookbooks
("community cookbook" OR "church cookbook" OR "recipe collection") filetype:pdf -
Dietary filters
(vegan OR gluten-free) intitle:recipe filetype:pdf -site:pinterest.com
Build a Query (fill & paste)
Swap values inside quotes, keep filetype:pdf, and add/remove exclusions as needed.
"dish or cuisine here" (intitle:recipe OR intext:recipe) filetype:pdf
site:edu -site:pinterest.com -site:facebook.com
Examples you can tweak
"tandoori chicken" (intitle:recipe OR intext:recipe) filetype:pdf site:edu
"pumpkin pie" intitle:recipe filetype:pdf -site:pinterest.com -site:scribd.com
("soup" OR "stew") intext:recipe filetype:pdf site:gov