Page titles
Goal: attach page titles on each route.
All the different pages of the website should have dedicated page title so that the assistive technologies can notify the user about the current active page. This is helpful when multiple tabs are open in browser and user is trying to access a particular tab. This is helpful for all users even if we are not using any assitive technologies.
Demo:
With same title for all pages
Home page
Welcome to explore accessibility website
With dedicated title for all pages
Home page
Welcome to explore accessibility website
Sample code:
Assign document title for each route, like below:document.title = 'your page title here'