diff --git a/app/Models/Result.php b/app/Models/Result.php
index f81607f6e03180151f63b2e0aa5d7501e25355fb..e7ee28f9233d25f1313b0cf953c01125ec6918ea 100644
--- a/app/Models/Result.php
+++ b/app/Models/Result.php
@@ -303,7 +303,7 @@ class Result
     public function getStrippedLink($link)
     {
         $match = $this->getUrlElements($link);
-        return $match['host'] . $match['path'] . $match['query'];
+        return $match['host'] . $match['path'];
     }
 
     /* Liest aus einem Link die Domain.