Update (fix): fix meta
This commit is contained in:
@@ -47,7 +47,13 @@ public function searchResults(Request $request, $query)
|
|||||||
$description = 'Stay updated with '.$query;
|
$description = 'Stay updated with '.$query;
|
||||||
|
|
||||||
foreach ($top_rss_keywords as $rss_keyword) {
|
foreach ($top_rss_keywords as $rss_keyword) {
|
||||||
$description .= ', '.$rss_keyword->value;
|
|
||||||
|
if (strtolower($rss_keyword) != strtolower($query))
|
||||||
|
{
|
||||||
|
$description .= ', '.$rss_keyword->value;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
$description .= ' and 1000+ other news topics with 1-minute news bites with FutureWalker.';
|
$description .= ' and 1000+ other news topics with 1-minute news bites with FutureWalker.';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user