SEO GUIDE(转载)[1]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 jxyuhua 的 blog

seo guide

by daniel kerr
created on 3rd september 2004
last revised 9th september 2004
version 1.1

introduction

i have noticed that quite a lot of our web site are no longer gaining page rank and also we are not listed as well as we can be in many search engines.

when i first came to work for portapower we had a web site ranking in 1st position for nearly all our products and i would like to try to get us back there.

i have created this guide to hopefully improve the situation for hong kong team and china.


clean html code

a lot of webs designers do not know that there is a standard for writing html in. it is very important that the html code is written in w3c standards because google and many other search engines use these standards as a factor when determine the position of a web site. i have noticed that web site page rank increase's to 2 very quickly if all the coding is correct.

wouldn't you agree that if there are coding standards then search engines would use this as a deciding factor on search positions?

to test your site you should go to http://validator.w3.org.

i have tested the site http://www.payless-batteries.com as an example:

clean html code checker

the results:

this number of errors is not to high but i can image some of the sites will have over 1000 errors.

all pages should be 100% error free!

it is not just the main page that needs to be done, all pages need to be checked such as the main page, information, site map, product, category, etc.

most errors have probably occurred because of people using dreamweaver in design view and not changing back to code view to remove redundant tags.

unfortunately there are to many errors and different ways to fix them to be listed here. to fix the errors you should try typing in the error messages into google and research ways of correcting them.

back to top

header

below is a problem caused by a setting up the headers incorrectly.

google can not spider the page properly because the whoever set this site up did not include a description and keywords tag.

if the headers are setup incorrectly then google will not index the page, the page will not get page rank and nobody can search for the products listed on the web pages with bad headers.

this is the code for the header that was used:


  
  

how to write a header:

set the document type <!doctype html public "-//w3c//dtd html 4.01 transitional//en">
start the html <html dir="ltr" lang="en">
start the header <head>
set the document text encoding <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
set the title   <title>ccd trv608 camcorder battery </title>
set the description <meta name="description" content="camcorder battery fit sony np-fm70 series">
set the keywords <meta name="keywords" content="camcorder battery fit sony np-fm70 series">
end the header </head>

note!

  • do not use " " as this will stop google from indexing your site.
  • title tag should be no more than 68 characters.
  • description tag should be no more than 200 characters.
  • keywords tag should be no more than 20 words.
  • do not use a static header that will be the same for all pages. make the header dynamic so it is relevant to the product or category that is being shown.
  • set the description as a dynamic sentence that will repeat the keywords you want people to find your web page with.
  • if you are going to use css make sure you put down before in before the "".

you can test your web site out here to see if the header is correct or not:

http://www.widexl.com/remote/search-engines/metatag-analyzer.html

it takes 1 month before google's spider visits a web site and updates its information. please make sure you correct these problems so google will display the page information properly. this will need to be done for all sites and all pages.

back to top

layout

the first words google's spider will come to is what will be displayed in the google search results description. a lot of the web sites we have do not even display a description because of a badly thought out layout.

as you can see from the example below the "about us", "battery tips" etc., we don't want displayed in the description.

only use typed links when the words being used in the link are relevant to the page content.

here is a good example where "my account", "my cart", "checkout" are actually images.

this will be displayed in google as:

note!

  • the sentence should be the same as your dynamic description meta tag.
  • use dynamic sentences that will change to fit the description of the product or category.
  • set as a dynamic sentence that will repeat the keywords you want people to find your web page with.
back to top

本文关键:SEO GUIDE(转载)
  相关方案
Google
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top