computer.howstuffworks.com Open in urlscan Pro
18.245.86.38  Public Scan

URL: https://computer.howstuffworks.com/internet/basics/google1.htm
Submission: On August 21 via api from LU — Scanned from DE

Form analysis 5 forms found in the DOM

GET https://s.howstuffworks.com/serp

<form action="https://s.howstuffworks.com/serp" method="get" class="hidden lg:block mb-0">
  <div class="flex">
    <input id="keywords" name="q" class="focus:ring-primary flex-1 block px-4 py-2 min-w-225 placeholder-gray-dark text-dark-gray transition duration-150 ease-in-out text-sm leading-5" placeholder="Search...">
    <button type="submit" class="inline-flex items-center self-center text-sm bg-green text-white transition-colors duration-300 ease-in-out hover:bg-primary px-3 py-2">
      <svg class="fill-current" xmlns="http://www.w3.org/2000/svg" width="25.537" height="25.543" viewBox="0 0 25.537 25.543">
        <path d="M29.737,28.187l-7.1-7.169A10.121,10.121,0,1,0,21.1,22.575L28.154,29.7a1.093,1.093,0,0,0,1.543.04A1.1,1.1,0,0,0,29.737,28.187ZM14.681,22.661a7.992,7.992,0,1,1,5.653-2.341A7.943,7.943,0,0,1,14.681,22.661Z"
          transform="translate(-4.5 -4.493)"></path>
      </svg>
      <span class="sr-only">Submit Search</span>
    </button>
  </div>
</form>

GET https://s.howstuffworks.com/serp

<form action="https://s.howstuffworks.com/serp" method="get">
  <div class="flex">
    <input id="keywords-mobile" name="q" class="focus:ring-primary flex-1 block px-4 py-2 w-full placeholder-gray-dark text-dark-gray transition duration-150 ease-in-out sm:text-sm sm:leading-5" placeholder="Search...">
    <button type="submit" class="inline-flex items-center self-center text-sm bg-green text-white px-3 py-2">
      <svg class="fill-current" xmlns="http://www.w3.org/2000/svg" width="25.537" height="25.543" viewBox="0 0 25.537 25.543">
        <path d="M29.737,28.187l-7.1-7.169A10.121,10.121,0,1,0,21.1,22.575L28.154,29.7a1.093,1.093,0,0,0,1.543.04A1.1,1.1,0,0,0,29.737,28.187ZM14.681,22.661a7.992,7.992,0,1,1,5.653-2.341A7.943,7.943,0,0,1,14.681,22.661Z"
          transform="translate(-4.5 -4.493)"></path>
      </svg>
      <span class="sr-only">Submit Search</span>
    </button>
  </div>
</form>

<form id="chatbox-form">
  <input type="hidden" name="formloc" value="Chatbox">
  <input type="hidden" name="c" x-data="{ c : userData.country }" :value="c" value="DE">
  <div style="position: absolute; left: -5000px;" aria-hidden="true"><input name="website" type="text" autocomplete="off" tabindex="-1" value=""></div>
  <div class="p-1 flex items-center">
    <input type="email" value="" name="email" placeholder="Enter your email" class="w-5/6 text-md p-3 placeholder-gray-dark text-gray-darkest focus:outline-none required">
    <button id="chatbox-subscribe" class="p-1 m-2 text-green">
      <svg class="fill-current" xmlns="http://www.w3.org/2000/svg" width="26.833" height="23" viewBox="0 0 26.833 23">
        <title>Mobile Newsletter chat subscribe</title>
        <path d="M3.013,27.5,29.833,16,3.013,4.5,3,13.444,22.167,16,3,18.556Z" transform="translate(-3 -4.5)"></path>
      </svg>
    </button>
  </div>
</form>

<form id="popup-form" x-data="{cta : (userData.country == 'US') ? 'Get the HowStuffWorks Newsletter' : 'Subscribe to our free newsletter'}">
  <input type="hidden" name="formloc" value="Popup">
  <input type="hidden" name="c" x-data="{ c : userData.country }" :value="c" value="DE">
  <div class="mb-3">
    <input type="email" value="" name="email" placeholder="Enter your email" class="w-full border border-gray text-sm px-4 py-3 focus:outline-none placeholder-gray-dark text-gray-darkest required">
    <div x-data="{ visible : userData.country != 'US' }" x-show="visible" class="mt-2 text-md text-gray-darker">Send me the latest news in science, culture and tech!</div>
  </div>
  <div class="mb-2">
    <div style="position: absolute; left: -5000px;" aria-hidden="true"><input name="website" type="text" autocomplete="off" tabindex="-1" value=""></div>
    <input type="submit" :value="cta" name="subscribe" id="popup-subscribe" class="w-full py-3 bg-mid-blue text-white text-sm font-bold inline-block cursor-pointer" value="Subscribe to our free newsletter">
  </div>
  <div id="popup-success" class="hidden text-gray-dark p-2"></div>
  <div id="popup-failure" class="hidden text-gray-dark p-2"></div>
