diff --git a/src/Contracts/AbstractPage.php b/src/Contracts/AbstractPage.php index ac61ae6a..4d02fde1 100644 --- a/src/Contracts/AbstractPage.php +++ b/src/Contracts/AbstractPage.php @@ -38,7 +38,7 @@ protected function getDynamicMetadata(): array $array = []; if ($this->canUseCanonicalUrl()) { - $array[] = Meta::property('og:url', $this->getCanonicalUrl()); + $array[] = ''; } return $array;