SEO Page elements

Another facet of SEO to consider before you build your web site is the elements needed to ensure
that your site is properly indexed by a search engine. Each search engine places differing importance
on different page elements. For example, Google is a very keyword-driven search engine; however, it
also looks at site popularity and at the tags and links on any given page.
How well your site performs in a search engine is determined by how the elements of your page
meet the engine’s search criteria. The main criteria that every search engine looks for are the site
text (meaning keywords), tags — both HTML and meta tags — site links, and the site popularity.

Text
Text is one of the most important elements of any web site. Of particular importance are the keywords
within the text on a page, where those keywords appear, and how often they appear. This
is why keyword marketing has become such a large industry in a relatively short time. Your keywords
make all the difference when a search engine indexes your site and then serves it up in
search results.


Tags
In search engine optimization, two kinds of tags are important on your web site: meta tags and
HTML tags. Technically, meta tags are HTML tags, they just appear in very specific places. The
two most important meta tags are the keyword tag and the description tag.
The keyword tag occurs at the point where you list the keywords that apply to your web site. A
keyword tag on a search engine optimization page might look something like this:
<meta name=”keywords” content=”SEO, search engine optimization, page
rank”>
The description tag gives a short description of your page. Such a tag for the search engine optimization
page might look like this:
<meta name=”description” content=”The ultimate guide to search engine
optimization!”>

The title tag is the tag that’s used in the title of your web site. This tag will appear like this:
<Title>Your Title Here</Title>
Once you’ve tagged your site with a title tag, when a user pulls the site up, the title that you entered
will appear at the very top of the page if the user is using an Internet Explorer browser (IE) earlier
than IE7



High-level headings (H1s) are also important when a crawler examines your web site. Your keywords
should appear in your H1 headings, and in the HTML tags you use to create those headings. An H1
tag might look like this:
<h1>High-Level Heading</h1>
Anchor tags are used to create links to other pages.