
08-18-2006, 05:29 PM
|
|
Junior Member
|
|
Join Date: Sep 2004
Posts: 6
|
|
|
Tips to Design A Search Engine Friendly Website
There's a new blog entry added:
Tips to Design A Search Engine Friendly Website
Quote:
There are many websites that fail to target their required traffic, even if they’ve had some search engine optimisation work done. One of the main causes for this is simply because the website isn’t search engine friendly.
<div> 1. Search Engine Friendly Pages
It is important that when you design your website you not only bear in mind what your website requirements are, but also what the requirements are for search engines. Best way to approach this is to remember that search engines don’t really care about how nice or complicated your graphics or flash movies are, or how snazzy your javascript is. Instead search engines look at the code behind your page. Therefore if you want to impress a search engine, then your code needs to be nice and easy to read. Now from this I don’t mean adding ‘comment’ tags and breaking the lines of code up with spaces, but to ensure that the elements the search engine is interested in, i.e. Title tag, Description tag, Keyword tag (these days only some search engines really use the keyword tag), Alt tag, are readable near the beginning of the code. Search Engines don’t like wadding through lines and lines of javascript to get to the core areas that can help you page’s ranking. Therefore careful planning and positioning of your page elements is required.
|
|