|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | -<title>{{index .T "title_create_draw"}}</title> |
| 6 | +<title>{{index .T "page_title"}}</title> |
| 7 | +<meta name="description" content="{{index .T "meta_description"}}"> |
| 8 | +<meta property="og:title" content="{{index .T "page_title"}}"> |
| 9 | +<meta property="og:description" content="{{index .T "meta_description"}}"> |
| 10 | +<meta property="og:type" content="website"> |
| 11 | +{{if .Canonical}}<meta property="og:url" content="{{.Canonical}}">{{end}} |
| 12 | +<meta property="og:image" content="https://secret-santa-draw.app/static/santa.svg"> |
| 13 | +<meta name="twitter:card" content="summary"> |
| 14 | +<meta name="twitter:title" content="{{index .T "page_title"}}"> |
| 15 | +<meta name="twitter:description" content="{{index .T "meta_description"}}"> |
7 | 16 | {{if .Canonical}}<link rel="canonical" href="{{.Canonical}}">{{end}} |
| 17 | +<link rel="alternate" hreflang="en" href="{{.Canonical}}?lang=en"> |
| 18 | +<link rel="alternate" hreflang="fr" href="{{.Canonical}}?lang=fr"> |
| 19 | +<link rel="alternate" hreflang="de" href="{{.Canonical}}?lang=de"> |
| 20 | +<link rel="alternate" hreflang="pt" href="{{.Canonical}}?lang=pt"> |
| 21 | +<link rel="alternate" hreflang="it" href="{{.Canonical}}?lang=it"> |
| 22 | +<link rel="alternate" hreflang="x-default" href="{{.Canonical}}"> |
8 | 23 | <link rel="icon" href="/static/santa-hat.png" type="image/png"> |
9 | 24 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
10 | 25 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
11 | 26 | <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Lato:wght@400;500;700&display=swap"> |
12 | 27 | <link rel="stylesheet" href="/static/style.css"> |
| 28 | +<script type="application/ld+json"> |
| 29 | +{ |
| 30 | + "@context": "https://schema.org", |
| 31 | + "@type": "WebApplication", |
| 32 | + "name": "Secret Santa Draw", |
| 33 | + "url": "https://secret-santa-draw.app", |
| 34 | + "description": "{{index .T "meta_description"}}", |
| 35 | + "applicationCategory": "UtilitiesApplication", |
| 36 | + "operatingSystem": "All", |
| 37 | + "inLanguage": ["en", "fr", "de", "pt", "it"], |
| 38 | + "offers": { |
| 39 | + "@type": "Offer", |
| 40 | + "price": "0", |
| 41 | + "priceCurrency": "USD" |
| 42 | + } |
| 43 | +} |
| 44 | +</script> |
13 | 45 | </head> |
14 | 46 | <body> |
15 | 47 | <div class="snowflakes" aria-hidden="true"> |
|
0 commit comments