head: Fine-tune meta tags

This commit is contained in:
Matthew Holt 2020-02-23 22:04:02 -07:00
parent 0d3952565d
commit cb9a30b124
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5

View file

@ -5,21 +5,21 @@
<link rel="stylesheet" href="/resources/css/common.css"> <link rel="stylesheet" href="/resources/css/common.css">
<!-- General metatags --> <!-- General metatags -->
<meta name="author" content="Caddy 2"> <meta name="author" content="Caddy Web Server">
<meta name="description" content="Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go"> <meta name="description" content="Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go">
<meta name="theme-color" content="#5ea9a2"> <meta name="theme-color" content="#5ea9a2">
<!-- Open Graph tags --> <!-- Open Graph tags -->
<meta property="og:type" content="website" /> <meta property="og:type" content="website">
<meta property="og:url" content="https://caddyserver.com/" /> <meta property="og:url" content="https://caddyserver.com/">
<meta property="og:title" content="Caddy 2 - The Ultimate Server with Automatic HTTPS" /> <meta property="og:title" content="Caddy - The Ultimate Server with Automatic HTTPS">
<meta property="og:description" content="Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go" /> <meta property="og:description" content="Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go">
<meta property="og:image" content="https://caddyserver.com/resources/images/caddy-open-graph.jpg" /> <meta property="og:image" content="https://caddyserver.com/resources/images/caddy-open-graph.jpg">
<!-- twitter card tags additive with the og: tags --> <!-- Twitter card tags additive with the og: tags -->
<meta name="twitter:card" content="summary_large_image"> <meta name="twitter:card" content="summary_large_image">
<meta name="twitter:domain" value="caddyserver.com" /> <meta name="twitter:domain" value="caddyserver.com">
<meta name="twitter:title" value="Caddy 2 - The Ultimate Server with Automatic HTTPS" /> <meta name="twitter:title" value="Caddy - The Ultimate Server with Automatic HTTPS">
<meta name="twitter:description" value="Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go" /> <meta name="twitter:description" value="Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go">
<meta name="twitter:image" content="https://caddyserver.com/resources/images/caddy-open-graph.jpg" /> <meta name="twitter:image" content="https://caddyserver.com/resources/images/caddy-open-graph.jpg">
<meta name="twitter:url" value="https://caddyserver.com/" /> <meta name="twitter:url" value="https://caddyserver.com/">