Skip to content

Instantly share code, notes, and snippets.

@Bhupesh-V
Last active April 30, 2024 08:55
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save Bhupesh-V/34f2a7cb26c93d49621e7702b9497cac to your computer and use it in GitHub Desktop.
Save Bhupesh-V/34f2a7cb26c93d49621e7702b9497cac to your computer and use it in GitHub Desktop.
A Sample HTML Template for better SEO
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content="width=device-width,height=device-height, initial-scale=1, shrink-to-fit=yes">
<!--theme colors -->
<meta name="theme-color" content="" />
<meta name="apple-mobile-web-app-status-bar-style" content="">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!--Basic meta info -->
<meta name="keywords" content="">
<meta name="author" content="Bhupesh Varshney" />
<meta name="description" content="">
<!--OpenGraph meta -->
<meta property="og:description" content=""/>
<meta property="og:title" content="" />
<meta property="og:image" content="logo.png"/>
<meta property="og:url" content="" />
<!--meta for twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@bhupeshimself">
<meta name="twitter:title" content="">
<meta name="twitter:image" content="logo.png">
<meta name="twitter:site" content="@bhupeshimself">
<meta name="twitter:description" content="">
<!--Favicon-->
<link rel="shortcut icon" type="image/png" href="logo.png"/>
<!-- Manifest for PWA -->
<link rel="manifest" href="manifest.json">
<title></title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment