Skip to content

Commit

Permalink
Update index.html: Meta
Browse files Browse the repository at this point in the history
  • Loading branch information
AnLoMinus authored Nov 3, 2024
1 parent 1083ee7 commit 0fdf30f
Showing 1 changed file with 53 additions and 2 deletions.
55 changes: 53 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,64 @@
<!DOCTYPE html>
<html lang="en">


<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Golden Prompts Library</title>

<!-- Primary Meta Tags -->
<title>Golden Prompts Library - AI Prompt Templates Collection</title>
<meta name="title" content="Golden Prompts Library - AI Prompt Templates Collection">
<meta name="description"
content="Comprehensive collection of AI prompt templates for content creation, blog writing, SEO, technical documentation, and more. Customizable templates for efficient content generation.">
<meta name="keywords"
content="AI prompts, content templates, blog writing, SEO optimization, technical writing, marketing prompts, content creation">
<meta name="author" content="AnLoMinus">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="7 days">

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://golden-prompts-library.com/">
<meta property="og:title" content="Golden Prompts Library - AI Prompt Templates Collection">
<meta property="og:description"
content="Comprehensive collection of AI prompt templates for content creation, blog writing, SEO, technical documentation, and more.">
<meta property="og:image" content="https://golden-prompts-library.com/images/og-image.jpg">

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://golden-prompts-library.com/">
<meta property="twitter:title" content="Golden Prompts Library - AI Prompt Templates Collection">
<meta property="twitter:description"
content="Comprehensive collection of AI prompt templates for content creation, blog writing, SEO, technical documentation, and more.">
<meta property="twitter:image" content="https://golden-prompts-library.com/images/twitter-image.jpg">

<!-- Theme Color -->
<meta name="theme-color" content="#D4AF37">
<meta name="msapplication-navbutton-color" content="#D4AF37">
<meta name="apple-mobile-web-app-status-bar-style" content="#D4AF37">

<!-- App Meta -->
<meta name="application-name" content="Golden Prompts Library">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Golden Prompts Library">

<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png">
<link rel="manifest" href="site.webmanifest">

<!-- Stylesheets -->
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">

<!-- Preconnect -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://cdnjs.cloudflare.com">
</head>

<body>
Expand Down Expand Up @@ -232,4 +283,4 @@ <h4>Release Notes</h4>
<script src="js/main.js"></script>
</body>

</html>
</html>

0 comments on commit 0fdf30f

Please sign in to comment.