Update (seo)
This commit is contained in:
@@ -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::metatags();
|
||||||
SEOTools::twitter();
|
SEOTools::twitter();
|
||||||
@@ -96,7 +96,7 @@ public function index(Request $request)
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
$title = '1-minute AI & Tech News Bites: Updated Hourly';
|
$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::metatags();
|
||||||
SEOTools::twitter();
|
SEOTools::twitter();
|
||||||
@@ -153,7 +153,7 @@ public function category(Request $request, $category_slug)
|
|||||||
foreach ($top_rss_keywords as $rss_keyword) {
|
foreach ($top_rss_keywords as $rss_keyword) {
|
||||||
$description .= ', '.$rss_keyword->value;
|
$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::metatags();
|
||||||
SEOTools::twitter();
|
SEOTools::twitter();
|
||||||
|
|||||||
Reference in New Issue
Block a user