diff --git a/config/seotools.php b/config/seotools.php index 4c0c11e..ddba8ee 100644 --- a/config/seotools.php +++ b/config/seotools.php @@ -5,7 +5,7 @@ return [ - 'fb_app_id' => '1259730771382460', + 'fb_app_id' => '2421457174712771', 'meta' => [ /* @@ -41,10 +41,10 @@ 'defaults' => [ 'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove 'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove - 'url' => false, // Set null for using Url::current(), set false to total remove - 'type' => false, - 'site_name' => false, - //'images' => ['https://FutureWalker.com/pwa/icon-512x512.png'], + 'url' => null, // Set null for using Url::current(), set false to total remove + 'type' => 'website', + 'site_name' => 'FutureWalker', + 'images' => ['https://futurewalker.co/images/futurewalker-og.jpg'], ], ], 'twitter' => [ @@ -63,9 +63,9 @@ 'defaults' => [ 'title' => 'FutureWalker: Daily AI & tech news', // set false to total remove 'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove - 'url' => false, // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove + 'url' => 'current', // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove 'type' => 'WebPage', - //'images' => ['https://FutureWalker.com/pwa/icon-512x512.png'], + 'images' => ['https://futurewalker.co/images/futurewalker-og.jpg'], ], ], ]; diff --git a/public/images/futurewalker-og.jpg b/public/images/futurewalker-og.jpg new file mode 100644 index 0000000..a311a49 Binary files /dev/null and b/public/images/futurewalker-og.jpg differ