Find us at BrightonSEO 25/26 April - STAND 18! Fill your swag bag!

Website auditing fundamentals

When you are producing a website audit there are several important stages, which can be summarised as follows:

  1. Discovery - collecting and compiling data about the website, to get a complete picture of how the site fits together.
  2. Understanding - digging into the data, figuring out what issues are hampering the website and what might be done to fix them.
  3. Prioritization - identifying the most important issues that require attention soonest.
  4. Communication - clearly demonstrating issues, explaining their significance, and convincing stakeholders to take action.

Whilst these stages overlap to some degree, in general they are distinct. Sitebulb website audit software covers all of these stages, and you, as the SEO, also play a significant role.

This article will piece together the different stages of the process, and clarify how to do certain tasks to complete each stage.

#1 Discovery

In the discovery phase, crawling the website is a key task, as crawling should theoretically give you the entire 'universe' of pages on a website that are accessible to crawlers.

At this point you will also want to spend time browsing around the website itself, digging into Google Analytics and Google Search Console, and speaking to the client in order to understand the state of the current website and its recent history. What you find out during the discovery stage can have a huge impact on how you approach the audit - for example, if the client recently launched a new site design.

Launch an initial crawl

Since you are in the discovery phase, it can be useful to fire up an exploratory initial crawl, to get a feel for the size of the site and how it's put together. 

At it's heart, Sitebulb is a world-class crawling tool, with extremely advanced crawl functionality. Setting up a crawl is the first step in carrying out a website audit, and you do this in Sitebulb by setting up a new Project and going through the Audit setup.

You need to answer a crucial question right at the start of the audit:

  • HTML Crawler

    OR
  • Chrome Crawler

selecting your crawler type

In general, the HTML Crawler as a default choice will be sufficient most of the time. It is quicker and uses less local resources (CPU/RAM), so always try to use the HTML Crawler if you can. However, some websites utilise JavaScript to change the page content, and on these sites it is necessary to use the Chrome Crawler.

In particular, websites that use JavaScript frameworks like Angular or React change ALL the page content using JavaScript, so the only way to crawl these sites is with the Chrome Crawler.

Technically, the difference between the two is that the Chrome Crawler will render all the scripts on the page BEFORE extracting the rendered HTML for analysis (i.e. the thing you see in Chrome DevTools when you do 'Inspect'). The HTML Crawler simply uses the raw source HTML (i.e. the thing you see if you do 'View Source').

Select crawl sources

The way the crawler works is as follows: starting at the Start URL (normally the homepage) that you enter, it parses the HTML, and extracts any linked URLs it finds. These URLs are then added to the scheduler, and will be crawled in the same way. As more URLs are crawled, URLs keep getting added to the scheduler, until no more new URLs are found. Then the crawler works it's way through the remaining queue until it is done.

By selecting other crawl sources, for example XML Sitemaps, you can add URLs to this scheduler (queue) even if they weren't found via links on the website.

You can also add URLs simply by uploading them via a CSV list. Most of the time you won't need to do this, so a typical 'discovery' audit will include only 'Crawl Website' and 'XML Sitemaps'.

crawling sources

There are lots of other crawl and audit settings you can choose to turn on or off, which you can understand further by reading this article.

Exploring crawl data

Once your crawl has finished, you will be presented with the audit report, which starts with the Audit Overview. From here you can navigate to other areas of the audit and explore the data that Sitebulb collects.

Audit overview page

  1. The options at the top contain lots of different ways to access the data, such as exploring crawl data via the URL Explorer, exporting to PDF format, or visualising the data in Site Visualisations.
  2. The options along the left hand menu are the various reports that Sitebulb generates. This will change depending on the audit options you select when setting up the audit.
  3. The scores show you a high-level interpretation of how well optimised the website is, and areas that may need a bit of work.
  4. A summary of the core crawl data, and options to 'View', which allows you to jump directly into a list view of the data.

The general workflow that we expect users to follow is to explore the reports along the left, one by one, which contain advice and insights for different areas of optimisation, contextualised within the area you are exploring.

#2 Understanding

All websites are different, and as such have different needs when auditing. Typically you want to do some general exploration, and dive into areas that look like they might reveal wider issues or problems with the website.

Sitebulb contains a feature called 'Hints', which are a set of issues or opportunities that are pre-checked by Sitebulb, so you only need to look into them if an issue is present.

Each of the reports down the left hand menu contain their own associated set of Hints, which can be accessed via the Hints tab:

onpage-hints-section

Each Hint is prioritized - Critical/High/Medium/Low - so you can easily spot the most important issues. By hitting either the View URLs or Export URLs button you can explore the data further.

When issues are present on the page itself, Sitebulb is often able to demonstrate the issue directly in the code, which can access by hitting the Hint Details button on the URL List. This will bring up the rendered HTML and show you where the issue sits in the HTML itself.

Image Alt Text

At this stage, you are still exploring the website and trying to understand which sorts of issues might be affecting it. Every website you encounter will trigger at least 20 Hints, as there are always some things you can improve, but your job is to try and determine which ones are the most significant. In your search for understanding, you should be looking for strings you can pull on in order to reveal more about what's going on.

If you are ever unsure what a Hint means or want to better understand its significance, click on the Learn More links:

Learn more about this hint

