HTML5からHTML4.01での設定方法が優しくなったので、以下が最低限設定。

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="author" content="">
<meta name="description" content="">
<meta name="format-detection" content="telephone=no,address=no,email=no">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/icon/favicon.ico">
<link rel="stylesheet" href="/style.css">
<title>ほげほげ</title>
</head>

WordPressではタイトルは必要ない。wp-head()で自動生成

keywordsはHtml5ではあまりSEO的に効果なし。