How do I insert Meta Tags om my site?

Open your homepage in HTML editor. Inside <head> tag insert this two lines (red text):

<meta Name="description" content="
This is my description">
<meta Name="keywords" content="
Keyword1, Keyword2, Keyword3, KeywordN">

Edit green text and insert your site description, and site keywords (comma delimited).