|
|
Optimizing Your Website For Maximum Page Rank
By Stoney deGeyter
Expert Author
Article Date: 2009-08-04
In my post a week ago I discussed how to build an effective website that promotes your products and services. In this post I want to zoom in even further to look at the elements required to creating an effective web page. Even if you hire web developers to build or manage your website, it's important for you as well to have a basic understanding of the various elements necessary to build a successful web-page.
Ignorance of these things may be bliss until you realize you have spent hundreds or even thousands of dollars on a beautiful website that is in no way search engine friendly.
Having a basic understanding of the construct of your web pages allows you to ensure that the marketers will be able to work with what's been developed without asking for a redesign of the entire site. To successfully optimize your pages for search engine rankings many key elements that must be properly implemented.
Title Tag
Websites don't operate like a book or a brochure, where pages simply flow from one to the next. Every web page on your site is considered a unique document and it needs to be able to stand alone, as well as part of the collective whole. To help establish each page's "identity" (for lack of a better word,) each web page should be given its own unique purpose. The page's title tag is used to identify that purpose.
The title of each web page is found in the <title> tag between the opening and closing <head> tags. For the most part the title is unseen to the visitor except in the top bar of your web browser or in the search results.
<head> <title>E-Marketing Intelligence - Up to date search engine marketing information from the Internet marketing experts.</title> </head>
Your title needs to accurately reflect the content of the page. Keep it short, approx 8-12 words, and include the primary relevant keywords. Since this appears as the clickable text in the search results you also want to make it compelling. You're competing for attention here so make it good.
The title tag of each page should be unique. Don't use on-size-fits-all title tags, throwing them all dozens of site pages at a time. Take the time to craft one specifically for each page.
Meta Description
The Meta Description tag is a way to provide the search engines a summary of the page's content. Completely unseen to the human visitor, it can sometimes be displayed as the descriptive text below the clickable title in the search results.
In your code, the Meta Description is placed between the <head> tags below the title.
<head> <title></title> <meta name="description" content="(EMP) E-Marketing Performance, E-Marketing information and search engine marketing resources: Featuring up to date search engine marketing and optimization information covering a variety of topics relevant to the search marketing and Internet promotion industries. Search marketing information to render your competition powerless." /> </head >
Your Meta Description should be between 20-50 words in length. It factors in very little in terms of search engine rankings. Your primary benefit is as the description text in the search results, so again, use keywords but make it compelling. It's still a good idea to use unique descriptions on your pages, especially if you are targeting specific keywords. If your page doesn't have a specific keyword focus then it's OK to leave off the description completely.
Meta Keywords
The Meta Keyword tag has so little relevance that it's barely even worth mentioning here. Typically it appears below the Meta Description, but again, it can be left off entirely and nobody would be the wiser, not even the search engines.
<head> <title></title> <meta name="description" content="" /> <meta name="keywords" content="e-marketing intelligence, Internet marketing information, search marketing resources, search marketing industry news" /> </head>
Heading Tags
Heading tags are generally used as paragraph headings for your body content. It's a short headline placed in <hx> tags (<h1>, <h2>, . . . <h6>.) On the page they are excellent for providing visual separation of content, making pages easier to skim.
<body> <h2>Heading tags are really neat-o</h2> </body>
Headings should be used as you would outline a term paper. Each page should only have one H1 tag. Your main sections of the page should use H2 tags, and then sub-sections can use any lower numb heading tags as needed.
You can also use your H2 as a sub-headline below the H1, in which case your main sections would be H3 with sub-sections using lower heading numbers as needed.
Body Content
The visible text of each web page is the single most important element for marketing and ranking purposes, with the exception of the <title> tag. Most body content is located between the <body> tags and usually placed in <p> (paragraph) tags.
<body> <h2></h2> <p>Your main body content sells your product or services</p> </body>
It's important that the textual content be in HTML form and not embedded within images or flash. Search engines are getting better at reading images and flash, but nothing beats text used in the proper paragraph format.
Use your keywords within the textual content but don't muck it up by trying to stuff them in everywhere you can. Text should be written in natural language, clear of grammatical and spelling errors.
Images
Images can be used to convey many important concepts and visual cues to the visitor while also giving your site a more professional or elegant look. It's important to use images properly but within moderation, consistent with the needs of your target audience. As mentioned earlier, text in images is typically invisible to the search engines, so use text within an image only if it is unimportant to the search engine optimization and ranking process.
In the HTML code, images are placed using the <img tag and designating the location of the source (src) file.
<img src="/images/logo_main.jpg" />
When using images, be sure that each is used appropriately to enhance the concepts conveyed on the page it is on, is clean, and works to help "sell" your product or service.
Alt Attributes
Within each image you can add "alternative" text which appears when visitors have their images turned off. Alt text can be found in the "alt" attribute of the image tag and is a great way to describe or name the image for those that can't see it.
<img src="/images/logo_main.jpg" width="401" height="130" alt="EMP E-Marketing Performance, Search Marketing Information to Render Your Competition Powerless!" border="0" />
You want to be sure to use alt text conservatively and properly for each image. Don't use alt text just to stuff additional keywords into your page, but only to properly describe what the image visually conveys to the viewer.
While there is a lot of other code needed to build a web page effectively, these are the key elements used when optimizing your pages or just making them search engine friendly. Throwing your keywords into one or all of these tags won't suddenly get you top rankings, but when used properly they provide both the search engines and your visitors better cues to the content and value of each page.
Comments
About the Author:
Stoney deGeyter is president of Pole Position Marketing (www.PolePositionMarketing.com), a search engine optimization / marketing firm providing SEO and website marketing services since 1998. Stoney is also a part-time instructor at Truckee Meadows Community College, as well as a moderator in the Small Business Ideas Forum. He is the author of his E-Marketing Performance eBook and contributes daily to the E-Marketing Performance (www.eMarketingPerformance.com) marketing blog.
|
|