Update (fix): seo
This commit is contained in:
@@ -74,7 +74,7 @@ public function show(Request $request, $ai_tool_slug)
|
||||
|
||||
$faq_context = Context::create(FAQPage::class, $faqData);
|
||||
|
||||
SEOTools::setTitle($ai_tool->tool_name . ": ". $ai_tool->tagline);
|
||||
SEOTools::setTitle($ai_tool->tool_name . ": ". $ai_tool->tagline, false);
|
||||
SEOTools::setDescription(implode(" ",str_extract_sentences($ai_tool->summary, 2)));
|
||||
SEOTools::metatags();
|
||||
SEOTools::twitter()->addImage($ai_tool->screenshot_img);
|
||||
|
||||
Reference in New Issue
Block a user