-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (87 loc) · 3.71 KB
/
index.html
File metadata and controls
99 lines (87 loc) · 3.71 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!doctype html>
<html lang="en">
<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" />
<meta name="robots" content="index, follow" />
<!-- Title & Description: Clear, keyword-rich, and concise -->
<title>Readme Creator - AI-Powered Readme Generator</title>
<meta name="description"
content="Effortlessly create professional README files for your projects using pre-designed templates. Optimize your content with our integrated Gemini AI for enhanced clarity and impact." />
<meta name="author" content="zccott" />
<!-- Canonical URL -->
<link rel="canonical" href="https://readmegenai.vercel.app/" />
<!-- Sitemap -->
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
<!-- Favicon -->
<link rel="icon" href="/fav32.png" type="image/png" sizes="32x32" />
<link rel="icon" href="/fav96.png" type="image/png" sizes="96x96" />
<link rel="apple-touch-icon" href="/fav180.png" sizes="180x180" />
<link rel="manifest" href="/manifest.json">
<!-- Open Graph for Social Sharing (Facebook, LinkedIn, etc.) -->
<meta property="og:title" content="Readme Creator - AI-Powered Readme Generator" />
<meta property="og:site_name" content="Readme Creator" />
<meta property="og:description"
content="Create stunning READMEs in minutes with customizable templates and leverage Gemini AI to optimize your content for maximum clarity and impact." />
<meta property="og:image" content="https://readmegenai.vercel.app/fav180.png" />
<meta property="og:url" content="https://readmegenai.vercel.app/" />
<meta property="og:type" content="website" />
<meta property="og:updated_time" content="2025-07-31T12:00:00+00:00" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Readme Creator - AI-Powered Readme Generator" />
<meta name="twitter:description"
content="The easiest way to generate beautiful and informative README files. Choose a template, edit, and use Gemini AI to refine your project's description." />
<meta name="twitter:image" content="https://readmegenai.vercel.app/fav96" />
<meta name="twitter:creator" content="@YourTwitterHandle" />
<!-- Structured Data: SoftwareApplication Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Readme Creator",
"description": "An online application for creating professional README files using editable templates and optimizing content with Gemini AI.",
"applicationCategory": "DeveloperTool",
"operatingSystem": "Platform Independent",
"url": "https://readmegenai.vercel.app/",
"image": "https://readmegenai.vercel.app/fav96.png",
"creator": {
"@type": "Person",
"name": "zccott"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"featureList": [
"Template-based README creation",
"Content optimization using Gemini AI",
"Live preview editor",
"Markdown support"
],
"inLanguage": "en"
}
</script>
<!-- Structured Data: Website Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Readme Creator",
"url": "https://readmegenai.vercel.app/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://readmegenai.vercel.app/?s={search_term_string}",
"query-input": "required name=search_term_string"
},
"inLanguage": "en"
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>