Hub
Menu
Sub navigation

Page Titles and Meta Descriptions

Correct Page Titles and Meta Descriptions for each page makes it easier for Search engines. In every Go Template I have a general "head" component. Therefore the Title and Description must be unique for each page. There is a recommended length, but I think meaningless chattering is worse than "fill the quota".

<head>
  {{template "httphead" . }}
  <title>Title 65-70 characters</title>
  <meta name="Description" content="Description 150 to 160 characters">
</head>