-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 2.41 KB
/
index.html
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="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="googlebbf3365ba761b36c" />
<title>WatermelonGrowPro | Expert Growing Guide</title>
<meta name="description" content="Learn how to grow watermelons with our comprehensive guide. Expert tips on soil preparation, watering, seasonal care, and harvesting." />
<!-- Preload critical assets -->
<link rel="preconnect" href="https://images.unsplash.com">
<link rel="preload" href="/src/index.css" as="style">
<link rel="preload" href="/src/main.tsx" as="script">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://watermelongrowpro.com/">
<meta property="og:title" content="WatermelonGrowPro | Expert Growing Guide">
<meta property="og:description" content="Learn how to grow watermelons with our comprehensive guide. Expert tips on soil preparation, watering, seasonal care, and harvesting.">
<meta property="og:image" content="https://images.unsplash.com/photo-1595475207225-428b62bda831">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://watermelongrowpro.com/">
<meta property="twitter:title" content="WatermelonGrowPro | Expert Growing Guide">
<meta property="twitter:description" content="Learn how to grow watermelons with our comprehensive guide. Expert tips on soil preparation, watering, seasonal care, and harvesting.">
<meta property="twitter:image" content="https://images.unsplash.com/photo-1595475207225-428b62bda831">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "WatermelonGrowPro",
"url": "https://watermelongrowpro.com",
"description": "Expert guide for growing watermelons",
"potentialAction": {
"@type": "SearchAction",
"target": "https://watermelongrowpro.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>