Provide a unique page title
If the URL changes, your page needs title unique to that page.
- Make sure that the important information always comes first. This makes sure that multiple bookmarks from the same site are easy to browse through in the bookmarks folder and listeners to your page get the most important information first.
<head>
<title>document title | category | site name</title>
<!-- or just -->
<title>document title | site name</title>
</head>
- Use a separator character that also works well for screen-reader
<!-- Don't do this -->
<head>
<title>page title -::- section title -::- site name</title>
</head>
<!-- A screen-reader will read this as:
Page title minus colon colon minus section title minus colon colon minus site name -->
Also check our this article about The Sound of the Accessible Title Text Separator
Learn more about the related success criteria:
2.4.2 Page Titled (Level: A)