add metadata

D David Veksler · 1 year ago e6bd639a817f6820cea144d532076c8e7ff6fbb6
Parent: 543e2e750

2 files changed +27 −1

Diff

diff --git a/buddhism.html b/buddhism.html
index e1a064e..1442eeb 100644
--- a/buddhism.html
+++ b/buddhism.html
@@ -3,7 +3,33 @@
 <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Buddhist Principles Overview</title>
+
+    <title>Core Buddhist Principles Cheatsheet (Interactive Overview)</title>
+    <meta name="description" content="A concise, interactive cheatsheet covering fundamental Buddhist concepts like the Four Noble Truths, Eightfold Path, Three Jewels, Precepts, Hindrances, and more. Includes Pāli term toggle, practice pointers, and Sutta references.">
+    <meta name="keywords" content="Buddhism, Buddhist principles, cheatsheet, Four Noble Truths, Eightfold Path, Three Jewels, Five Precepts, Five Hindrances, Metta, Brahma-Viharas, suffering, dukkha, anicca, anatta, meditation, Pāli, dharma, Sutta">
+    <meta name="author" content="David Veksler"> <!-- Adjust if needed -->
+
+    <!-- Canonical URL -->
+    <link rel="canonical" href="https://cheatsheets.davidveksler.com/buddhism.html">
+
+    <!-- Open Graph / Facebook / LinkedIn -->
+    <meta property="og:title" content="Core Buddhist Principles Cheatsheet (Interactive Overview)">
+    <meta property="og:description" content="Explore fundamental Buddhist concepts: 4 Noble Truths, Eightfold Path, 3 Jewels, 5 Precepts, Hindrances & more. Features Pāli toggle, practice pointers & Sutta refs.">
+    <meta property="og:type" content="article"> <!-- 'website' or 'article' are common -->
+    <meta property="og:url" content="https://cheatsheets.davidveksler.com/buddhism.html">
+    <meta property="og:image" content="https://cheatsheets.davidveksler.com/images/buddhism-og-image.png"> <!-- *** IMPORTANT: Replace with an actual URL to a relevant image (e.g., 1200x630px) *** -->
+    <meta property="og:image:alt" content="Stylized overview of Buddhist concepts like the Dharma wheel and lotus flower"> <!-- Describe the image -->
+    <meta property="og:site_name" content="David Veksler's Cheatsheets"> <!-- Optional: Your site's name -->
+    <meta property="og:locale" content="en_US"> <!-- Optional: Specify language -->
+
+    <!-- Twitter Card -->
+    <meta name="twitter:card" content="summary_large_image"> <!-- Use 'summary' if image is smaller or less important -->
+    <meta name="twitter:title" content="Core Buddhist Principles Cheatsheet (Interactive Overview)">
+    <meta name="twitter:description" content="A concise, interactive cheatsheet on the Four Noble Truths, Eightfold Path, Three Jewels, Precepts, Hindrances & more. Includes Pāli toggle & practice pointers.">
+    <meta name="twitter:url" content="https://cheatsheets.davidveksler.com/buddhism.html">
+    <meta name="twitter:image" content="https://cheatsheets.davidveksler.com/images/buddhism-og-image.png"> <!-- *** IMPORTANT: Use the same image URL as og:image *** -->
+    <meta name="twitter:image:alt" content="Stylized overview of Buddhist concepts like the Dharma wheel and lotus flower">
+    
     <!-- Bootstrap CSS -->
     <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
     <!-- Bootstrap Icons CSS -->
diff --git a/images/buddhism-og-image.png b/images/buddhism-og-image.png
new file mode 100644
index 0000000..d36a553
Binary files /dev/null and b/images/buddhism-og-image.png differ