diff --git a/ruady-og-head.php b/ruady-og-head.php
index c092d39..bd0c12d 100644
--- a/ruady-og-head.php
+++ b/ruady-og-head.php
@@ -109,6 +109,7 @@ final class Ruady_OG_Head {
$site_url = site_url();
$site_url_p = parse_url($site_url);
$site_host = $site_url_p['host'];
+ $post_url = $site_url;
$og_image_url = get_the_post_thumbnail_url(33, 'full');
$description = self::$page_headline;
@@ -119,11 +120,13 @@ final class Ruady_OG_Head {
-
+
+
+
@@ -168,11 +171,14 @@ final class Ruady_OG_Head {
-
+
+
+
+