forked from inshub/prompt-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (60 loc) · 2.9 KB
/
index.html
File metadata and controls
67 lines (60 loc) · 2.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RP6LYJLZ2B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RP6LYJLZ2B');
</script>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico?v=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO Meta Tags -->
<title>Prompt Gallery - High-Quality AI Prompts Collection</title>
<meta name="description" content="Discover and explore high-quality AI prompts for ChatGPT, Claude, and other AI models. Browse categorized prompts for social media, ecommerce, marketing, and local business.">
<meta name="keywords" content="AI prompts, ChatGPT prompts, Claude prompts, AI prompt library, social media prompts, ecommerce prompts, marketing prompts">
<meta name="author" content="Capalyze">
<meta name="robots" content="index, follow">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="Prompt Gallery - High-Quality AI Prompts Collection">
<meta property="og:description" content="Discover and explore high-quality AI prompts for ChatGPT, Claude, and other AI models. Browse categorized prompts for social media, ecommerce, marketing, and local business.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://prompt.capalyze.ai/">
<meta property="og:image" content="https://prompt.capalyze.ai/og-image.png">
<meta property="og:site_name" content="Prompt Gallery">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Prompt Gallery - High-Quality AI Prompts Collection">
<meta name="twitter:description" content="Discover and explore high-quality AI prompts for ChatGPT, Claude, and other AI models.">
<meta name="twitter:image" content="https://prompt.capalyze.ai/og-image.png">
<!-- Canonical URL -->
<link rel="canonical" href="https://prompt.capalyze.ai/">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Prompt Gallery",
"description": "High-quality AI prompts collection for various use cases",
"url": "https://prompt.capalyze.ai/",
"author": {
"@type": "Organization",
"name": "Capalyze",
"url": "https://capalyze.ai"
},
"potentialAction": {
"@type": "SearchAction",
"target": "https://prompt.capalyze.ai/?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>