TABLE OF CONTENTS




Web accessibility refers to access to web content for all people (including those with visual or hearing impairments, etc.), regardless of the device used (mobile phone, tablet, etc.) and their environment (noise level, lighting, etc.). The challenge is therefore to take into account all viewing conditions when creating your website and its content.

<aside> 🔥

Since 2021 in Belgium, all public services are required to offer accessible web platforms (websites or mobile applications) in accordance with WCAG 2 AA criteria. Don't wait for this obligation to apply to the private sector to get up to speed! (opens in a new window)

</aside>

Structure your content

The principle behind Minotaure is to make the most of the considerable flexibility given to writers to create content that is appealing, clear (and concise); in short, enjoyable to read. The main challenge is to enable users to quickly scan pages to find the information they are looking for in the shortest possible time.

To achieve this, there are two ways of approaching things.

Develop your own storytelling using Minos blocks

If you have had the opportunity to participate in Spade workshops, you are already familiar with our Minotaure UXKit content templates. These participatory workshops can be reorganized internally according to the content needs to be created.

UXKit-Prototyping8.jpg

Minotaure wooden blocks, used during workshops

Developing your storytelling requires taking a few rules into account to maintain consistency.

Tips for making text content more readable and accessible

Copy and paste

It is common for the content of future web pages to be written first in a word processing document (Microsoft Word or similar). The text is then copied and pasted into the content block. This often leads to a series of problems, whether functional or layout-related.

The main reason is that we don't usually copy just plain text, but an entire layout environment.

Copying text also copies information about the font used, font size, line spacing, color, etc. However, most of these elements are not necessary in the environment where we want to paste the content. This is because the typography, line spacing, style of structural elements (headings, subheadings), color, etc., are already managed by the style sheet (CSS) of your website. This is what guarantees your visual identity and a consistent graphic environment.

You should therefore always avoid importing anything other than plain text content.

Editing tips

Don’t copy and paste

The first solution is to write directly into the appropriate blocks: this allows you to create or adapt your content according to your own environment.

How can you avoid problems if copying and pasting is unavoidable?

If you still need to copy and paste, it is best to use an intermediate tool that does not retain the layout. This could be a plain text editor (Notepad on Windows, TextEdit on Mac), or an HTML code editor (Atom, SublimeText, etc.).

Some software programs allow you to do a ‘special’ paste that will automatically remove tags: this is the case with TextEdit on Mac, with the Paste and Match Style option.

image.png

<aside> 🤗 TipIf you copy your text directly into the Text tab of the block (rather than Visual, which is the default), your text will be pasted without styles. Handy!

Capture d’écran 2022-09-12 à 15.58.09.png

</aside>

<aside> 🔥

Make sure you only have one level 1 heading per page!

The first field to fill in a Minotaure block is usually its title. By default, it is set to H1. Remember to manually change it to H2 if you have already defined the main title of your page. This is a structural element that will help you understand your site in terms of accessibility, but also for search engine optimization (SEO).

Enregistrement de l’écran 2025-01-09 à 16.32.16.mov

</aside>

Insert meaningful images

All images you upload to your website must be linked to certain information:

Alternative text

It is useful for several reasons:

<aside> 💡

Is your image informative or decorative? Alternative text is not always necessary.

Alternative text is an alternative to all meaningful images, i.e., all images that provide additional information to the text they accompany.

You need to ask yourself a few questions before adding alternative text:

Is my image decorative? Or does it provide information?

Example 1: an image showing a person walking their dog. This image is purely decorative. It accompanies my article and has no function.

Example 2: I add my partners' logos to the footer. The image provides information and therefore alternative text is necessary: the content will be the name of the partner. See how to add partner logos to the footer while taking accessibility into account.

Example 3: I add an image of my company's organizational chart without text. Here, the image is informative, but the alternative text is not designed to add as much description of the entire organizational chart. It will therefore be important to create text explaining the structure of my company.

Anysurfer provides more information on alternative text

</aside>

Capture d’écran 2023-05-12 à 17.08.18.png

To add alternative text to all your media:

  1. Click on Media in the Dashboard
  2. Add the desired information for each image

Capture d’écran 2023-05-12 à 17.10.46.png

Optional

Additional Best Practices

Image Ratio

Choose a consistent image ratio to ensure a harmonious and well-balanced layout.

Image Compression

Optimize image file sizes to improve performance and reduce page loading times.

Image Format

Use web-appropriate image formats (JPEG, PNG, WebP) depending on the intended use of the image.

How to Optimize