diff --git a/shared/models.py b/shared/models.py
index a3f9cfa40e3aa02fa7efd0fd772cd1539d9c289c..f9e149ca8f963356da7c5549cd9b82d22a975085 100644
--- a/shared/models.py
+++ b/shared/models.py
@@ -104,7 +104,7 @@ class ArticleMixin(models.Model):
 
     @property
     def get_original_url(self):
-        return f"{self.get_parent().get_ancestors().specific().live().last().full_url}{self.slug}"
+        return self.full_url
 
     @property
     def get_no_index(self):