A Page Structure Pattern from
Patterns for Personal Web Sites

Consistent Format

One of the great problems of the Web is that it's often hard to tell where one is. Did that link you jump take you to another page on the same site, albeit with a completely different design, or are you on another site? The only sure way to tell is by comparing URLs. The rule of thumb is: pages with the same format (layout, images, etc) are on the same site; pages with similar formats might be; pages with different formats probably aren't. Having a consistent format is a key element that identifies pages as being part of your site.

Therefore, maintain a consistent format across all of your site's pages.

Giving your site's page a consistent format has two major benefits:

Formats span a wide range of design. One site's format might use fancy CSS, tables, graphics, and interactive content. Another site might restrict itself to a minimal subset of HTML 2.0, eschewing images and using header elements as the primary page structure. Each of these formats is distinctive enough to be instantly recognizable. What's more important for consistency isn't what goes into a format, it's how consistently the format is used across the site.

There are several ways to give your site a consistent format:



Last updated 17 June 2002
http://www.rdrop.com/~half/Creations/Writings/Web.patterns/consistent.format.html
All contents ©2002 Mark L. Irons