diff --git a/_data/data.yml b/_data/data.yml
index 10ac038..8b7ccd6 100644
--- a/_data/data.yml
+++ b/_data/data.yml
@@ -1,6 +1,21 @@
#
# Be aware that even a small syntax error here can lead to failures in output.
#
+og-meta:
+ site_name: cv.anhtuank7c.dev
+ preview: preview.webp # place a 800x354 picture inside /assets/images/ folder
+ twitter: anhtuank7c # Twitter username
+ facebook_publisher: tuanna065 # Facebook username
+ title: Tuan Nguyen Anh | Full Stack Developer & CTO
+ author: Tuan Nguyen Anh
+ language: en-US
+ published: 2025-02-05T16:31:37+07:00
+ modified: 2025-02-09T16:31:37+07:00
+ geo:
+ placename: QuangNinh, Vietnam
+ region: VN-QN
+ position: 21.007273475106725, 106.8589212253367
+ ICBM: 21.007273475106725, 106.8589212253367
sidebar:
position: left # position of the sidebar : left or right
diff --git a/_includes/head.html b/_includes/head.html
index 2ee7cda..161fb3e 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -10,6 +10,7 @@
+ {% include og-meta.html %}
diff --git a/_includes/og-meta.html b/_includes/og-meta.html
new file mode 100644
index 0000000..b1cc5a5
--- /dev/null
+++ b/_includes/og-meta.html
@@ -0,0 +1,40 @@
+{% assign meta = site.data.data.og-meta %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/_layouts/default.html b/_layouts/default.html
index a4fecef..61bb722 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -1,5 +1,5 @@
---
-#Add "layout: compress" here to compress the html code
+# layout: compress
---
diff --git a/_layouts/print.html b/_layouts/print.html
index af746aa..64f05c7 100644
--- a/_layouts/print.html
+++ b/_layouts/print.html
@@ -1,5 +1,5 @@
---
-#Add "layout: compress" here to compress the html code
+layout: compress
---