Add SEO and GEO
This commit is contained in:
+18
-1
@@ -3,11 +3,28 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>The Meme Protocol</title>
|
||||
<title>__SEO_TITLE__</title>
|
||||
<meta name="description" content="__SEO_DESCRIPTION__">
|
||||
<meta name="robots" content="index,follow,max-image-preview:large">
|
||||
<meta name="application-name" content="__SEO_TITLE__">
|
||||
<meta name="theme-color" content="#00ff41">
|
||||
<link rel="canonical" href="__SEO_CANONICAL__">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:site_name" content="__SEO_TITLE__">
|
||||
<meta property="og:title" content="__SEO_TITLE__">
|
||||
<meta property="og:description" content="__SEO_DESCRIPTION__">
|
||||
<meta property="og:url" content="__SEO_CANONICAL__">
|
||||
<meta property="og:image" content="__SEO_IMAGE__">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="__SEO_TITLE__">
|
||||
<meta name="twitter:description" content="__SEO_DESCRIPTION__">
|
||||
<meta name="twitter:image" content="__SEO_IMAGE__">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/assets/styles.css">
|
||||
<script type="application/ld+json" nonce="__CSP_NONCE__">__SEO_JSON_LD__</script>
|
||||
<script type="module" src="/assets/app.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user