Skip to content

Commit

Permalink
Fixed SEO keywords of the tools pages
Browse files Browse the repository at this point in the history
  • Loading branch information
l-alexandrov committed Apr 15, 2024
1 parent c8874b2 commit 840e353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/ToolsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function index(): Factory|View|Application
return view('theme::tools', ['seo' => [
'seo_title' => 'Free tools',
'seo_description' => 'Our free for use online tools.',
'seo_keywords' => 'responsive images, tools, online, web, changelog, generator, free'
'keywords' => 'responsive images, tools, online, web, changelog, generator, free'
]]);
}

Expand All @@ -24,7 +24,7 @@ public function responsiveImages(): Factory|View|Application
return view('theme::tools.responsive-images', ['seo' => [
'seo_title' => 'Resonsive images generator',
'seo_description' => 'Responsive images generation made easily.',
'seo_keywords' => 'responsive images, image generator, image resonsive, image breakpoints, free, online generator, image tools, srcset, sm, xs, md, lg, 2xl, google lighthouse report'
'keywords' => 'responsive images, image generator, image resonsive, image breakpoints, free, online generator, image tools, srcset, sm, xs, md, lg, 2xl, google lighthouse report'
]]);
}
}

0 comments on commit 840e353

Please sign in to comment.