WHAT IS SEARCH ENGINE INDEX?
Technical SEO can often be brushed aside a bit too easily in favor of things like content creation, social media and link building. However, I have always believed that there are many opportunities for increasing traffic by looking inwards rather than outwards. One of the biggest areas of this for me is to make sure that your website is as accessible as possible to the search engines.
To help keep things in a logical structure, I have divided the post into three main areas:
*Crawling
*Indexing
*Ranking
I have explained this blog post at the concept of indexing process in SEO.In my future post will show the crawling and ranking process in SEO.
Search engine indexing is the process of a search engine collecting, parses and stores data for use by the search engine. The actual search engine index is the place where all the data the search engine has collected is stored. It is the search engine index that provides the results for search queries, and pages that are stored within the search engine index that appears on the search engine results page. Without a search engine index, the search engine would take considerable amounts of time and effort each time a search query was initiated, as the search engine would have to search not only every web page or piece of data that has to do with the particular keyword used in the search query but every other piece of information it has access to, to ensure that it is not missing something that has something to do with the particular keyword. Search engine spiders, also called search engine crawlers, are how the search engine index gets its information, as well as keeping it up to date and free of spam.
There are many different parts to a search engine index, such as design factors and data structures. The design factors of a search engine index design or outline the architecture of the index and decide how the index actually works. The parts all combine to create the working search engine index and include:
Merge factors, which decide how the information enters the index, deciding whether the data is new data or data that is being updated.
Index size, which pertains to the amount of computer space necessary to support the index.
Storage techniques, which is the decision of how the information should be stored. Larger files are compressed while smaller files are simply filtered.
Fault tolerance refers to the issue of how important it is for the search engine index to be reliable.
Lookup speed is exactly as it sounds, pertaining to how quickly a word can be found when the data is searched in the inverted index.
Maintenance is an important factor as well because the better maintained a search engine index, the better it works.
When a search engine index is being built, there are also many different types of data structures to choose from. Choosing a particular data structure for a search engine index is like deciding on a particular form for a web page, and depends on the factors that the search engine will serve. These data structures can be:
Suffix tree - Supports linear time lookup and is structured like a Tree.
Tree -An ordered tree data structure that stores an associative array where the keys are strings.
Inverted index –Stores a list of occurrences in the form of a hash table or a binary tree.
Citation index – Stores citations or hyperlinks between certain documents to support citation analysis.
Ngram index – Stores sequences of the length of data, which supports other types of retrieval. Sometimes supports text mini too.
Term document matrix – This is used in the latent semantic analysis. A term-document matrix stores the occurrences of words in documents in a two-dimensional sparse matrix.
These different types come together with architecture and build a search engine index that is ready to use, and quickly returns the results that the visitor is looking for.so before ranking google index is an important criterion for success.I hope you understood the concept of google indexing process clearly.The successful SEO dreamer must get the knowledge in crawling, indexing, ranking.I will discuss later for crawling and ranking process.These three are the essential process for the top rank.
Comments
Post a Comment