These take you through to a dedicated page on the website which explains exactly what the Hint means, why it is significant, and what you can do to fix it. The language used is simple and client friendly, so you can copy/paste it directly into your reports!

#3 Prioritization

Prioritization really comes in two stages. As the SEO, you need to prioritise your own time and spend it wisely, digging into issues that are important, rather than wasting time on areas that are not going to make an impact.

Similarly, when communicating with clients, you want to be able to offer up a prioritized list, so they know exactly which recommendations to deal with first.

Prioritizing your time

As per the images above, Sitebulb picks out the most important issues for you to focus on, and by first focusing your energy on 'Critical' and 'High' issues you can be confident that you are using your time well.

Each Hint contains so additional metadata which can help you make quick decisions about whether to dig in further:

Priority-hints

  • URLs - this is simply the number of URLs that triggered the Hint
  • Percentage - this shows you how widely the issue affects the site. In this example, every page is affected.
  • Indexable - this shows you how many Indexable URLs are affected.
  • Not Indexable - this shows you have many Not Indexable URLs are affected.

This data is meant to be appreciated as a whole. You might have a 'Critical' issue that only affects 2 URLs, both of which are Not Indexable - so you could quickly rule this out as being a waste of time to explore further. Similarly, the percentage coverage gives you a really quick understanding for how widespread the problem is.

Prioritizing recommendations

With the prioritized Hint system, Sitebulb is giving you the tools to make informed decisions about which recommendations to make in audit reports.

Often, people like to include some standard/checklist items in their audit, for example:

  • Broken links
  • Redirects
  • Page titles
  • Etc...

Whilst there is nothing wrong with this at all, for many sites fixing this stuff will not move the needle in terms of organic search improvements. You also need to ensure that the most significant issues are at the forefront of your audit - anything Sitebulb marks as 'Critical' in particular.

Critical Issues

This is also where you need to ensure all your explaratory work in the Discovery phase is used to contextualise your recommendations. For example, if you found that there has been a big issue around indexing, you should hopefully have found some technical issues which may have caused this, and these indexing fixes should be the top priority in the audit you present to your client.

#4 Communication

This is arguably the most important part of the audit process. You could have done the most amazing forensic analysis possible, and determined the exact solution for the specific problem a site is facing, but if you are unable to convince anyone to take action on your findings, it may all be for nothing.

The job of an SEO is to be persuasive. You need to convince people that there is a problem that needs fixing, and that your recommendation is the route they should take in order to fix it.

Bear in mind that this might be a number of different people:

  • The client/contact you are dealing with at the company - you need them on board with your ideas.
  • The developer(s) who will do the implementation work - you need them to understand that the work they do will have a significant impact on the company.
  • The CEO/boss who will ultimately sign off on the work - you need them to appreciate the financial risk/reward.

Sitebulb gives you lots of different tools to help you communicate with different stakeholders:

The Client

This is the person who you will typically need to spend most time convincing, as they are often the individual responsible themselves for convincing others within their organisation.

Include explanations of the situation and what you found during the exploratory phase, so that they understand the wider context that the audit was carried out under.

Visualisations can be extremely helpful for communicating issues in an impactful manner, for example, to communicate the scale of an issue:

Pie-charts-auditing

Similarly, they can be used to uncover unusual or sub-optimal patterns. For example, this Crawl Radial site visualisation provides a very intuitive way to demonstrate pagination issues, which may otherwise be very complicated to explain:

Crawl Radial

The Developer

Depending on the situation, there might not be 'a developer' per se, but there will still be somone who needs to do the implementation (this may even be the client themselves). It is important that this person has access to data in a way that is clear and actionable.

For example, if you identify a bunch of 404s on the site, and lots of them are caused by a broken link in the navigation. If you can identify the offending link and clearly communicate this in the audit (e.g. a screenshot pointing at the broken link in the footer), this will make it a lot easier to fix the underlying issue, than simply a spreadsheet dump of all the problems.

However, spreadsheets are a big part of the 'deliverable' of an audit, as they back up any assertions made in the audit, and also provide a clear pathway for fixes - literally a list to work through.

Sitebulb provides exports of almost every single data table you can find in the tool. The green export buttons allow you to export to CSV or directly into Google Sheets.

Export options

This gives you a clear and actionable way to provide exactly what the developer ('implementor') needs in order to get the problem fixed.

Google Sheets data

The Boss

You may be far removed from 'The Boss', the person who ultimately makes decisions and assigns budget, which is why it is imperative you arm your client/contact with everything they need to do the convincing themselves.

Typically, C-level executives are time-poor, and are not interested in the finer detail, so giving them an overview is normally a really useful tool.

The audit scores in Sitebulb are built specifically for this reason:

audit overview scores

"Excellent, our SEO score is really good. But GREAT SCOTT look at our security score! Let's get on that right away."

I am paraphrasing, but you get the gist.

Using data like scores and summary statistics can allow you to build an executive summary, which your client can put in front of any executives who want to understand the audit recommendations.

The building blocks

These fundamental considerations are really just the building blocks for producing useful, actionable website audits. Applying this sort of thinking is the first step, but in this sort of work there is no shortcut for experience.

The more websites you audit, the more (different) clients you work with, the more you will better appreciate where and how to spend your time, and how to make your audits increasingly valuable.