The title should be a maximum of 60 characters.
HTML Code:
<title>TITLE</title>
author - write email or your name.
HTML Code:
<meta name=“author“ content=“xxx@xxx.xx“ />
description - write a description of your page.
HTML Code:
<meta name=“description“ content=“Description of your page“ />
keywords - keywords up to 250 characters.
HTML Code:
<meta name=“keywords“ content=“keyword,keyword,keyword“ />
revisit-after - bot time period for scan the page.
HTML Code:
<meta name=“revisit-after“ content=“14 days“ />
content type - specify text/html, if XML - text/xml, if RSS - application/rss + xml or something else. Also specify the page encoding, I recommend UTF-8
HTML Code:
<meta http-equiv="content-type" content="text/html; charset=utf-8" />