mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
head: Fine-tune meta tags
This commit is contained in:
parent
0d3952565d
commit
cb9a30b124
1 changed files with 13 additions and 13 deletions
|
@ -5,21 +5,21 @@
|
|||
<link rel="stylesheet" href="/resources/css/common.css">
|
||||
|
||||
<!-- General metatags -->
|
||||
<meta name="author" content="Caddy 2">
|
||||
<meta name="description" content="Caddy 2 is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go">
|
||||
<meta name="author" content="Caddy Web Server">
|
||||
<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">
|
||||
|
||||
<!-- Open Graph tags -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://caddyserver.com/" />
|
||||
<meta property="og:title" content="Caddy 2 - 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:image" content="https://caddyserver.com/resources/images/caddy-open-graph.jpg" />
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://caddyserver.com/">
|
||||
<meta property="og:title" content="Caddy - The Ultimate Server with Automatic HTTPS">
|
||||
<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">
|
||||
|
||||
<!-- 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:domain" value="caddyserver.com" />
|
||||
<meta name="twitter:title" value="Caddy 2 - 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:image" content="https://caddyserver.com/resources/images/caddy-open-graph.jpg" />
|
||||
<meta name="twitter:url" value="https://caddyserver.com/" />
|
||||
<meta name="twitter:domain" value="caddyserver.com">
|
||||
<meta name="twitter:title" value="Caddy - The Ultimate Server with Automatic HTTPS">
|
||||
<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:url" value="https://caddyserver.com/">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue