Update (seo)

This commit is contained in:
2023-11-23 16:53:47 +08:00
parent 3661d8999a
commit a321cdf819

View File

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