Error » Search Engines » Search Engine Optimization » Building the Perfect Page - The Basics - Part I

Search Engine Optimization search engine optimization discussion.

Post New Thread Reply
  Building the Perfect Page - The Basics - Part I
LinkBack Thread Tools Display Modes
Old 31-Dec-2006, 08:47 AM   #1 (permalink)
Administrator
 
Anilrgowda's Avatar

Posts: 18,720
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default Building the Perfect Page - The Basics - Part I

Begin Building the Perfect Page - The Basics - Part I --> Title Element

The page title element (some refer to it as the title tag which is incorrect) is one of the most important factors for ranking highly in the search engines.
Page title elements are normally 3-9 words (60-80 characters) maximum in length, no fluff, straight and to the point. This is what shows up in most search engine results as a link back to your page.
Make sure your Page Title Element (title tag) is relevant to the content on the page.
References
  • W3C - 7.4.2 The TITLE element
  • W3C - <title>: the most important element of a quality Web page
  • SEO Consultants Directory - Title Element - Page Titles
  • Title Element - Building the Perfect Page - The Basics - Part II
  • WebmasterWorld - 101 Signals of Quality - The Title Element
    Subscription required and well worth it for this one topic alone.
    This is a recent topic started on 2006-01-04 by Brett Tabke.
  • META Description Tag (Metadata)

    The META description tag usually consists of 25 to 30 words or less using no more than 160 to 180 characters total (including spaces). The META description also shows up in many search engine results as a summary of your site.
    Directories like Yahoo! and the ODP (Open Directory Project - dmoz.com) show the page title and description that you entered (and the editors modified) on their manual submission form.
    Make sure your META Description Tag is relevant to the content on the page.
    References
  • W3C - 7.4.4 Meta data
  • W3C - Resource Description Framework
  • SEO Consultants Directory - META Description Tag - Metadata Elements
  • META Description Tag - Building the Perfect Page - The Basics - Part III
  • META Keywords Tag (Metadata)

    For those search engines that are META enabled, the META keywords tag used to be one of the most important areas after the page title and page description. It has been abused by both marketers and consumers alike that there is very little weight given to the META keywords tag.
    Don't fret over your META keywords tag. Utilize keywords and keyword phrases from your title element, META description tag, heading tag and first one or two paragraphs of visible content. Try to limit it to 15 to 20 words if possible.
    Make sure your META Keywords Tag is relevant to the content on your page.
    References
  • W3C - 7.4.4 Meta data
  • W3C - Resource Description Framework
  • SEO Consultants Directory - META Keywords Tag - Metadata Elements
  • Heading Tags

    At least one heading tag <h1> should appear at the top of your page and be well written using prime keywords and keyword phrases.
    You can use CSS to control the appearance of the heading tags. I prefer using external style sheets (file.css).
    Make sure your Heading Tags are relevant to the content on the page.
    References
  • W3C - Use <h1> for top-level heading
  • W3C - Use headings to structure your document
  • W3C - 7.5.5 Headings: The H1, H2, H3, H4, H5, H6 elements
  • SEO Consultants Directory - XHTML - The Heading Elements
  • Alt Attribute

    Alt text is the line of text you see pop up (in Internet Explorer, see note below) when you place your cursor over an image. It also displays a text representation of the image when the user has images turned off in their browser (this is the intended behavior). It is highly recommended that you utilize this area as it is required under accessibility laws and, is indexed by the search engines.
    Note: Internet Explorer (IE) will display alt text when you hover your cursor over an element that utilizes the alt attribute. This is incorrect behavior as the alt text is designed to be displayed when the user has their images turned off while browsing. Other browsers such as Opera and Mozilla will not display the alt text on hover.
    The alt attribute should not to be stuffed with keywords or phrases. The alt text should mirror the content of the image. If it is a graphic header, then your alt attribute should mirror the text in the graphic header.
    Alternative text values should not exceed 80 characters in length. If more than 70-80 characters are required one should use the longdesc attribute as an alternative to alt text.
    Make sure your Alt Attribute is relevant to the content for that image.
    References
  • W3C - Use the alt attribute
  • W3C WCAG - 7.1 Short text equivalents for images ("alt-text")
  • W3C WCAG - 7.2 Long description of images
  • Hyperlinked Text

    This area is overlooked by many when promoting a web site to the search engines. Many web sites utilize graphic representations of links. These are visually appealing, but the text in the image cannot be indexed by the spiders.
    I always recommend an additional text navigation bar (SSI - Server Side Includes or Front Page Includes) somewhere on the page, usually at the top, right, bottom or left hand side. Link text should be concise, use keywords and phrases, and follow the same structure as the graphic navigation.
    References
  • W3C - Use <link>s in your document
  • W3C - 12 Links
  • W3C - 12.3.3 Links and search engines
  • Visible Copy - Content is King

    Content (visible copy) weighs heavily and is considered one of the primary areas of search engine optimization and marketing, hence the expression, Content is King.
    Your content should be written in a way that grabs the users attention, while utilizing your targeted keywords and keyword phrases. There is a method to placement of the keywords and keyword phrases that will help your web site gain better placement in the search engines. Balance is essential and creating that balance takes knowledge and experience.
    You should make it your goal to add at least one new page of content daily if possible. If not, then once a week is acceptable. You want to keep your website content fresh and give your visitors something to come back for on their next visit. Stale website content may not perform as well as fresh website content.
    I strongly suggest that you utilize last modified dates on your pages so that visitors to your site know when the page was last modified and how fresh the content is.
    Last modified: 2006-10-23T15:32:19-0700
    Note: We utilize the ISO International Date Format. FrontPage users are welcome to use the following customized webbot to display the International Date Format.
    Last modified: <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y-%m-%dT%H:%M:%S%Z" -->
  • File Naming

    I've seen many of the search engines indexing file names and have found that using relative keywords in this area will play a role in your overall search engine marketing strategy.
    Instead of naming your file pagename.asp, you would name it keyword-phrase.asp or page-name.asp. Always use hyphens (-) to separate the words in your file names, use all lower case for file naming, this includes images too.
    Visitors to your site will appreciate the clean URI paths which are easy to remember and bookmark. Always try to provide the visitor with the shortest URI path.
    This is not an area to stuff keywords. Files should be named appropriately as part of the overall theme and should be relevant to the on page content.
  • Directory Naming

    I've seen many of the search engines indexing directory names and have found that using relative keywords in this area will play a role in your overall search engine marketing strategy.
    Be descriptive with naming directories. Don't get carried away, but make sure at least one keyword or keyword phrase appears in the directory name. Don't forget to use hyphens (-) to separate the words.
    This is not an area to stuff keywords. Directories should be named appropriately as part of the overall theme and should be relevant to the directory content.
  • <!-- End Building the Perfect Page - The Basics - Part I -->
    There is much more to it than that! The above are just the basics and something that all newcomers may want to study carefully. There should be an understanding of page layout, positioning of elements and balancing the use of html markup.
Anilrgowda is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 08:35 PM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228