10 Web Design Best Practices March 15, 2010
Posted by ecallawb in web design.Tags: cascading style sheets, search engine optimization, web design best practices, web page validation
trackback
- Write your pages for multiple types of web browsers to provide trouble-free access to the widest possible audience.
- Run Web pages through a validator to test their compliance with common HTML (HyperText Markup Language) specifications. We recommend the WC3 Validator.
- Condense textual content to fit the time and attention constraints of today’s busy Web users. For example, look at all of the information found in the description on this house for sale web page.
- Use small (byte-wise) graphics so graphics load more quickly in graphics-capable browsers.
- When using graphics, provide textual alternatives, (alt tags), for image-disabled or text-only Web browsers and indexing agents.
- Test. Every visitor will see your pages differently. Test your pages with as many browsers and platforms as you can.
- Use external CSS (cascading style sheets) to separate design from content. This helps with SEO (search engine optimization).
- Spell check and proof-read your documents.
- Locate and fix any broken links.
- Build your site with key words in mind. It is especially beneficial to use them in links, titles and bold and italic text.
Comments»
No comments yet — be the first.