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();