The title of the page represents the content or the function of the page. Every visitor looks at the page title to check if they are in the right page or not, similarly a screen reader user too checks the page title with a specific key command. NVDA and Jaws read out the page title with a simple command NVDA / JAWS key + t.
The title of the page should be clear and specific to the topic the page holds. A portion of the page should also contain the name of the website. The title element that goes in the header of the page consists the page title.
Example: Contact page of Maxability will have the following page title.
<html>
<head>
<title>Contact Us – Maxability</title>
</head>