Accessibility Issues

Missing Title

Issue

Page has no title

<head>
</head>

Why is it a problem

The page title is the first thing announced by screen readers (and some other assistive technologies) and is therefore an important wayfinding cue.

How to fix it

Add a title element with a title that is clear, informative, unique, and concise.

<head>
    <title>Buying or selling your home - GOV.UK</title>
</head>