Skip to content

Latest commit

 

History

History
167 lines (86 loc) · 1.89 KB

Google It.md

File metadata and controls

167 lines (86 loc) · 1.89 KB

Google It

Google like a PRO. Googling..

#google #learntocode #programminghumor #searchtips #productivity

Error message

Search exact error message.

SyntaxError: invalid syntax

site:url

Put site: in front of a site or domain.

example site:nytimes.com

file:pdf

You can use the filetype: operator in Google Search to limit results to a specific file type or file extension.

filetype:rtf galway

exact "word"

Put a word or phrase inside quotes.

"tallest building"

exclude -

Put - in front of a word you want to leave out.

jaguar speed -car

after:2020

spider man after:2000

before:

spider man before:2000

range of ..

Put .. between two numbers.

2015..2019

price:

camera $50..$100

*wildcard

Data science, analysis, engineer...

python data * roadmap

find all subdomains:

site:fireship.io -www

related:url

Put "related:" in front of a web address you already know.

related:time.com

cache:url

Put cache: in front of the site address.

social media

Put @ in front of a word to search social media.

john doe @twitter

hashtags

Put # in front of a word.

#throwbackthursday

combine OR

Put OR between each search query.

marathon OR race

image size

Right after the word you're looking for, add the text imagesize:widthxheight. Make sure to add the dimensions in pixels.

banner imagesize:468x60

Resources