</form>

<form id="subscribe-form" class="validate" x-data="{cta : (userData.country == 'US') ? 'SIGN UP' : 'Subscribe'}">
  <div x-data="{ visible : userData.country != 'US' }" x-show="visible" class="mb-3 text-xl text-white">Send me the latest news in science, culture and tech!</div>
  <div class="flex flex-col lg:flex-row max-w-500 mx-auto">
    <input type="hidden" name="formloc" value="Footer" aria-hidden="true">
    <input type="hidden" name="c" x-data="{ c : userData.country }" :value="c" value="DE">
    <input type="email" name="email" class="focus:outline-none flex-1 block px-4 py-2 w-full placeholder-gray-dark text-dark-gray transition duration-150 ease-in-out text-xl sm:leading-5" placeholder="name@email.com">
    <input type="submit" id="subscribe-submit" class="btn self-center lg:self-start mt-3 lg:mt-0 text-xl bg-green text-white px-11 py-4" :value="cta" value="Subscribe">
  </div>
  <div style="position: absolute; left: -5000px;" aria-hidden="true"><input name="website" type="text" autocomplete="off" tabindex="-1" value=""></div>
  <div id="subscribe-success" class="mt-3 text-lg hidden"></div>
  <div id="subscribe-failure" class="mt-3 text-lg hidden"></div>
</form>

Text Content

___

Mobile Menu
HowStuffWorks
Science Tech Home & Garden Auto Culture
More More
Health Money Animals Lifestyle Entertainment Quizzes Coupons
Mobile Newsletter
1
Submit Search
Search Close Search
 * Science
 * Tech
 * Home & Garden
 * Auto
 * Culture
 * Health
 * Money
 * Animals
 * Lifestyle
 * Entertainment

 * Quizzes
 * Coupons

Submit Search
Sign up for our Newsletter!
Mobile Newsletter banner close
HowStuffWorks Newsletter
Mobile Newsletter chat close
Mobile Newsletter chat dots
Mobile Newsletter chat dots
Mobile Newsletter chat dots
Mobile Newsletter chat avatar

Mobile Newsletter chat subscribe

Prev NEXT

Advertisement


HowStuffWorks
Tech
Computer
Internet
Internet Basics



HOW GOOGLE WORKS

Prev NEXT
By: Jonathan Strickland & John Donovan

 * Share Content on Facebook
 * Share Content on LinkedIn
 * Share Content on Flipboard
 * Share Content on Reddit
 * Share Content via Email


THE GOOGLE SEARCH ENGINE

"" The Google search engine remains the cornerstone of just about everything the
company does. Carsten Koall/Getty Images

As large as Google has grown, as many changes as it has seen, its primary
purpose is still clear: To help users find what they want on the internet. And
that's where Google's search engine shines.

Pandu Nayak has been with the company for more than 14 years and is now the vice
president for search.

Advertisement



"One kind of primary thing that has not changed, in those 14 years, which I
value tremendously, is this idea that we built search for users, we built search
because people come to Google for things that matter in their lives," Nayak
says. "[It] is our deep, deep responsibility to give them great results, great
answers great experiences, and help them go about their lives more effectively.

"This focus, which really goes back to the mission statement ... is still one
that drives us through all of these changes."

Google's search engine is a powerful tool, but the internet is a big place. It's
sometimes hard to find what you're looking for. Nayak and many others throughout
the company work with the idea that getting you what you're after — figuring out
what you want — is their responsibility, no matter what you type into the search
bar. They study language and intent, incorporate machine learning and artificial
intelligence and note every search that is undertaken, all in an effort to make
it easier on the user.

It started years ago, and continues today, as the Google search engine has
learned the difference between, say, Penélope Cruz and the Chevy Cruze, as it's
figured out that in some cases, people use the word "change" and "convert" for
the same action.

Nayak has gone through the implementation of spell correction, and the synonym
finder, and universal search, which gives users not only web pages that they may
be looking for, but photos, videos and more.

When he joined the company, he (like many others) thought Google worked
astoundingly well. But as expectations for the search engine — and the company —
have grown, expectations have changed. Or converted.

