From 97dc13e785d44d69a2309975b8b447fba1a9cda8 Mon Sep 17 00:00:00 2001 From: Charles Teh Date: Sun, 3 Dec 2023 10:45:43 +0800 Subject: [PATCH] Update (seo) --- config/seotools.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/seotools.php b/config/seotools.php index 79bb01b..3a595d4 100644 --- a/config/seotools.php +++ b/config/seotools.php @@ -12,9 +12,9 @@ * The default configurations to be used by the meta generator. */ 'defaults' => [ - 'title' => 'FutureWalker: Real-time AI & tech news', // set false to total remove + 'title' => 'FutureWalker: Real-time, AI-powered news digest', // set false to total remove 'titleBefore' => false, // Put defaults.title before page title, like 'It's Over 9000! - Dashboard' - 'description' => 'Stay updated with critical AI & tech news to build your future.', // set false to total remove + 'description' => 'Stay updated with tech news, powered by AI', // set false to total remove 'separator' => ' - ', 'keywords' => [], 'canonical' => 'current', // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove @@ -39,8 +39,8 @@ * The default configurations to be used by the opengraph generator. */ 'defaults' => [ - 'title' => 'FutureWalker: Real-time 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 + 'title' => 'FutureWalker: Real-time, AI-powered news digest', // set false to total remove + 'description' => 'Stay updated with tech news, powered by AI', // set false to total remove 'url' => null, // Set null for using Url::current(), set false to total remove 'type' => 'website', 'site_name' => 'FutureWalker', @@ -61,8 +61,8 @@ * The default configurations to be used by the json-ld generator. */ 'defaults' => [ - 'title' => 'FutureWalker: Real-time 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 + 'title' => 'FutureWalker: Real-time, AI-powered news digest', // set false to total remove + 'description' => 'Stay updated with tech news, powered by AI', // 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://cdn.futurewalker.co/futurewalker-og-v4-lq.jpg'],