diff --git a/understanding/20/page-titled.html b/understanding/20/page-titled.html
index 5b4f13f73a..82b88f5576 100644
--- a/understanding/20/page-titled.html
+++ b/understanding/20/page-titled.html
@@ -96,15 +96,23 @@
Examples of Page Titled
An HTML web page
The descriptive title of an HTML web page is marked up with the <title> element so
that it will be displayed in the title bar of the user agent.
- A document collection
+ A guide on authoring practices
- The title of Understanding WCAG 2.2 is "Understanding WCAG 2.2".
+ The title of the landing page is "ARIA Authoring Practices Guide | APG | WAI | W3C"
- - The Introduction to Understanding WCAG page has the title "Introduction to Understanding WCAG".
- - Major sections of the document collection are pages titled "Understanding Guideline X" and "Understanding Success Criterion X."
- - Appendix A has the title "Glossary."
- - Appendix B has the title "Acknowledgements."
- - Appendix C has the title "References."
+ -
+ The patterns list page has the title "Patterns | APG | WAI | W3C"
+
+ -
+ Specific patterns are pages titled "X Pattern | APG | WAI | W3C" (e.g., "Alert and Message Dialogs Pattern | APG | WAI | W3C")
+
+ - Specific examples for each pattern are pages titled "X Example | APG | WAI | W3C" (e.g., "Alert Dialog Example | APG | WAI | W3C")
+
+
+
+
+ - Practices page has the title "Practices | APG | WAI | W3C"
+ - Index page has the title "Index | APG | WAI | W3C"
A web application