diff --git a/docs/_includes/head.html b/docs/_includes/head.html
index 7a3ee584..3f76ba2a 100644
--- a/docs/_includes/head.html
+++ b/docs/_includes/head.html
@@ -23,29 +23,49 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+ {% if page.share_title %}
+
+
+ {% else %}
+
+
+ {% endif %}
+
+ {% if page.share_description %}
+
+
+ {% else %}
+
+
+ {% endif %}
+
+ {% if page.share_image %}
+
+
+ {% else %}
+
+
+ {% endif %}
+
+
+
+
+
+
+
+
diff --git a/docs/expo.html b/docs/expo.html
index 7e9292c1..8d725a0e 100644
--- a/docs/expo.html
+++ b/docs/expo.html
@@ -1,5 +1,8 @@
---
fulltitle: "Expo: beautiful websites designed Bulma"
+share_title: "⭐️ Bulma Expo: beautiful websites designed Bulma 😍"
+share_image: "/images/expo/bulma-expo-share.png"
+share_description: "Get inspired! The Bulma Expo is a curated collection of the most beautiful websites designed with Bulma. It showcases how you can easily customize Bulma for your own personal or business needs."
layout: default
route: expo
other:
diff --git a/docs/images/expo/bulma-expo-share.png b/docs/images/expo/bulma-expo-share.png
new file mode 100644
index 00000000..40b2e458
Binary files /dev/null and b/docs/images/expo/bulma-expo-share.png differ