"Nobody, absolutely nobody comes and tells me that, 'Oh, you know the other day,
I did a search and, you know, it worked really well,'" Nayak says with a laugh.
"No one says that.

"Our endeavor is that you don't need any special expertise in searching. We want
to be able to find ways to understand what it is you're looking for ..."

All that said, Google can help narrow down what you're looking for with
specialized searches. You can browse through different categories that pertain
to your keywords, including:

 * Images
 * Maps
 * News articles or video footage
 * Products or services you can purchase online
 * Content in books
 * Videos
 * Scholarly papers

For example, if you search for the term "Planet Earth" in the news category, the
results will include only news articles that contain those keywords. The results
will look very different from Google's normal SERP.

Like all search engines, Google uses a special algorithm to determine its search
results. While Google shares some facts about its algorithm, the specifics are a
company secret. This helps Google remain competitive with other search engines
and reduces the chance of someone finding out how to abuse the system.

Google uses automated programs called spiders or crawlers, just like most search
engines, to help generate its search results. Google has a large index of
keywords that help determine search results. What sets Google apart is how it
ranks its results, which determines the order Google displays results on its
search engine results pages. Google uses a trademarked algorithm called
PageRank, which assigns each Web page a relevancy score.

A Web page's PageRank depends on a few factors:

 * The frequency and location of keywords within the Web page: If the keyword
   appears only once within the body of a page, it will receive a low score for
   that keyword.
 * How long the Web page has existed: People create new Web pages every day, and
   not all of them stick around for long. Google places more value on pages with
   an established history.
 * The number of other Web pages that link to the page in question: Google looks
   at how many Web pages link to a particular site to determine its relevance.

Out of these three factors, the third is the most important. Because Google
looks at links to a Web page as a vote, it's not easy to cheat the system. The
best way to make sure your Web page is high on Google's search results is to
provide great content so that other sites will link to your page. The more links
your page gets, the higher its PageRank score will be. If you attract the
attention of sites with a high PageRank score, your score will grow faster.


Does Whatever a Spider Can

A search engine spider does the search engine's grunt work: It scans Web pages
and creates indexes of keywords. Once a spider has visited, scanned, categorized
and indexed a page, it follows links from that page to other sites. The spider
will continue to crawl from one site to the next, which means the search
engine's index becomes more comprehensive and robust.

Previous 1 2 3 … 4 5 6 7 Next Page
Cite This!

Please copy/paste the following text to properly cite this HowStuffWorks.com
article:

Copy
Jonathan Strickland & John Donovan "How Google Works" 30 May 2019.
HowStuffWorks.com.
<https://computer.howstuffworks.com/internet/basics/google.htm> 21 August 2024
Close
Print | Citation
More Awesome Stuff
Computer
Why is the Google algorithm so important?
Innovation
How Old Is Google?
Computer
What is Bing? A Close Look at How Microsoft Bing Works
Computer
How Search Engine Optimization Works
Computer
How Google Docs Works
Computer
Does 'to the cloud' mean the same thing as 'let's Google that'?
Computer
Will Google destroy Microsoft?
Computer
How Google Calendar Works
Computer
How the Google Cloud Works
Computer
What is deep linking?
Computer
Private Browsers Aren't All Equally Private
Computer
How Google Books Works

Advertisement



Advertisement



Advertisement


We're as obsessed with finding answers as you are.
Send me the latest news in science, culture and tech!



Success
You are now subscribed.
Continue
Close
Newsletter Sign Up
Send me the latest news in science, culture and tech!




HowStuffWorks Logo

Learn How Everything Works!

 * HowStuffWorks on Facebook
 * HowStuffWorks on YouTube
 * HowStuffWorks on Instagram

Company

 * About
 * Careers
 * Contact Us
 * Help
 * Sitemap

Information

 * Terms
 * Reprints
 * Privacy Policy
 * Manage Preferences

Explore

 * Quizzes
 * Coupons
 * Video

Privacy Policy Terms
Manage Preferences

Copyright © 2024 HowStuffWorks, a System1 Property


WE CARE ABOUT YOUR PRIVACY

We and our 726 partners store and/or access information on a device, such as
unique IDs in cookies to process personal data. You may accept or manage your
choices by clicking below, including your right to object where legitimate
interest is used, or at any time in the privacy policy page. These choices will
be signaled to our partners and will not affect browsing data.


WE AND OUR PARTNERS PROCESS DATA TO PROVIDE:

Use precise geolocation data. Actively scan device characteristics for
identification. Store and/or access information on a device. Personalised
advertising and content, advertising and content measurement, audience research
and services development. List of Partners (vendors)

Accept & Continue Show Purposes