From a321cdf8197b60127af290bf5c513ff63b0f220e Mon Sep 17 00:00:00 2001 From: Charles Teh Date: Thu, 23 Nov 2023 16:53:47 +0800 Subject: [PATCH] Update (seo) --- app/Http/Controllers/Front/FrontListController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/Http/Controllers/Front/FrontListController.php b/app/Http/Controllers/Front/FrontListController.php index 9f87cfc..324c097 100644 --- a/app/Http/Controllers/Front/FrontListController.php +++ b/app/Http/Controllers/Front/FrontListController.php @@ -53,7 +53,7 @@ public function searchResults(Request $request, $query) } } - $description .= ' and 1000+ other news topics with 1-minute news bites with FutureWalker.'; + $description .= ' and over 1000 other news topics with 1-minute news bites from FutureWalker.'; SEOTools::metatags(); SEOTools::twitter(); @@ -96,7 +96,7 @@ public function index(Request $request) ]); $title = '1-minute AI & Tech News Bites: Updated Hourly'; - $description = 'Stay updated over 1000+ news topics summarised to 1-minute news bites with FutureWalker.'; + $description = 'Stay updated on over 1000 news topics, summarized into 1-minute news bites with FutureWalker.'; SEOTools::metatags(); SEOTools::twitter(); @@ -153,7 +153,7 @@ public function category(Request $request, $category_slug) foreach ($top_rss_keywords as $rss_keyword) { $description .= ', '.$rss_keyword->value; } - $description .= ' and 1000+ other news '.strtolower($category->name).' with 1-minute news bites with FutureWalker.'; + $description .= ' and 1000+ other news '.strtolower($category->name).' with 1-minute news bites from FutureWalker.'; SEOTools::metatags(); SEOTools::twitter();