This is the area at the top of the page where the Title and META tags reside. Example:
<HEAD>
<TITLE>My Page Title Here</TITLE>
<META name="description" content="My description here.">
<META
name="keywords" content="blue widgets">
</HEAD>
Make sure your Title tag is the first tag in the <HEAD> section of your page, followed by the META description tag and the META keywords tag, in that order.