View Full Version : Important components in SEO


indexi
05-05-2007, 08:01 AM
Before building a website its important to plan your SEO.
I will list few important components that will improve your position on search engines.
MetaTags
This is one of most important component to most search enignes.
description: this tag is used to give a description of the site.
keywords: list of keywords, separate either by commas.

MetaTags located in the heading of the page <HEAD>....</HEAD>.

Example:
<HEAD>
<meta name="description" content="Your desc goes here.">
<meta name="keywords" content="keyword1, keyword2, keyword3, keyword4">
</HEAD>

Tool that will help your to find good keywords:
http://www.indexinetwork.info/pages/keyword_marketing.html

Tag generator:
http://www.indexinetwork.info/pages/gen_meta.html

Title Tag
This element defines the title of the document, its very important to use a good
title and your can add few keywords in your title - its can help.
The title tag will appear in search engines as your document title.

Title Tag located in the heading of the page <HEAD>....</HEAD>.

Example:
<HEAD>
<title>My website - all about xxx, xxx, xxx</title>
<meta name="description" content="Your desc goes here.">
<meta name="keywords" content="keyword1, keyword2, keyword3, keyword4">
</HEAD>

How your website will look in search engines:

My website - all about xxx, xxx, xxx (Title Tag)
Your desc goes here. (Description Meta Tag)

<H1> to <H6> tags
The <h1> to <h6> tags define headers. <h1> defines the largest header. <h6> defines the smallest header.
Search engines see the text between this tag as more important.

Headers tags located in the body of the page <BODY>....</BODY>.

Example:
<BODY>
<H1>Your website name</H1>
<H2>Your slogan</H2>
<H3>Category name</H3>
</BODY>

URL
The URL is very important SEO component.
Domain with keyword will get ranked higher.
Example:
http://www.name-seo-web-directory.com will be better then http://www.name.com.

The inner pages are important too, keywords in your pages name will help your too.
Example:
http://www.name-seo-web-directory.com/about-name-seo-web-directory.html
http://www.name-seo-web-directory.com/submit-to-seo-web-directory.html

If your are useing dynamic pages like PHP you can use Mod_ReWrite,
more info your can find here: http://httpd.apache.org/docs/1.3/mod/mod_rewrite.html#RewriteRule

Robots.txt
This file must be accessible via HTTP on the local URL "/robots.txt".
The following example "/robots.txt" file specifies that no robots should visit /tmp and /admin.html
# robots.txt for http://www.name-seo-web-directory.com/

User-agent: *
Disallow: /tmp/
Disallow: /admin.html
ALT tag
This tag shows search engines the images description and the text will appares when the image
file is not shown

Example
<img src="/images/enter.jpg" alt="Enter to name seo web directory" />

I realy hope i help :)
Garry Lachman,
IndexI Network,
http://www.indexi.info
http://www.indexinetwork.info

The artical can be found here: http://www.indexi.info/Important-components-in-seo.html

kutsarita
05-07-2007, 07:08 AM
Hmmm... this could help... thanks for sharin.. i'd like to add something..
SEs loves fresh and unique contents....

indexi
05-11-2007, 12:57 AM
thnx :) add

harrysmith
05-11-2007, 05:13 AM
All that was about onpage optimization and is very useful; :D
you should also concentrate on link building from relevant site this will also help you in getting targetted traffic and keywords used as anchor test will get up in serp.

indexi
05-11-2007, 05:50 AM
thnx :) when i will have time i will write artical about link building :)

Mit
05-11-2007, 09:52 AM
nice information.... keep writing.....

indexi
05-11-2007, 11:02 AM
thnx man