|
Optimizing Web Page Documents Web pages, also known as HTML documents or files, are the individual files stored on the server that are viewed by the site visitors. HTML stands for Hypertext Markup Language. To put it simply it is a computer language (although most programmers do not consider it to be a proper computer language) that is then read by the web browser (a computer program), like Microsoft’s Internet Explorer or Netscape’s Navigator, which then performs the different commands in the code. Most of the commands just influence how and what you see on the page, just keep in mind that there are also commands that you do not see in the output. Unlike most computer languages, which are first written and then compiled into a binary form, HTML is ASCII or Text based. What this means is that you can create and edit them with just about any word processor, like Notepad. Most of the time you can see the HTML in it’s raw format for web pages by simply clicking "View Source" on the web page you are currently viewing in your browser. The different Parts of an HTML document: The HEAD tag:
The most common tag that is in the HEAD and that is, at least partially, visible to the visitor is the TITLE tag. The text inside of the TITLE is what you see at the very top of your browser. The TITLE is also very important to the search engines, and hence Search Engine Optimization. We will go into this later on. Other "invisible" tags inside of the HEAD which are important to S.E.O. are Meta Tags which include:
Examples: <meta name="keywords" content="your keywords,here"> Both of these MUST reflect the content of your page, other wise you are taking a chance of being either penalized or banned from the search engines Robot Meta Tag Options The meta tag robots lets spiders know if to crawl your page and if to follow the links in it. If you have a page that you DO NOT want indexed by a search engine you can add the following tag. <META NAME="ROBOTS" CONTENT="NOINDEX"> INDEX - tells the robot it is ok to index the page. <META NAME="ROBOTS" CONTENT="INDEX,FOLLOW"> Links (A HREF) tag – as in the IMG tag the alternative text (shown when the mouse is over the link) is often forgotten when optimizing your site. Instead of using the ALT links use the TITLE attribute. Frames, quite simply avoid them when ever possible. While search engines can follow the links to the various pages they do not give the content of any of these pages to the main page. The only thing that they see is the HEAD and the NOFRAMES tag. You have to treat the search engines like an old browser that is not capable of displaying frames. The HTML code for a simple, non-frames, HTML document will look something like:
In the browser, the preceding document will look like:
The HTML code for a simple, non-frames, HTML document will look something like:
In the browser, the preceding document will look like:
Note: Any browser or spider that does not support frames will only see the following (only the HEAD and NOFRAMES tag are visible): Validation: |
Alorit Marketing

Online Marketing Solutions from Concept to Implementation












