Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
eshanized committed Feb 10, 2025
1 parent 5c9359a commit ea08915
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 100 deletions.
58 changes: 46 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,40 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS | Build Modern Web Applications</title>
<title>Preadme - Generate Professional README Files | React + TypeScript Tool</title>

<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">

<!-- Canonical URL -->
<link rel="canonical" href="https://eshanized.github.io/preadme" />

<!-- Meta Description -->
<meta name="description" content="A modern web application built with Vite, React, and TypeScript. Experience high performance, fast development, and seamless integration.">
<meta name="description" content="Create professional README files instantly with Preadme. Our free tool helps developers generate well-structured documentation using customizable templates, live preview, and Markdown support." />

<!-- Robots Meta -->
<meta name="robots" content="index, follow" />

<!-- Open Graph Metadata -->
<meta property="og:title" content="Vite + React + TS | Build Modern Web Applications" />
<meta property="og:description" content="A modern web application built with Vite, React, and TypeScript. Experience high performance, fast development, and seamless integration." />
<meta property="og:image" content="/vite-social-preview.png" />
<meta property="og:url" content="https://yourwebsite.com" />
<meta property="og:title" content="Preadme - Generate Professional README Files" />
<meta property="og:description" content="Create professional README files instantly with Preadme. Free tool with customizable templates, live preview, and Markdown support." />
<meta property="og:image" content="https://eshanized.github.io/preadme/og-image.png" />
<meta property="og:url" content="https://eshanized.github.io/preadme" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Preadme" />

<!-- Twitter Card Metadata -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Vite + React + TS | Build Modern Web Applications" />
<meta name="twitter:description" content="A modern web application built with Vite, React, and TypeScript. Experience high performance, fast development, and seamless integration." />
<meta name="twitter:image" content="/vite-social-preview.png" />
<meta name="twitter:site" content="@eshanized" />
<meta name="twitter:title" content="Preadme - Generate Professional README Files" />
<meta name="twitter:description" content="Create professional README files instantly with Preadme. Free tool with customizable templates, live preview, and Markdown support." />
<meta name="twitter:image" content="https://eshanized.github.io/preadme/twitter-card.png" />

<!-- Additional Metadata -->
<meta name="author" content="Your Name or Organization" />
<meta name="keywords" content="Vite, React, TypeScript, Modern Web Applications, Frontend Development" />
<meta name="author" content="eshanized" />
<meta name="keywords" content="readme generator, markdown editor, documentation tool, github readme, project documentation, readme template, developer tools, open source, react application, typescript" />
<meta name="theme-color" content="#000000" />

<!-- Preconnect for Performance -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand All @@ -35,13 +45,37 @@
<!-- Stylesheets -->
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="/styles.css" />

<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Preadme",
"description": "A free tool to generate professional README files for software projects",
"url": "https://eshanized.github.io/preadme",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"author": {
"@type": "Person",
"name": "eshanized"
}
}
</script>
<script type="module" crossorigin src="/preadme/script.js"></script>
<link rel="stylesheet" crossorigin href="/preadme/style.css">
</head>
<body>
<div id="root"></div>
<noscript>
You need to enable JavaScript to run this app.
<div style="text-align: center; padding: 20px;">
You need to enable JavaScript to use Preadme. This tool helps developers create professional README files with an interactive interface.
</div>
</noscript>
</body>
</html>
Loading

0 comments on commit ea08915

Please sign in to comment.