-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (48 loc) · 2.99 KB
/
index.html
File metadata and controls
55 lines (48 loc) · 2.99 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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content" />
<!-- Primary Meta Tags -->
<meta name="description" content="Groq Recipe Book - Your Personal Recipe Collection. Store, organize, and manage your favorite recipes in one beautiful place.">
<meta name="keywords" content="recipe book, recipe manager, cooking, recipes, food, ingredients, meal planning, recipe organizer, cookbook">
<meta name="author" content="Ayman Soliman">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="theme-color" content="#ff6b35">
<meta name="color-scheme" content="light">
<!-- Canonical URL -->
<link rel="canonical" href="https://groq-recipe-book.vercel.app">
<!-- Preconnect to required origins for faster loading -->
<link rel="preconnect" href="https://res.cloudinary.com" crossorigin>
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="public/logo.svg" />
<link rel="apple-touch-icon" href="public/logo.svg" sizes="180x180">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="Groq Recipe Book">
<meta property="og:url" content="https://groq-recipe-book.vercel.app">
<meta property="og:title" content="Groq Recipe Book - Your Personal Recipe Collection">
<meta property="og:description" content="Store, organize, and manage all your favorite recipes in one beautiful place. Create, edit, and discover delicious recipes by Chef Groq.">
<meta property="og:image" content="https://res.cloudinary.com/dxlofja7z/image/upload/f_auto,q_auto:best/v1770840537/og_fg1pwa.png">
<meta property="og:image:alt" content="Groq Recipe Book - Personal Recipe Manager">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@a_soliman1783">
<meta name="twitter:creator" content="@a_soliman1783">
<meta name="twitter:url" content="https://groq-recipe-book.vercel.app">
<meta name="twitter:title" content="Groq Recipe Book - Your Personal Recipe Collection">
<meta name="twitter:description" content="Store, organize, and manage all your favorite recipes in one beautiful place. Create, edit, and discover delicious recipes by Chef Groq.">
<meta name="twitter:image" content="https://res.cloudinary.com/dxlofja7z/image/upload/f_auto,q_auto:best/v1770840537/og_fg1pwa.png">
<meta name="twitter:image:alt" content="Groq Recipe Book - Personal Recipe Manager">
<title>Groq Recipe Book</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>