|
33 | 33 | <link rel="icon" type="image/png" sizes="96x96" href="{{ asset('build/images/favicon/favicon-96x96.png') }}"> |
34 | 34 | <link rel="icon" type="image/png" sizes="16x16" href="{{ asset('build/images/favicon/favicon-16x16.png') }}"> |
35 | 35 | <link rel="manifest" href="{{ asset('build/images/favicon/manifest.json') }}"> |
| 36 | + <link rel='canonical' href='https://weedwizard.de'> |
36 | 37 |
|
| 38 | + <meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'> |
37 | 39 | <meta name="msapplication-TileColor" content="#ffffff"> |
38 | 40 | <meta name="msapplication-TileImage" content="{{ asset('build/images/favicon/ms-icon-144x144.png') }}"> |
39 | 41 | <meta name="theme-color" content="#ffffff"> |
40 | | - |
| 42 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 43 | + <meta name="revisit-after" content="2 days" /> |
41 | 44 | <meta http-equiv="content-Type" content="text/html; utf-8" /> |
42 | | - <meta name="robots" content="INDEX,FOLLOW" /> |
43 | 45 | <meta http-equiv="content-Language" content="de" /> |
44 | | - <meta name="description" content="Dein Begleiter für sorgenfreien Cannabiskonsum" /> |
45 | | - <meta name="keywords" content="cannabis, konsum, drogen, grass, Cannabis Deutschland, bubatzkarte, cannabis map, konsum map" /> |
46 | | - <meta name="author" content="WeedWizard" /> |
47 | | - <meta name="publisher" content="WeedWizard" /> |
48 | | - <meta name="copyright" content="WeedWizard" /> |
49 | | - <meta name="audience" content="Alle" /> |
50 | | - <meta name="page-topic" content="Cannabis" /> |
51 | | - <meta name="revisit-after" content="2 days" /> |
52 | 46 |
|
53 | | - <meta property="og:title" content="WeedWizard"> |
54 | | - <meta property="og:description" content="Dein Begleiter für sorgenfreien Cannabiskonsum"> |
55 | | - <meta property="og:image" content="https://www.weedwizard.de/build/images/favicon/android-icon-192x192.png"> |
56 | | - <meta property="og:url" content="https://www.weedwizard.de"> |
57 | | - <meta property="og:type" content="website"> |
| 47 | + {% block meta %} |
| 48 | + <meta name="title" content="WeedWizard"> |
| 49 | + <meta name="description" content="Dein Begleiter für sorgenfreien Cannabiskonsum" /> |
| 50 | + <meta name="keywords" content="cannabis, konsum, drogen, grass, Cannabis Deutschland, bubatzkarte, cannabis map, konsum map" /> |
| 51 | + <meta name="author" content="WeedWizard" /> |
| 52 | + <meta name="publisher" content="WeedWizard" /> |
| 53 | + <meta name="copyright" content="WeedWizard" /> |
| 54 | + <meta name="audience" content="Alle" /> |
| 55 | + <meta name="page-topic" content="Cannabis" /> |
58 | 56 |
|
59 | | - <meta name="twitter:card" content="summary_large_image"> |
60 | | - <meta name="twitter:title" content="WeedWizard"> |
61 | | - <meta name="twitter:description" content="Dein Begleiter für sorgenfreien Cannabiskonsum"> |
62 | | - <meta name="twitter:image" content="https://www.weedwizard.de/build/images/favicon/android-icon-192x192.png"> |
63 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 57 | + <meta property='og:site_name' content='WeedWizard'> |
| 58 | + <meta property='og:type' content='website'> |
| 59 | + <meta property="og:title" content="WeedWizard"> |
| 60 | + <meta property="og:description" content="Dein Begleiter für sorgenfreien Cannabiskonsum"> |
| 61 | + <meta property="og:image" content="{{ asset('build/images/favicon/android-icon-144x144.png') }}"> |
| 62 | + <meta property="og:url" content="https://www.weedwizard.de"> |
| 63 | + <meta property="og:type" content="website"> |
| 64 | + |
| 65 | + <meta name="twitter:card" content="{{ asset('build/images/favicon/android-icon-144x144.png') }}"> |
| 66 | + <meta name="twitter:title" content="WeedWizard"> |
| 67 | + <meta name="twitter:description" content="Dein Begleiter für sorgenfreien Cannabiskonsum"> |
| 68 | + <meta name="twitter:image" content="{{ asset('build/images/favicon/android-icon-144x144.png') }}"> |
| 69 | + {% endblock %} |
| 70 | + |
| 71 | + <meta name='mobile-web-app-capable' content='yes'> |
| 72 | + <meta name='apple-mobile-web-app-capable' content='yes'> |
64 | 73 | </head> |
65 | 74 |
|
66 | 75 | {% include 'templates/_site_loader.hmtl.twig' %} |
|
0 commit comments