If
you don't want to go to the trouble of proper keyword research and
simply want to do the bare minimum to improve the rankings of existing
pages, you can start here (although I recommend you at least take the
main keywords of the page and see if you could swap them for better
ones. Try the Google keyword tool's Site-Related Keywords setting).
Once you've decided on the keyword phrases for a page:
1.
Create a title using your main keyword. If they fit nicely and the
title still reads well also include one or both of your secondary
phrases. Sometimes your main keyword will be part of one of your
secondary keywords, making this easy. Don't make your title really long.
2.
Put your title text in the HTML TITLE tag at the top of the page code,
right after the opening HEAD tag. The less clutter the search engine has
to go through before finding the important stuff, the better.
For example:
<head>
<title>My Title Here</title>
3.
Write a description of the page content that would entice someone
reading it to visit your page. Incorporate your keywords, and use your
most important keyword phrase first, because the order gives an
indicator of relevancy. Put this description into a meta description tag
in your HTML code immediately after your TITLE tag.
Example:
<meta
name="description" content="Learn how main keyword phrase can help you
and what keyword phrase2 is really all about" />
4.
Put your keyword phrases into a meta keywords tag immediately after
your meta description tag. Your most important keyword phrase should be
first, followed by the second most important and so on.
Example:
<meta name="keywords" content="main keyword phrase, keyword phrase2, keyword phrase3" />
I
often separate keywords with spaces instead of commas (except on
blogs), ensuring search engines find exact matches to more search
phrases (Google ignores the commas, and gives little weight to the meta
keywords anyway). For example, if your meta keywords tag contains "best
SEO, ranking advice" many SE's won't match for "SEO ranking." Bear in
mind though that this means a few of the smaller -- and consequently,
less important -- search engines will see your keywords as one big
phrase.
Avoid repeating any phrase more than two
or three times in either the title, meta description or meta keywords
tags. Never stuff any of them with lots of keywords or use irrelevant
keywords (this is what's known as "keyword stuffing").
The
fewer the words in your title, meta keywords and meta description tags,
the more "relevancy points" each of them will get. e.g., take 100% as
the maximum relevancy of the title tag to the page. 100% divided by 20
words gives 5% relevancy for each word. 100% between just 4 words gives a
25% relevancy. Whilst this generally isn't a major issue, it should be
born in mind that the more words you add, the more the importance of
each is diluted
5. Put your title text in a H1 or
H2 heading at the top of your page. Try and make this the first text on
the page whenever possible (perhaps by making any preceding text into
images).
Example:
<h1>My Title Here</h1>
<p>My first paragraph of text</p>
Tip: Use CSS to style your heading tags so they aren't huge and suit your page design.
6. Use your keyword phrases in the first one or two sentences right after the H1 title.
7.
Also use your keyword phrases naturally and SPARINGLY throughout the
content, together with other synonyms. Don't try and force keywords in
where they don't fit. Take the length of the text as your guide to if,
and how often they should be repeated. You can use one of the free Keyword Density Analyzers for this or WebCEO's Density Analysis Report.
If
it sounds contrived when you read it, you've probably overdone it.
Better to add more synonyms and other phrases common to the theme (other
terms you might expect to find within the topic, which aren't synonyms
of nor directly related your keywords). I suggest you ignore anything
you might hear about LSI (Latent Semantic Indexing)
-- it's far too complex and based on such a massively large data set
that it's a waste of time trying to manipulate the search engines on
this score, and far easier just to write quality focused content.
7.
Use your keyword phrases again at the very end of the page if possible.
I mean the last sentence or two of text on the page, before the closing
BODY tag, not the end of the article.
8. If possible, make use of your secondary keyword phrases in H2 or H3 subheadings within your article or content.
9.
An image somewhere near the top of the page with a file name of
"main-keyword-phrase-something.gif" and an ALT attribute of "main
keyword phrase something" also helps relevancy.
10.
Save the page as "my-main-keyword-phase.html" or "my-page-title.html".
Use hyphens, not underscores as word separators. Google reads a hyphen
as a space, but an underscore as a character.
11.
Internal links to the page (links from other pages on your website)
should use its main keyword in the anchor text (the part you click).
Example:
<a href="my-page-title.html">My Page Title</a>
12.
Keep related pages in a single directory (web folder) named after the
common theme. Usually this will be a keyword applicable to them all.
13.
Each directory should have an index page listing all the pages within
it, as per point 11 above. Every page in the directory should link bank
to this index page.
14. Your website should
consist of an main index page/ homepage, containing links to the index
page of each directory. Ideally keep to 1 level of subdirectories, e.g.,
mysite,com/directory/page.html. Don't go beyond 2 levels deep. Although
if given enough incentive they will, search engines aren't overly
enthusiastic about crawling down further than that, so you'd just be
creating unnecessary difficulties for yourself.
15. Make a sitemap
and link to it from your home page. This will further help Google and
the other main search engines find all your pages and monitor updates.
There are many ways you can do this, so your best bet is probably to look on Google
for the solution that fits your needs. My suggestion is to go for
something that updates automatically, or use one of the free online
builders or scripts.