-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (73 loc) · 3.77 KB
/
index.html
File metadata and controls
82 lines (73 loc) · 3.77 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
81
82
<!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 SEO Meta Tags -->
<title>AI Prompt Generator & Optimizer - Transform Ideas into Perfect Prompts</title>
<meta name="description"
content="Transform your ideas into professional AI prompts instantly. Free prompt generator and optimizer for ChatGPT, Claude, Gemini, and other AI models. Fast and advanced modes available." />
<meta name="keywords"
content="AI prompt generator, prompt engineering, ChatGPT prompts, Claude prompts, Gemini prompts, AI optimizer, free AI tools, prompt optimization" />
<meta name="author" content="Daniyal Rashid" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://daniyal-rashid-00.github.io/prompt-generator/" />
<!-- Theme Color for Mobile Browsers -->
<meta name="theme-color" content="#3b82f6" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#0f172a" media="(prefers-color-scheme: dark)" />
<!-- Open Graph / Facebook Meta Tags -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://daniyal-rashid-00.github.io/prompt-generator/" />
<meta property="og:title" content="AI Prompt Generator & Optimizer - Transform Ideas into Perfect Prompts" />
<meta property="og:description"
content="Transform your ideas into professional AI prompts instantly. Free prompt generator and optimizer for ChatGPT, Claude, Gemini, and other AI models." />
<meta property="og:image" content="https://daniyal-rashid-00.github.io/prompt-generator/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="AI Prompt Generator" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://daniyal-rashid-00.github.io/prompt-generator/" />
<meta name="twitter:title" content="AI Prompt Generator & Optimizer - Transform Ideas into Perfect Prompts" />
<meta name="twitter:description"
content="Transform your ideas into professional AI prompts instantly. Free prompt generator and optimizer for ChatGPT, Claude, Gemini, and other AI models." />
<meta name="twitter:image" content="https://daniyal-rashid-00.github.io/prompt-generator/og-image.png" />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "AI Prompt Generator & Optimizer",
"description": "Transform your ideas into professional AI prompts instantly. Free prompt generator and optimizer for ChatGPT, Claude, Gemini, and other AI models.",
"url": "https://daniyal-rashid-00.github.io/prompt-generator/",
"applicationCategory": "ProductivityApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Person",
"name": "Daniyal Rashid",
"url": "https://github.com/Daniyal-Rashid-00"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"ratingCount": "1"
}
}
</script>
<!-- Google Fonts - Outfit for modern typography -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap"
rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="src/main.jsx"></script>
</body>
</html>