In continuation with the series, this article explains how search engines rank pages. This may be helpful to entrepreneurs looking to develop a website which will receive a higher ranking on the search engines.
Contributed by Pawan Gupta
How Do Search Engines Rank Pages (or your web-site)?
Before you try to add your site to the search engines, you should understand what they look for when they decide how to rank your site. Just because you’re listed doesn’t mean you’ll get traffic. You have to make sure your site is search engine ready.
The general rule of thumb is that most engines use a “formula” to determine keyword relevancy. The technical term is called an “algorithm”, and each search engine has its own unique algorithm that it uses to rank pages.
Generally, this magic formula consists of your page title, overall body content and the number and quality of links pointing back to your site, how long people stay on your site, etc.
It’s important to note that every engine is different. Some may look at inbound links (number of people linking to you), others may place more emphasis on your body content. These days, meta tag content is becoming less and less important. (meta tags are pieces of code in a page which give more information about the page, like author, date of creation, purpose of document, contact no., etc etc)
In case you don’t know, meta tags are hidden descriptors that appear at the beginning of your HTML code, inside your <head> tag. They may be invisible to your visitor’s eyes, but search engine spiders can read them.
They usually consist of a title, description, and keyword tag and they look something like this:
<head>
<title>Title of Your Site</title>
<meta name=”description” content=”Description of your site here.”>
<meta name=”keywords” content=”keywords separated by commas”>
</head>
Because of abuse, many search engines no longer use these tags to help rank pages, but you should still include them because they do use them to display information about your site. For example, whatever is inside the <title> tag is what the search engine will use as the title of your site in the search results.
Recent Member Comments