IMPORTANT AND NECESSARY CHECKS BEFORE LAUNCHING A WEBSITE
When launching a website (or re-launching it), you can often forget some things in your eagerness to make it live, that means you cannot launch the product without doing the necessary testing. Therefore, it is useful to have a checklist to look through as you make your final touches and before you announce your website to the world, regardless of the website being used or the industry/sector the business is.
This article reviews some important and necessary checks that websites should be checked against before the official launch. Websites are complex and there are so many things that are easily overlooked, like a broken link or a misspelled word or worse, what if you forget to properly set up site redirects, and those valuable search engine visitors get a page not found message?.
Keep in mind that the following website checklist is general in nature – it is not a website checklist for SEO or a website checklist for usability specifically. It is, however, a good checklist for those new to building a website or those relaunching an existing site. When you are ready to test your website, make sure to test each page of your site that you want to be live for the public. When you open each page, there a number of things you should look for.
Before launching
Design
The necessary steps to ensure that the site design is pixel perfect. If you have a responsive website, you need to check the design across all devices. Your site should be looking good not just on the desktop, but also on laptops, tablets, and mobile phones.
- The Favicon is present and displays correctly
- Touch icons for mobile devices are present
- The website is using responsive web design. Layouts respond to changes in screen size (CSS)
- The design adapts to the features and capabilities of devices (e.g. touch support, TV support, …)
- Line length is appropriate for reading
- Typography choices complement each other
- The design degrades gracefully on older browsers
- The site looks appropriate when printed. A print stylesheet is provided and is correct on each page
- Check out pages that show broken link pages and how the page’s handling is faulty (404 page and 5xx)
- Web font size: Web font sizes do not exceed 2 MB (all variants included).
- Web font loader: Control loading behavior with a web font
- All pages were tested with the correct breakpoints.
- The CSS was tested, and pertinent errors were corrected
- Website pages are compatible across browsers (IE, Edge, Firefox, Chrome, Safari, Opera, …) on different Oss (Windows, Linux, MacOS, …)
- The company logo is linked to the homepage.
HTML
The structure that makes up a website is very important, it shows user friendliness when viewed, and a well-designed structure and high compatibility with any browser will bring different results.
- Doctype is at the top of all HTML pages
- Components must be declared correctly: Charset (UTF-8), viewport
- Noopener: In case page using external links with target=”_blank”, this link should have a rel=”noopener” attribute to prevent tab nabbing. If page need to support older versions of Firefox, use rel=”noopener noreferrer”
- Clean up unnecessary code needs to be removed before sending the page to production.
- W3C compliant: All pages need to be tested with the W3C validator to identify possible issues in the HTML code.
- HTML Lint: use tools to help analyze issues on HTML code.
- Ad blockers test: website shows content correctly with ad blockers enabled
- Redundant files should be removed.
- Files such as JavaScript, HTML, CSS, and SVG are minified to reduce file size.
Content
The content that determines the attraction and the information it needs to provide to the user should be accurate and clear.
- A content strategy is in place
- Content is proofread for:
-
-
- Spelling and grammar
- Punctuation
- The consistency of writing style
- Capitalization
- Recurring phrases
- Variations in words (e.g. Websites vs Web Sites)
-
- Replace dummy contents
- Content is formatted and structured correctly
- Copyright dates are correct and will update automatically
- All links work
- Contact details are easy to find and accurate. Test email.
- Imagine
- Picture/Srcset: appropriate image for the current viewport.
- Width and Height: Set width and height attributes on the image if the final rendered image size is known (can be omitted for CSS sizing).
- Alternative text: All image have an alternative text which describes the image
- Lazy loading: Images are lazy loaded.
- Images, audio, and video will work across all supported devices
- Hidden content such as alternate text for images is present and correct
- Images are optimized across web pages
- More compression. There is always more compression to be done, such as image sprites. Be careful when compressing media like images though, as the higher the compression the lower the quality (in most cases).
- Social media share icons are working properly.
- RSS link is working properly
- Site can run without Javascript
Compliance and accessibility
It is important to remember that people with disabilities are not just blind people. Deaf people need closed captions; color vision deficient people need bold contrasting colors, and so on.
- Web pages offer accessibility for users with disabilities (WAI-ARIA).
- Web pages announce if the website uses cookies (required in some countries).
- The website is compliant with usage rights for purchased or borrowed code, images, and fonts.
- Terms and privacy policies are visible to website visitors.
- The website is PCI compliant (if you are storing and processing credit cards).
Links
When a site goes live, the URLs are transferred from a staging area to production. All the URLs change at this time, and they need to be tested.
- Test for broken links
- Test outgoing links from all pages from a specific domain
- Test internal links including the ones that jump to the same page
- Are links properly styled and named?
- 301 Redirects for All Old Pages, a proper website launch will redirect all old page content into a specific new page.
Security & Backups
- 24/7 monitoring scripts are installed.
- A copy of the final website has been made for backup purposes.
- Ongoing copies of the website are being created and stored on a regular basis.
- Test recovering the site at least once through, and document the procedure.
- Passwords and other website credentials are stored in a secure database.
- Check that protected pages do not open without proper login
- Check that directories and files cannot be directly accessed without a download option provided from a page
- Test the CAPTCHA for automated scripts logins
- Check if SSL is used when sensitive information is presented or accepted on the website. HTTPS is applied.
- Check to see that all payments, error messages, security breach attempts get logged in log files on the server
Search engine optimization (SEO)
Sites are open to the public, be sure the user can find the site, the ability to decentralize access to prevent unauthorized access to the site.
- Page titles are sensible and relevant
- Pages have canonical URLs
- URLs are reflective of the information architecture
- The robots.txt is not blocking web pages
- Research has been undertaken to understand what your users are actually searching for instead of making assumptions
- Pages have a meta description that accurately and succinctly describes the page
- When a page cannot be found, or there are redirects, the site sends appropriate headers to inform search engines of the result
- URLs are reflective of the information architecture
- A sitemap has been produced and submitted to search engines
- Microdata is in place to help search engines
- Sitemap HTML: An HTML sitemap is provided and is accessible via a link in the footer of your website.
- Alt text is provided for images
- Submit your site to directories
Analytics
- Your website analytics codes have been inserted on the website.
- Relevant IP addresses have been excluded from analytics tracking.
- Funnels and goals have been properly created in your analytics software (if applicable).
- Google Webmaster and Google Analytics accounts have been properly synced.
- Google AdWords and Google Analytics accounts have been properly synced (if applicable).
- Integrations with third-party tools, such as your CRM, e-commerce software, and/or marketing platform, are running smoothly.
Translation
The contents of the page are translated into different languages upon request or the site is in a different domain.
Accessibility
Accessibility help users to use the site more convenient, so it must ensure that in any active environment it still must work the same.
- Major functionality like main navigation and search should work without JavaScript enabled.
- Using the only keyboard in a previsible order. All interactive elements are reachable and usable.
- All pages were tested in a screen-reader
- Focus style: If the focus is disabled, it is replaced by the visible state in CSS.
After launching
Plan the next launch
The site for the first launch is of course not the best so there will always be constant improvements to improve and grow better. Plan to launch small and launch often, smaller releases have the advantage of being better understood and can cause significantly less damage if something goes wrong, build on the success of the previous launch by planning, developing and releasing further improvements quickly while they are still relevant.
Measuring success
- Website analytics are in place to report on general visitor numbers and behavior taken on the site
- Real-time analytics are in place to provide reporting
- Reporting is in place for in-page engagement – enabling dynamic content personalization unique to visitors as they browse
- Monitoring is in place for engagement with the site/brand on social media.
- Monitoring is in place for page performance (page speed)
Conclusion
Now it’s time. If you’ve fixed every error you encountered in the course of taking these above steps, then your website is as ready as it’s ever going to be. Unleash it onto the world and get ready. Your website may be finished enough to launch, but once it’s out there, it’s time to start paying attention to what works so you can start the never-ending process of making your website better in the days to come. A website can be ready to go live, but a successful website is never really done.