kb/data/developer.mozilla.org/en-US/docs/Glossary/Search_engine-0.md

10 KiB

title chunk source category tags date_saved instance
Search engine - Glossary | MDN 1/3 https://developer.mozilla.org/en-US/docs/Glossary/Search_engine reference web, html, css, javascript, documentation 2026-05-05T05:44:48.478166+00:00 kb-cron

MDN HTML HTML: Markup language

HTML reference

HTML guides

Markup languages

CSS CSS: Styling language

CSS reference

CSS guides

Layout cookbook

JavaScriptJS JavaScript: Scripting language

JS reference

JS guides

Web APIs Web APIs: Programming interfaces

Web API reference

Web API guides

All All web technology

Technologies

Topics

Learn Learn web development

Frontend developer course

Learn HTML

Learn CSS

Learn JavaScript

Tools Discover our tools

About Get to know MDN better

Blog

  1. Glossary
  2. Search engine

Search engine

A search engine is a software system that collects information from the World Wide Web and presents it to users who are looking for specific information. A search engine conducts the following processes:

  • Web crawling: Searching websites by navigating Hyperlinks on web pages, both within a site, and from one site to another. A website owner can exclude areas of the site from being accessed by a search engine's web crawler (or spider), by defining "robot exclusion" information in a file named robots.txt.
  • Indexing: Associating keywords and other information with specific web pages that have been crawled. This enables users to find relevant pages as quickly as possible.
  • Searching: Looking for relevant web pages based on queries consisting of key words and other commands to the search engine. The search engine finds the URLs of pages that match the query, and ranks them based on their relevance. It then presents results to the user in order of the ranking.

The most popular search engine is Google. Other top search engines include Yahoo!, Bing, Baidu, and AOL.

In this article

See also