Update (seo): Improve seo description

This commit is contained in:
2023-08-02 00:48:16 +08:00
parent ab9222aaca
commit 2ddc91a0c6

View File

@@ -117,7 +117,7 @@ public function countryCategory(Request $request, $country, $category)
$category_name = strtolower($category->name);
SEOTools::setDescription("Stay updated with the latest {$category_name} product launches in {$country_name}. Find in-depth reviews and exciting deals with ProductAlert, your guide to {$category_name} shopping.");
SEOTools::setDescription($category->description);
return view('front.country_category', compact('country_locale', 'category', 'latest_posts'));
}