-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (73 loc) · 3.61 KB
/
Copy pathindex.html
File metadata and controls
80 lines (73 loc) · 3.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CaneDr — A Guide to Sugarcane Diseases</title>
<meta
name="description"
content="Identify sugarcane diseases and disorders with this free interactive guide by CIRAD: guided diagnosis, a searchable catalog of 80+ diseases and 500 photographs."
/>
<meta name="author" content="CIRAD" />
<meta
name="keywords"
content="sugarcane diseases, sugarcane disorders, sugarcane pathology, disease identification, CIRAD, plant pathology, sugarcane guide"
/>
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#15803d" />
<link rel="canonical" href="https://canedr.cirad.fr/" />
<link rel="alternate" hreflang="en" href="https://canedr.cirad.fr/" />
<link rel="alternate" hreflang="fr" href="https://canedr.cirad.fr/" />
<link rel="alternate" hreflang="es" href="https://canedr.cirad.fr/" />
<link rel="alternate" hreflang="x-default" href="https://canedr.cirad.fr/" />
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<link rel="apple-touch-icon" href="/assets/icon-192.png" />
<link rel="manifest" href="/manifest.webmanifest" />
<!-- Open Graph (Facebook, LinkedIn, WhatsApp...) -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="CaneDr" />
<meta property="og:title" content="CaneDr — A Guide to Sugarcane Diseases" />
<meta
property="og:description"
content="Identify sugarcane diseases and disorders with this free interactive guide by CIRAD: guided diagnosis, a searchable catalog of 80+ diseases and 500 photographs."
/>
<meta property="og:url" content="https://canedr.cirad.fr/" />
<meta property="og:image" content="https://canedr.cirad.fr/assets/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="CaneDr — A Guide to Sugarcane Diseases" />
<meta property="og:locale" content="en_US" />
<meta property="og:locale:alternate" content="fr_FR" />
<meta property="og:locale:alternate" content="es_ES" />
<!-- Twitter / X -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="CaneDr — A Guide to Sugarcane Diseases" />
<meta
name="twitter:description"
content="Identify sugarcane diseases and disorders with this free interactive guide by CIRAD: guided diagnosis, a searchable catalog of 80+ diseases and 500 photographs."
/>
<meta name="twitter:image" content="https://canedr.cirad.fr/assets/og-image.png" />
<!-- Structured data (schema.org) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "CaneDr — A Guide to Sugarcane Diseases",
"alternateName": "D-CAS",
"url": "https://canedr.cirad.fr/",
"inLanguage": ["en", "fr", "es"],
"description": "Identify sugarcane diseases and disorders with this free interactive guide by CIRAD: guided diagnosis, a searchable catalog of 80+ diseases and 500 photographs.",
"publisher": {
"@type": "Organization",
"name": "CIRAD",
"url": "https://www.cirad.fr/",
"logo": "https://canedr.cirad.fr/assets/icon-512.png"
}
}
</script>
</head>
<body>
<div id="app" class="min-h-screen flex flex-col"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>