Meta

Source: https://htmlhead.dev/. The website is hosted onGitHub Pages: https://github.com/joshbuchea/HEAD.

<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--
  The above 2 meta tags *must* come first in the <head>
  to consistently ensure proper document rendering.
  Any other head element should come *after* these tags.
 -->
<title>Page Title</title>
 

Elements

Valid <head> elements include meta, link, title, style, script, noscript, and base.

Kamil’s favourite

Meta

<!-- Name of web application (only should be used if the website is used as an app) -->
<meta name="application-name" content="Application Name">
 
<!-- Theme Color for Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#4285f4">
 
<!-- Short description of the document (limit to 150 characters) -->
<!-- This content *may* be used as a part of search engine results. -->
<meta name="description" content="A description of the page">
<!-- Helps prevent duplicate content issues -->
<link rel="canonical" href="https://example.com/article/?page=2">
 
<!-- Feeds -->
<link rel="alternate" href="https://feeds.feedburner.com/example" type="application/rss+xml" title="RSS">
<link rel="alternate" href="https://example.com/feed.atom" type="application/atom+xml" title="Atom 0.3">

Browsers/Platforms

Google Chrome
<!-- Disable translation prompt -->
<meta name="google" content="notranslate">