banner
Welcome to HTML.co.uk, the number one resource for all news, information, and happenings regarding HTML.

Updates: HTML.co.uk has just been relaunched. Subscribe to our RSS Feed to stay on top of HTML news and techniques.
Jan
2nd

Constructing Proper HTML Code for Optimising SEO

Author: Editor | Files under HTML Tutorials
Tags for this article: , , , , , , ,

Nothing can be worse than your viewers not being able to view your website properly. Have you ever thought about what will happen if your viewers never ever get a chance to view your website? If you want your site to be listed properly on search engines you, should always ensure that it has proper HTML code to support it. Any site that has HTML errors cannot be properly catalogued or indexed by many of the search engines. This can ultimately lead to a major reduction in the amount of traffic that would be received your website.

Search engines are considered to be the lowest form of the browsers, as a matter of fact they are considered to be equivalent to around version 2 of the browsers. The browsers are not even capable of reading the dynamic pages, JavaScript, DHTML and Flash. They even have a problem handling the frames. In case you are having broken HTML, the web browsers would have a major problem handling, indexing, crawling and extracting the content from your website.

The search engines try scoring the page of a website by looking for all the necessary and relevant key terms in your HTML components within your document. These key components can be anything description, title, alt image tags and visible text. If due to any kind of mistake or typo error, they are not able to find the key components, the spiders might simply leave without even checking the actual content of the web page. Poor documentation is also another reason which can cost you a good ranking on the search engine. For example, when the meta tag is placed in the Body of the web page instead of the Head section, the spider would simply ignore the tag and as a result, you would ultimately lose the ranking on the web page.

There is every possibility that due to deadlines and pressure, you can write TILTE instead of TITLE tag. As we all know the TITLE tags are very important and with this one simple error made by you can actually result in the search engine not considering the content of the web page at all. If the page is created properly by you and contains all the necessary and targeted keywords, there is every possibility that it will surely get picked up and read by the search engine. However any small error like an open tag or for that matter a missing closing bracket of the paragraph can actually cause your website or the web page ranking in the search engine.

Internet explorer is considered to be quite forgiving in terms of any kind of mistakes in the code. If you are building your website only for the Internet Explorer then undoubtedly you are building for the most forgiving browser on the net. Even thinking that your website will be treated by the search engine in the similar fashion as that of IE6 would certainly be nothing more than daydreaming. If your website is not displaying properly in the Firefox, Netscape, older versions of IE and Opera, there are all the chances that it will be read by the search engines as well. The next time you have a problem of your website not getting displayed properly in the Netscape, Opera, Firefox, simply consider rechecking your code.

You will surely be thanked by your marketing department.


Dec
25th

How Useful is your 404 Page?

Author: Editor | Files under HTML Tutorials
Tags for this article: , , , ,

Once you have finished with the creation of your web site, the next important thing that should be considered is creating page not found, an error page or as commonly known as 404 page. This page is useful both for you and the reader as it will help you get more out of the website. These important tips will help in creating better 404 pages.

• 404 page should never be redirected to the home page: It is a common irresistible practice followed by almost all the websites to just have a plain error page not found error. Redirecting to the home page groups both with the programs and the scripts that make use of the 404 HTTP code for displaying information, such as link checkers and the search engines. But this can actually confuse your readers to a great extent. For example if you click on a link which should actually direct you to some specific article but due to error it takes you to the home page.

• Do not presume that your writers are aware what they have been looking for: It is quite possible that the reader would have just clicked on some link on the other website and is just not aware about the layout of your website. You can always put a search box on your 404 HTTP error page and also give the option of including other links and information. In fact it would be a real great idea to make this page fairly link heavy. But don’t forget to keep them clearly categorized so that your customers are able to locate what they have been looking for.


• Don’t try to guess why they got the back link:
You can always put in the messages like we just happen to recognise our website on your 404 page. This will immediately make the page outdated. If they get the message that they happen to reach that page just because of mistyping the URL, might seem quite strange.

• Give suggestions on what can be done by the reader so as to find the missing page: This is done quite well by the 404 error page of eBay. The main idea behind this is providing alternative ways for getting to the information which could be either by doing a search or navigating to the web page form the directory or simply by checking the URL for obvious typos. Finally, don’t forget to remind your customers that there could be a possibility of your page simply getting lost.

• Keep your site navigation on the 404 page: The experience of clicking on the link and finally arriving at a white page which has written in huge letters, page not found, is quite disconcerting. Instead if you put the standard site navigation on that 404 error page, it can atleast by the customers for navigation purposes for finding the pages that they want.

• Script your 404 page if possible: The best 404 pages would be the ones which consider all the information that is available and based on that provide to its customers a customized response. The information that can be used includes:
1. The URL that was not found
2. The area of the site the customer would be in or came from
3. The referring page


• Include a report form to report the error:
It is very important that you provide an easy method of reporting bad links to you. The best option would be to include a form on 404 page that would include the URL of the referring page, the URL page that you did not find and any other details you would want to collect. This would help in providing all the necessary information about the bad links.

Try to make good use of your 404 pages, don’t just abuse them.