This is an example format for a tipical web page source, which includes the proper Meta Tags in it::

<HTML>
<HEAD>
<TITLE>Site Title...</TITLE>
<META name="title" content="Titolo del Sito...">
<META name="keywords" content="keyword1, keyword2, etc.">
<META name="description" content="Site Description...">

</HEAD>

<BODY>
... Page content is placed here and is written in HTML language ...

</BODY>
</HTML>