8 Things to Check Before Launching A Website

Chris Creed / 18th December 2009

8 Things to Check Before Launching A Website 8 Things to Check Before Launching A Website

When launching a new website it can be difficult to keep track of everything you need to check before going live. This can be even harder if you have a tight deadline and you’re in a rush to get things finished.

It can therefore be useful to have a checklist of things to help ensure you’ve got all the main things covered. As such, this post discusses some of the important checks you’ll want to complete before launching your website.

Check For Broken Links

Broken links can create a bad impression of your site and the search engines may well penalize you if they find lots of them scattered around. Take the time to check that all your links are active and working – the W3C Link Checker can be useful in identifying any problems.

It’s also worth noting here that it’s important to double check that you have a helpful 404 error page – this is much better than displaying a cryptic error message to users and increases the likelihood that they will stay around on your site, as opposed to clicking away.

404-error-page

(Image source: http://mundofox.com/la)

Optimization of Code and Images

Another check that you’ll want to perform is how well optimized your site is in terms of the code you’ve written and the size of the images displayed on your site. You can optimize your code by minimizing the number of HTTP requests that are made and through compressing the code in your JavaScript and CSS files (check out the JavaScript Compressor and CSS Compressor).

Optimizing the size of your files is also worth doing as it can help your site load much faster and create a more engaging and responsive interaction experience for your visitors. If you are a Photoshop user, you can optimize your images via the “Save for Web & Devices” option (screenshot below).

photoshop-optimize-image

Check Your Website In Multiple Browsers

This is one of the most annoying things about web design – you’ve just finished your lovely new design and then you open it up in another browser (normally IE6 or 7) to find that it looks a complete mess! Whilst this is very frustrating, we have to remember that lots of people still use these browsers – it’s therefore important to ensure that your site has a consistent appearance across different browsers. The main browsers that you’ll want to test your new site on include Firefox, Safari, Chrome, Opera, and Internet Explorer 6-8.

browser-icons

Test The Functionality Of Your Site

Another important thing to check is that all the functionality on your site is working as expected – in particular, you’ll want to test things like contact forms, search forms, taking payments, and the ability for users to log into secure areas. You might also want to get other people to go through your site and test it out – ask them to try and break it – this may seem like a strange request, but testing in this way will help to ensure your site is rock solid before launching it.

contact-form

(Make sure you test all contact forms – image source: http://www.alexcohaniuc.com/)

Install Google Analytics (Or Another Statistical Application)

You will also want to make sure that you have an analytical tool that you can use for tracking the amount of traffic you receive to your site. By far and away the most popular tool for this is Google Analytics – this is largely because of the comprehensive and detailed data it provides you about your site, and the fact that it’s free to use. All it requires is the copying some JavaScript code into the footer of your site – once this is done it will start collecting data for you.

google_analytics

Page Titles And Meta Description

Make sure that your page titles are displayed correctly – having something like “Untitled” as the title of your page doesn’t help when trying to get good rankings in the search engines. Having a “good” title is both advantageous from an SEO (search engine optimization) perspective and in terms of telling your readers what the page is about.

Similarly, you’ll want to ensure that you’ve got a description meta tag included for each of your main pages – the contents of this tag is typically what the search engines will display in their search results for your site.

bbc-google-listings

Create A Sitemap

This is useful for informing the search engines about your site and all the different pages you have. If you’re using WordPress, there’s a simple solution – install the Google (XML) Sitemaps Generator and it will automatically create a sitemap for you. It will also update this sitemap each time you add new content and will then inform the major search engines about the updates you’ve made.

If you’re not using WordPress, you need to create a sitemap.xml file that contains details of the pages in your site and then place that file in your site’s root folder. You can use XML-Sitemaps to automatically create a sitemap for you.

Once you’ve created your sitemap.xml file, you’ll then want to inform Google about it via their Google Webmaster Tools site – this has the added benefit of providing some useful statistics about the indexing of your site including when the Google Bots last visited.

google-webmaster-tools

Read Through Your Site’s Content

This is very important – it’s something that’s easy to put off, but is vitally important if you want to create a good impression when launching your new site. If you have lots of typos, grammatical errors, or sentences that just don’t make any sense, it’s not going to look good to new people visiting your site.

Take the time to read through your content – also, if you have the luxury, don’t look at what you’ve written for a couple of days and then come back to it again. It’s amazing how that time away can give you a new perspective on what you’ve written and you can instantly notice areas that need some additional work.

It might also be worth getting someone else to read through everything – just to double check that you’ve not missed any glaring errors.

Enjoy This Post? Please Consider Sharing :-)

  • Twitter
  • StumbleUpon
  • Facebook
  • Digg
  • del.icio.us
  • Reddit
  • Technorati

About The Author

Chris Creed

Hi there, I'm Chris and the Founder of Voosh Themes. I've been designing & developing websites for over 10 years and am interested in just about anything related to design. I also have a PhD in Computer Science (with a particular focus on Interaction Design) - you can follow me on Twitter at @cpcreed.

11 Comments

  1. December 19th, 2009 at 3:18 am

    Thanks Chris for this article.
    Although I know about these steps reading this reminded me to take care of a few things on my blog. Still haven’t finished a nice design for my 404 page.

    • December 19th, 2009 at 9:14 am

      Thanks Indrek – I also need to improve the design of my 404 page for this site – it currently informs the user that the page can’t be found and allows them to perform a search, but it’s not the most aesthetically pleasing page :-) I’m currently working on enhancing the Voosh Themes design in general, so I’m planning to include it in that update.

  2. December 19th, 2009 at 6:46 am

    I doubt very much whether the example image given for Page Titles and Meta Description actually shows a meta description.

    • December 19th, 2009 at 8:33 am

      Good point Dean – I’ve updated the post to display a more appropriate image.

  3. December 19th, 2009 at 6:56 am

    This article has been shared on favSHARE.net. Go and vote it!

  4. December 19th, 2009 at 8:20 pm

    I’d like to add one that I’ve often forgotten. Don’t forget to add a favicon, before launching a site.

    • December 20th, 2009 at 5:27 am

      Good suggestion! It’s certainly one of the easier things to forget.

  5. December 20th, 2009 at 6:05 am

    I also perform other two checks: for orphan pages/files and for unused code/styles. Orphan pages/files means you forgot to link to them or they became useless. Unused code parts or styles are traces of test phases that haven’t been deleted on time.

    • December 20th, 2009 at 7:18 am

      Great points Regine – it’s definitely important to tidy up the code – both to make the code cleaner and also to make it easier for others (who are not familiar with the code) to make future updates.

  6. January 3rd, 2010 at 12:25 am

    ! I had considered the ultimately simple ways the big G thinks. The truth of the matter is that a spider indexes your page countless times, it still takes a metric tonne of work on your part to get your website to become “relevent” to the big G. I guess this will add to my knowledge of SEO.

  7. February 12th, 2010 at 9:47 pm

    Thanks for tutorial. Sometimes though we already knew about this but it still always something forgotten due our busy.

Trackbacks/Pingbacks

  1. December 18th, 2009 at 6:15 pm

    [...] 8 Things to Check Before Launching A Website [...]

  2. December 19th, 2009 at 6:58 am

    [...] Read the original article [...]

  3. December 22nd, 2009 at 10:12 am

    [...] 8 Things to Check Before Launching A Website [...]

  4. January 5th, 2010 at 8:55 am

    [...] 8 Things to Check Before Launching A Website [...]

Leave a Reply