aliasFor(IndexPage::class); if (!$this->config('listings.index.region.search', true, TYPE_BOOL)) { $this->withSeoSettings('index-region', 'site'); } $this->setTitle(_t('site', 'Home Page (region)')); } public function seoSettings() { parent::seoSettings(); $this->seoMacrosRegions(); } public function seo() { $this->seo->canonicalUrl( Geo::url($this->region, true) ); $this->seoMacrosRegionsData($this->region['id'] ?? 0); $this->seoApply(); } }