META TAGS

This commit is contained in:
2024-04-25 11:44:34 -07:00
parent f0557a21f1
commit 864288ebfb
+19
View File
@@ -4,6 +4,25 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- General meta tags -->
<meta name="description" content="PINK NODDERS">
<meta name="image" content="https://ion606.com/PINK-NODDERS/pink-nodders.gif">
<!-- Open Graph / Facebook meta tags -->
<meta property="og:title" content="PINK NODDERS">
<meta property="og:description" content="PINK NODDERS">
<meta property="og:image" content="https://ion606.com/PINK-NODDERS/pink-nodders.gif">
<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="PINK NODDERS">
<meta name="twitter:description" content="PINK NODDERS">
<meta name="twitter:image" content="https://ion606.com/PINK-NODDERS/pink-nodders.gif">
<title>PINK NODDERS</title>
<link rel="stylesheet" href="style.css">
</head>