diff --git a/src-front/pages/blog/_slug.vue b/src-front/pages/blog/_slug.vue
index 04541a6b88e3ecab1595306bf3db03b4811ecca3..997e10e0eb0fc414756e99f6dfb9467e9b32d303 100644
--- a/src-front/pages/blog/_slug.vue
+++ b/src-front/pages/blog/_slug.vue
@@ -62,7 +62,7 @@ export default {
         { hid: 'description', property: 'description', content: this.post ? this.post.description : '' },
         { hid: 'og:description', property: 'og:description', content: this.post ? this.post.description : '' },
         { hid: 'og:title', property: 'og:title', content: title },
-        { hid: 'og:url', property: 'og:url', content: baseUrl + '/' + (this.post ? this.post.slug : '') },
+        { hid: 'og:url', property: 'og:url', content: baseUrl + '/' + (this.post ? 'blog/'+this.post.slug : '') },
         ogImage,
       ],
     };