10 Measures for Continuous Website Maintenance
Published on JunĀ 24, 2008 (updated JanĀ 4, 2025), filed under development, quality, optimization (feed). (Share this on Mastodon orĀ Bluesky?)
This and many other posts are also available as a pretty, well-behaved ebook: On Web Development. And speaking of which, hereās a short treatise just about managing the quality of websites: The Little Book of Website Quality Control (updated).
Website maintenance and quality assurance constitute the backbone of high-quality offers of information, and they make the difference between amateur and professional web design. Accordingly, guidelines for quality web design define maintenance and quality assurance as important process ingredients which have to be applied continuously. Letās see what this means for our work.
The following list of measures does not cover āinitialā quality assurance. It assumes that websites are displayed correctly in popular user agents, and that HTML elements are used according to their purpose. Additionally, it prefers web-based tools over software that has yet to be installed.
Contents
- Plausibility Checks
- User Tests
- Content Maintenance
- Proofreading
- Link Checks
- Load Time Checks
- Validation
- āChange, Measure, Change Againā
- Additional Tests
- Rewards
1. Plausibility Checks
One of the most important aspects of website maintenance and QA is to check on the necessity for all website parts, be it sections of the site, widgets and gadgets, or publications. And even though itās advisable to have a clear picture in mind when creating and establishing a site, it pays off to regularly review if everything the website offers is useful and still provides value to the user. Questioning the use of a āWallpapersā area on a personal website is useful, as is challenging the benefit of a prominent āAdminā section or the value of an imaginary āLinksā collection. Checking on plausibility does not only help to avoid unnecessary work, it benefits your āface to the worldā by giving it focus.
Tip: Ask yourself if youād expect a particular feature on a comparable website.
2. User Tests
While tests with users are especially crucial in the early stages of website creation and revision, they are also important in operation. They provide important insight into the usability of a website. Continuous tests might not only reveal flaws in former testsāfor example, when tested with only a few usersā, but also indicate changes regarding conventions or general perception. Thereās no alternative to testing with users, as testing is always helpful.
Tip: From time to time, ask a friend or colleague to, say, contact you via your website, and observe how they perform.
3. Content Maintenance
Any content being published should not only be double-checked before release, it should also be checked continuously after release. It really is important to keep content up-to-date. However, once an article or post truly gets āstale,ā a quick update or comment might suffice to inform readers about the development; as a last resort, you could (prominently) note that the content in question is possibly outdated.
Tip: Check older articles if they still contain current information.
4. Proofreading
Copy-editing could be seen as a part of content maintenance, but itās different for two reasons: On the one hand, orthographic mistakes can fly under the radar for a remarkably long time; on the other hand do spelling mistakes have a negative impact on credibility. Usually you want to make sure that what you write is true and correct.
Tip: Print some of your articles and check if they contain any typos (they probably do).
5. Link Checks
Cool URIs still donāt change, but reality doesnāt reflect that. And even though external resources feel like itās others who are responsible for these links start pointing into nowhere, itās easy to take care of links by regularly firing up W3Cās Link Checker or Site Valetās Link Service, among others. Donāt let your visitors get upset about broken linksāor you.
Tip: Schedule at least a monthly link check, if possible automated.
6. Load Time Checks
Load time is an important factor of the experience a user makes with a website; speed is an attribute of good web design. Not all visitors are waiting for a truck full of decorative elements; watch yourself. When it comes to continuous QA, load time and performance are especially interesting since, like user tests, they are necessary to be checked upfront, but useful to be tested regularly as well (for example, via PageSpeed or Pingdom) to avoid inefficiencies due to code or graphic changes.
Tip: Try to find a machine with a slow connection (or use your mobile) to recall the times when we had no broadband access.
7. Validation
Invalid documents and style sheets can often (but not always) be considered a result of sloppy, unprofessional work. Similar to a house, a website wonāt necessarily collapse when there are a few bricks missing or not in the right place, but the web developer in charge should answer the same questions as the bricklayer. Quality assurance of websites explicitly includes validation. The more maintenance work there is and the more people work on a site, the more often tests should be carried out, for example by W3Cās HTML, WDGās HTML (including the option to validate up to 100 pages of a site), or W3Cās CSS Validator. Issues should be fixed.
Tip: Make validation a routine, even with style sheets, and look for ways to automate this (maybe you or your company already runs a few tests that could piggyback on HTML/CSS validation as well).
8. āChange, Measure, Change Againā
As one of the key processes of web analytics, itās not just beneficial for āwebsite monetizationā but also for website quality to repeatedly change things and then measure these changes. For example, you might change the position of the login and registration section, track the results, and change it again. You might add a āsocial bookmarksā widget, measure the outcome, and tweak something. Or you might adjust colors, confirm the impact on the elementās prominence, and modify colors once more. Performing and testing little changes will mean huge benefits for both your visitors and your site, and this process can be seen as the supreme discipline of professional website design and maintenance.
Tip: Play with your website ads by modifying their position or layout for a week; compare the results and feel the power of āchange, measure, change again.ā
9. Additional Tests
The quality of a website can be evaluated and improved by a whole bunch of additional tools. Depending on technologies in use and update frequency, this should be done regularly as well to avoid user frustration, technical issues, higher cost, as well as professional criticism.
Tip: Explore the abundance of available optimization tools, for example, by taking a closer look at UITest.com or The Web Developerās Handbook.
10. Rewards
The author just cannot share his experience with maintenance and QA without suggesting that itās helpful to ask and reward visitors for pointing out mistakes in order to spot more of them and lessen their effect. Although Don Norman questions the commercial capability of this approach, encouraging and rewarding error reports easily increases the likelihood of noticing otherwise invisible mistakes by a factor of 10. (Donald Knuth demonstrated this years ago.) Quality has a price.
Tip: Offer your visitors some kind of incentive for mailing you when they notice typos and the like, and observe what impact that has on the frequency and quality of these mails.
About Me
Iām Jens (long: Jens Oliver Meiert), and Iām a web developer, manager, and author. Iāve been working as a technical lead and engineering manager for companies youāve never heard of and companies you use every day, Iām an occasional contributor to web standards (like HTML, CSS, WCAG), and I write and review books for OāReilly and Frontend Dogma.
I love trying things, not only in web development and engineering management, but also in other areas like philosophy. Here on meiert.com I share some of my experiences and views. (I value you being critical, interpreting charitably, and giving feedback.)