How to Launch a Website: 10 Essential Checks Before Launch

Are you ready to launch your web­site on the web? Before you pub­lish your site online you may want to make sure that you test out your links, proof­read all copy and that your site is load­ing quickly. It’s easy to forget the small detail when caught up in the excitement of launching your website. So, make sure you create a check list of everything you need to do before going live.

This article will go through some of the final touches you can make before going live. Whether it is uploading a favicon or re-reading your copy — first impressions matter when launching a new site.

Speed Counts

In today’s age of high-speed inter­net, surfers expect pages to load instantly. Most will go some­where else if your page takes too long to fully load. Visit your site and make sure that all of your pages and images are load­ing quickly. The speed of your site gen­er­ally depends on your host and the server your site is hosted on.


If your site is loading too slow you can check out this article on how to speed up your site (link coming soon)

Check your website in all browsers

This is totally the job of your web developer, but your website is also YOUR responsibility. Also for you do-it-yourself people out there, this is something you’ll definitely have to check on. The thing is, a website might look one way in one browser, and another way in a different browser. You want it to look the same, and work for all users. Here is a list of browsers to check your website in. You should at a minimum check it in:

  • FireFox
  • Internet Explorer 6.0 (very buggy)
  • Internet Explorer 7.0 (very buggy)
  • Internet Explorer 8.0
  • Safari (yes, even if you don’t have a Mac you can download it)
  • Google Chrome

There are certainly more browsers you can check it in, but if you hit these 6 then you’re probably OK.

Not sure if your site is optimised for all browsers? Check out our article on how to make your site look great, wherever you view it.  (coming soon)

Avoid Over-optimization

Google’s new algo­rithm update Pen­guin may penal­ize sites that overop­ti­mize their on-page text. For exam­ple, if you own a car deal­er­ship and want to get ranked in Google for “Used Jeep” you don’t want to repeat that phrase over and over again on the on-page text. In addi­tion, if you decide to build links to your site (which you should) you will want to avoid overop­ti­miza­tion when it comes to your anchor text as well. Make sure to mix up your anchor text in order to make your link build­ing appear as nat­ural as possible.

Easy On The Eyes

Is your web­site easy on the eyes and read­able? One of my pet peeves is text that is barely leg­i­ble; for exam­ple navy text on a black back­ground. Jar­ring color com­bi­na­tions can also put-off some of your surfers. One of the most pop­u­lar color schemes is black text on a white back­ground; it’s clas­sic and what most surfers are used to since it mim­ics the col­ors in books. Use a font that is stan­dard and easy to read; arial  is gen­er­ally the most popular.

There are also many online tools that can help you to choose a color scheme that complements your brand. The Elvan Color Scheme Generator is a great way to keep your branding consistent but coordinated.

Test Your Links

This may seem like com­mon sense but you would be sur­prised how many web­sites have links that are 404 and not work­ing. Click and test all of the links on your site in order to ensure that all of the pages are load­ing and work­ing prop­erly.  Are all of your images load­ing? Is every­thing linked properly?

Using something like the W3C Link Checker, will make this process a a whole lot easier.

Proof­read Every­thing Twice

Surfers are more likely to trust sites that uti­lize proper gram­mar and spelling. Gram­mar mis­takes can make your site appear unpro­fes­sional and ama­teur­ish. Make sure to proof­read all your text and make sure that there aren’t any spelling mis­takes or gram­mar mis­takes. It may be a good idea to have a friend proof­read your site in order to get a sec­ond opinion.

Analytics

Installing tracking software for your visitors is a crucial part of online marketing. Tracking daily hits, pageviews and your unique visitors is something that should be done from day 1 to track your progress. One of the best industry tools (Google Analytics) means you can gain access to more information about visitors. It’s easy to install and usually means adding  a short bit of code to your header.

There are also other tools like: GetClicky and StatCounter which are just as good but I find them to be less user-friendly.

Favicon

Using a favicon is a great way to brand your pages from within your bookmarks and browser toolbar. It is often forgotten by many people but is key in keeping your brand consistent. A lot of browsers can just recognise the file-name favicon.ico in your root folder — It is always best to make sure you add it to your index file too. You can use this code below in your index file:

<link rel="icon" type="image/x-icon" href="/favicon.ico" />
If you haven’t already got an icon it is super easy to create one – all you need  is your brand image. Just create a 64px x 64px version of your logo and save it as a jpeg, rename the file to favicon.ico and upload to your root folder. Alternatively, you can use a tool like favicon.co.uk to generate your own.

 

Get Free Email Updates

        

 

W3C Compliance

Being W3C Compliant isn’t just a sign of quality, it’s also a measure of a sites dominance online. You should aim to be 100% valid as this will make a big statement about the quality of your site. It’s not something to lose sleep over if you you’re unable reach full compliance. Leaders such as Google aren’t perfect and entail a few errors and warnings from the W3C Validator. One of the most common of these is forgetting to add closing tags to your code.

Thank you to Corrado Mella for contributing this point.

What other checks will you do?

If you’re thinking about launching your website, or have already launched your own what would you add to the list?

About Devon Page

Devon is the Founder and Editor of TechAdvice.org

Comments

  1. Corrado Mella says:

    First and foremost, don’t publish a guidance article without checking that the copy doesn’t contain correctly spelled words but with the wrong meaning, like “complImentary” and “complEmentary”.
    And don’t forget legal obligations like DDA compliance and the new Cookie Law.
    Checking compliance with HTML and CSS standards is another step I’d recommend, see the W3C website for the relevant tools and guidance.

    • Devon Page says:

      Corrado, thank you for your comment.

      The new (relatively new) EU legislation is something that mystifies a lot of people. And can be quite easy to adopt, especially with the last-minute change in guidance. I will definitely add this to the article.

      Having W3C compliance is another one that I had missed, but is still very important. I will update the article with the new points you have highlighted. Have a great week Corrado.

Speak Your Mind

*