diff --git a/guidelines/2.4.2.md b/guidelines/2.4.2.md index a76f0d4..19c9928 100755 --- a/guidelines/2.4.2.md +++ b/guidelines/2.4.2.md @@ -30,7 +30,6 @@ Each page must have a unique title that indicates its topic or purpose. * The page title is not unique within the website/app; * The page title does not indicate its topic or purpose; -* The title does not indicate the page is part of a service on Gov.UK; * The page title isn't updated when the main content of the page changes * This mistake is common in Single Page Apps @@ -69,6 +68,7 @@ See the [W3C's detailed explanation of this guideline](https://www.w3.org/TR/UND ## Guidance for Web * Each page has a unique and descriptive title, provided via the `` element. +* The `<title>` element indicates that the page is part of a website; * In single page applications, the title is updated every time a new view is loaded. ### Update the page title in Single Page Applications