One of the things I get asked about constantly is simple ways of doing search engine optimization. Now while SEO can be very complex here is an article that I wrote about some simple but effective things you can do to improve your site’s rankings.
Simple SEO
The foundation of search engine optimization is built with the fundamentals of HTML. Optimizing your website for search engines should begin with analyzing your website’s code to assure that the following tags are present and effectively written.
1. Title tag
The title tag is one of the most important parts of a web page. Not only does it describe to the visitor what they web page contains but it happens to be the first line that is presented to the them in the search engine results. I highly recommend using a brief descriptive title with as many keywords as possible without over doing it.
ex. <title>Essential Information on Breast Cancer, Prostate Cancer, Mesothelioma, Lung Cancer, and More</title>
2. Meta Keywords tag
At this current time it is believed that the majority of the search engines don’t bother to pay attention to this tag anymore but I would still include it regardless. Who knows when things could change so I would be prepared ahead of time in case that happens. Select 10-15 descriptive keywords that relate to your site and use them with this tag. If you need ideas for keywords visit http://inventory.overture.com.
ex. <META NAME="keywords" CONTENT="breast cancer, skin cancer, Lung cancer, Mesothelioma, Asbestos, Leukemia, Lymphoma, Testicular Cancer, bone cancer, prostate, prostate cancer, colon cancer, cancer articles, cancer research, cancer treatment">
3. Meta Description tag
The meta description tag is equally important as the title tag because it is the second line of text that a visitor sees in the search engine results. I recommend using a brief but descriptive summary utilizing as many keywords as possible of what the web page contains. Please remember just don’t over do it. To view an example lets examine the way CancerDaily.com looks in google.
ex. <META NAME="description" CONTENT="Dedicated to providing essential up-to-date cancer information to aid in the effort of increasing cancer awareness and to help those who face this disease.">
4. Heading tag
Following the body tag I highly recommend using a heading tag that contains the same information you used for the title tag. Search engines weigh heavily on this tag. Now to some people this tag can appear ugly because of how large the text is but you can use CSS to control its appearance.
ex. <h1 align=center> Essential Information on Breast Cancer, Prostate Cancer, Mesothelioma, Lung Cancer, and More </h1>
5. Paragraph tag
Next directly under the first heading tag I would place a paragraph tag that contains the same information as your meta description tag. This is because in the event that your Meta description tag is missing or invalid most search engines will use this in place of it.
<p>
Dedicated to providing essential up-to-date cancer information to aid in the effort of increasing cancer awareness and to help those who face this disease.
</p>
Now while the information above won’t make your site rank #1 over night its a good first step to “white hat” SEO techniques.