First, you need your tree in a form where you can easily work with it – typically, a simple text-document format on a computer. If you’re working with an online tree-testing tool, this will also let you easily copy your finalized tree into the tool later.

(While you can prepare your tree directly in your tree-testing tool, we’ve found that this is usually slower and fussier than working in a dedicated document app first.)

Using a text file

Some people use plain ASCII text files (e.g. tree1.txt), while others use a word processor (e.g. tree1.doc). Each heading is a separate line of text, and its level in the tree is shown by indenting with spaces or (even better) tabs:


Using a spreadsheet

While either of these will work, we recommend using a spreadsheet instead, because:


 

If you’re working alone, use your favorite spreadsheet program (e.g. Microsoft Excel, Apple Numbers, etc.).

However, if you’re collaborating with others, we highly recommend using a online spreadsheet (such as Google Sheets) that provides multi-user editing. This lets everyone stay current and contribute without having to email files around and manually consolidate changes later.

Here are sample files in Excel and Google Sheets formats to help you get started. Feel free to tweak them to suit your needs:

FileFormatDescription
  • sample file
Microsoft Excel~description
  • sample file
Google Sheets~description

 

A few notes about our spreadsheet template:

For the remainder of this guide, we’ll use the spreadsheet method, although these ideas should be easy to adapt to other methods as well.

Sourcing the tree

If you’re dealing with a small tree, and you don’t already have it in a form that can easily be converted to a spreadsheet or text file, it’s sometimes easiest to just type it manually into your spreadsheet.

However, most tree testing is done on not-small sites, where findability becomes a real problem to solve. For these sites, typing the site structure manually is tedious. It’s usually better to find an existing map of the site and figure out how to convert it to the format you need.

To the best of our knowledge, there is no standard file format or schema for mapping site structures. (Even Google's sitemap file format does not include hierarchy information.) Because of this, importing your existing tree depends on where it’s coming from:

Using the right format

Whichever tool you use to create and edit your site tree, you'll want to make sure that it can eventually be imported easily and reliably into your tree-testing tool.

Luckily, the format itself only has 1 major rule: One heading per line

~pic of right and wrong formatting

Many first-timers make the mistake of putting the first subheading of a section on the same line as the section's heading. This makes it harder to move around subheadings while you're revising, and may cause problems when importing to your tree-testing app.

 

Importing the tree will save you a lot of typing, but it’s not a silver bullet. You’ll still need to check your tree for link-name discrepancies and for problematic or missing content, which we describe in the remainder of this chapter.

 


Next: Which part of the tree?