HAL-PC Web Technolgies SIG

Mail List | SIG Leader

Annual Web Maintenance Checklist

HAL-PC Web Technologies SIG
  1. Check your domain registration information:
    • Make sure that the names and contact information are correct for the registrant, billing, admin and technical contacts.
    • Check the domain registration expiration dates.
    • Check that your domain registrar has not changed.
  2. Review the contact information on your website and update anything that has changed such as email addresses and people in various job roles. Make sure the right person is getting the feedback.
  3. Forms:
    • For each form on your site, fill in the appropriate information.
    • Check the the confirmation page and make any updates that maybe needed.
    • Review the results of the form submission and check for errors, aka database properly adding, updating or deleting the form results.
    • Review and update the message used in any auto responders so they are not caught in spam filters and provide a useful response to your visitor.
    • Run spellcheck to catch any errors that may have cropped up when editing.
  4. While you are at it review your site's privacy policy. Update it to reflect any changes in what data you collect and what you do with the data.
  5. Validate your links, either by checking manually, using a tool like Xenu's Link Sleuth
  6. Review your server logs paying particular attention to your 404 reports to see what is being requested and not found.
  7. Test your site search function, if it isn't working fix it, replace it or remove it.
  8. If you do not have a site map consider adding one.
  9. Validate your pages and stylesheets. While you are at it test it in as many browsers as you can put your hands on. Preferably using both a Windows and a Mac. (If you don't have a Mac or know someone who will let you use theirs you maybe able to find one at a public library, Scholotzky's Deli -select locations or rent one at Kinkos for an hour or so.) If you can test in Mozilla and Safari you should be pretty safe with Linux browser.
  10. Check your site for Accessibility:
  11. Update your copyright information:
    • You can use javascript to make your copyright year correct with:
      • <script language="javascript">
        document.write('Copyright xxx Corp: &copy; 2002-'+(new Date()).getFullYear()); </script>
    • Alternatively you can use tools like DWTs or Find & Replace in your web editor.
    • You can use server side code if your pages have ASP, ASP.NET, PHP or some other server side language.
    • Finally, if you use SSI (shtml) you can make it a server side include.
  12. Review each page's content. Update information where necessary and can be quickly done such as "We've been in business at the same location for 8 years" and flag pages that need a major overhaul.
  13. Check the password-protected parts of the site are still protected, consider changing passwords on a regular basis.
  14. Finally, check your keywords, meta tags and content for search engine friendliness.
  15. Want to see how many of your links Google has indexed? Use:
    • From the Google homepage put allinurl:webtechsig.org in the search box
  16. See what sites are linked to yours with:
    • Google - the Google home page or toolbar type in allinurl: followed by the domain you want to check in the search box, example:
      "+www.webtechsig.+org"
    • quotes and + are necessary
    • Link Popularity Checker will check Yahoo, MSN and AOL in one pass: http://www.linkpopularitycheck.com/
    • Other methods to check can be found at Search Engine Watch - Checking Your Listing In Search Engines

About Us | Site Map | Advanced Search | Privacy Policy | Contact Us | ©1999-2006 HAL-PC Web Technologies SIG Leader Cheryl D. Wise