ext: title and content for og
This commit is contained in:
31
index.html
31
index.html
@@ -4,7 +4,36 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Vite + React + TS</title>
|
|
||||||
|
<!-- SEO meta tags -->
|
||||||
|
<title>Build a Professional Resume for Free - Easy, Fast, and Online!</title>
|
||||||
|
<meta name="description" content="Create your professional resume for free with our easy-to-use online builder. Fast, simple, and customizable for any job application!" />
|
||||||
|
<meta name="keywords" content="Resume Builder, Free Resume, Online Resume, Professional Resume, Job Application, Easy Resume, Customizable Resume" />
|
||||||
|
|
||||||
|
<!-- Author Information -->
|
||||||
|
<meta name="author" content="Eshanized - Eshan Roy" />
|
||||||
|
<meta name="publisher" content="Eshanized" />
|
||||||
|
<meta name="contact" content="m.eshanized@gmail.com" />
|
||||||
|
<meta name="designer" content="Eshanized" />
|
||||||
|
<meta name="organization" content="Eshanized" />
|
||||||
|
|
||||||
|
<meta name="robots" content="index, follow" />
|
||||||
|
|
||||||
|
<!-- Open Graph meta tags for social media -->
|
||||||
|
<meta property="og:title" content="Build a Professional Resume for Free - Easy, Fast, and Online!" />
|
||||||
|
<meta property="og:description" content="Create your professional resume for free with our easy-to-use online builder. Fast, simple, and customizable for any job application!" />
|
||||||
|
<meta property="og:image" content="/path-to-your-resume-image.jpg" />
|
||||||
|
<meta property="og:url" content="https://yourwebsite.com" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
|
||||||
|
<!-- Twitter Card meta tags -->
|
||||||
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
|
<meta name="twitter:title" content="Build a Professional Resume for Free - Easy, Fast, and Online!" />
|
||||||
|
<meta name="twitter:description" content="Create your professional resume for free with our easy-to-use online builder. Fast, simple, and customizable for any job application!" />
|
||||||
|
<meta name="twitter:image" content="/path-to-your-resume-image.jpg" />
|
||||||
|
|
||||||
|
<!-- Canonical URL -->
|
||||||
|
<link rel="canonical" href="https://yourwebsite.com" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
Reference in New Issue
Block a user