diff --git a/index.html b/index.html
index 325a512..980a8f8 100644
--- a/index.html
+++ b/index.html
@@ -42,6 +42,7 @@
   <meta property="og:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
   <meta property="og:site_name" content="gto76.github.io">
   <meta property="og:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_4.png">
+  <meta property="og:type" content="article">
 
   <meta itemprop="url" content="https://gto76.github.io/python-cheatsheet/">
   <meta itemprop="name" content="Comprehensive Python Cheatsheet">
@@ -54,7 +55,7 @@
 
 <body>
   <header>
-    <aside>October 17, 2024</aside>
+    <aside>October 18, 2024</aside>
     <a href="https://gto76.github.io" rel="author">Jure Šorn</a>
   </header>
 
@@ -2926,7 +2927,7 @@ $ deactivate                <span class="hljs-comment"># Deactivates the active
  
 
   <footer>
-    <aside>October 17, 2024</aside>
+    <aside>October 18, 2024</aside>
     <a href="https://gto76.github.io" rel="author">Jure Šorn</a>
   </footer>
 
diff --git a/web/template.html b/web/template.html
index 0d67579..ed249d9 100644
--- a/web/template.html
+++ b/web/template.html
@@ -42,6 +42,7 @@
   <meta property="og:description" content="Exhaustive, simple, beautiful and concise. A truly Pythonic cheat sheet about Python programming language.">
   <meta property="og:site_name" content="gto76.github.io">
   <meta property="og:image" content="https://gto76.github.io/python-cheatsheet/web/image_social_4.png">
+  <meta property="og:type" content="article">
 
   <meta itemprop="url" content="https://gto76.github.io/python-cheatsheet/">
   <meta itemprop="name" content="Comprehensive Python Cheatsheet">