10 KiB
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 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
- Using the Web animation API
- Using the Fetch API
- Working with the History API
- Using the Web speech API
- Using web workers
Technologies
Topics
Learn Learn web development
Frontend developer course
- Getting started modules
- Core modules
- MDN Curriculum
- Check out the video course from Scrimba, our partner
Learn HTML
Learn CSS
Learn JavaScript
Tools Discover our tools
About Get to know MDN better
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
- Web search engine on Wikipedia
- Search engine on Webopedia
- How Internet search engines work on How Stuff Works