-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (46 loc) · 2.34 KB
/
Copy pathindex.html
File metadata and controls
50 lines (46 loc) · 2.34 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Recipe Collections</title>
<meta name="title" content="Recipe Collections" />
<meta name="description" content="Explore our curated collection of international recipes including Japanese, Italian, Indian, Thai, Chinese cuisine and more. Step-by-step instructions in multiple languages." />
<meta name="keywords" content="recipes, cooking, international cuisine, Japanese recipes, Italian recipes, Indian recipes, Thai recipes, food, cooking instructions, multilingual recipes" />
<meta name="author" content="Recipe Collections" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cnotv-recipes.netlify.app/" />
<meta property="og:title" content="Recipe Collections" />
<meta property="og:description" content="Explore our curated collection of international recipes including Japanese, Italian, Indian, Thai, Chinese cuisine and more. Step-by-step instructions in multiple languages." />
<meta property="og:image" content="https://cnotv-recipes.netlify.app/og-image.jpg" />
<meta property="og:site_name" content="Recipe Collections" />
<meta property="og:locale" content="en_US" />
<!-- Additional SEO -->
<link rel="canonical" href="https://cnotv-recipes.netlify.app/" />
<meta name="theme-color" content="#f8fafc" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Recipe Collections",
"description": "Curated collection of international recipes with step-by-step instructions",
"url": "https://cnotv-recipes.netlify.app/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://cnotv-recipes.netlify.app/?search={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>