Update (seo)

This commit is contained in:
2023-12-03 10:45:43 +08:00
parent 2d639d55a4
commit 97dc13e785

View File

@@ -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'],