|
4 | 4 | description: "FLwatch displays your LibreLinkUp glucose readings on iPhone and Apple Watch. Open-source app with insulin-on-board calculation and widgets." |
5 | 5 | permalink: /index.html |
6 | 6 | image: /assets/images/app-preview-optimized.png |
7 | | -canonical_url: https://poml88.github.io/FLwatch/en/ |
| 7 | +canonical_url: https://poml88.github.io/FLwatch/ |
8 | 8 | comment: SEO copied from English page - check from time to time |
9 | 9 | sitemap: false |
10 | 10 | --- |
|
13 | 13 | <head> |
14 | 14 | <meta charset="utf-8"> |
15 | 15 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
16 | | - <meta http-equiv="refresh" content="0; url={{ site.baseurl }}/en/"> |
17 | 16 |
|
18 | 17 |
|
19 | 18 | <!-- SEO --> |
|
26 | 25 |
|
27 | 26 |
|
28 | 27 | <!-- App-specific meta (kept outside seo tag) --> |
29 | | - <meta name="robots" content="max-image-preview:large"> |
| 28 | + <meta name="robots" content="index, follow"> |
30 | 29 | <meta name="apple-itunes-app" content="app-id=6670172928"> |
31 | 30 | <link rel="icon" href="/FLwatch/assets/img/favicon.ico"> |
32 | 31 | <link rel="apple-touch-icon" href="/FLwatch/assets/img/apple-touch-icon.png"> |
|
61 | 60 |
|
62 | 61 | <script> |
63 | 62 | (function(){ |
| 63 | + const isBot = /googlebot|bingbot|yandex|duckduckbot|baiduspider/i |
| 64 | + .test(navigator.userAgent); |
| 65 | + |
| 66 | + if (isBot) return; // allow indexing |
| 67 | + |
64 | 68 | var supported = ['en','de','fr','es','it','ja','zh-Hans']; |
65 | 69 |
|
66 | 70 | function baseFromPath(){ |
|
107 | 111 | <a href="{{ site.baseurl }}/de/">Deutsch</a> · |
108 | 112 | <a href="{{ site.baseurl }}/fr/">Français</a> · |
109 | 113 | <a href="{{ site.baseurl }}/es/">Español</a> · |
110 | | - <a href="{{ site.baseurl }}/es/">Italiano</a> · |
| 114 | + <a href="{{ site.baseurl }}/it/">Italiano</a> · |
111 | 115 | <a href="{{ site.baseurl }}/ja/">日本語</a> · |
112 | 116 | <a href="{{ site.baseurl }}/zh-Hans/">简体中文</a> |
113 | 117 | </p> |
|
0 commit comments