Web-indexing: Difference between revisions

From Computer Science Wiki
No edit summary
Line 13: Line 13:
[[File:Crawling-indexing-ranking-hero-image.jpg|400px]]
[[File:Crawling-indexing-ranking-hero-image.jpg|400px]]
<br />
<br />
== Video ==
Try this to help you understand this better: https://www.youtube.com/watch?v=SW_gfeug9hM


== Standards ==
== Standards ==

Revision as of 22:11, 6 November 2019

Web Science[1]

Search engine indexing collects, parses, and stores data to facilitate fast and accurate information retrieval. Index design incorporates interdisciplinary concepts from linguistics, cognitive psychology, mathematics, informatics, and computer science. An alternate name for the process in the context of search engines designed to find web pages on the Internet is web indexing.[2]

Search engines index websites in order to respond to search queries with relevant information as quickly as possible. For this reason, it stores information about indexed web pages, e.g. keyword, title or descriptions, in a database. This way search engines can quickly identify pages relevant to a search query.

Indexing has the additional purpose of giving a page a certain weight, as described in the search algorithms. This way search results can be ranked, after being indexed.[3]


When you look at a search results page, you are looking at the results of your search query against the web index for that search engine.

This image used with permission from Stone Temple [4]
Crawling-indexing-ranking-hero-image.jpg

Video[edit]

Try this to help you understand this better: https://www.youtube.com/watch?v=SW_gfeug9hM

Standards[edit]

These standards are used from the IB Computer Science Subject Guide[5]

  • Outline the purpose of web-indexing in search engines.

References[edit]