We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d834324 commit 42568b3Copy full SHA for 42568b3
src/Http/Controllers/AbstractSeoPageController.php
@@ -99,7 +99,7 @@ protected function setBasicSEO(Page $page)
99
SEOTools::setDescription(($page->seo_description ?? strip_tags($page->intro)));
100
SEOTools::opengraph()->setUrl(url()->current());
101
102
- if($page->seo_keywords){
+ if ($page->seo_keywords) {
103
SEOMeta::setKeywords($page->seo_keywords);
104
}
105
0 commit comments