/mnt/home/opovo/public_html/reboot_portal/app/Support/SeoSupport.php 31
24 global $FIVE_LIVE;
25
26 $this->site = site();
27 $this->is_interna = $is_interna;
28 $this->materia = $materia;
29 $this->domain = 'https://www.opovo.com.br';
30 $this->default_img = 'https://www.opovo.com.br/reboot/includes/assets/img/logo_og.webp';
31 $this->is_paywall_site_free = $FIVE_LIVE? true : (new App\Paywall\Paywall)->verifySitesFree(site()['ds_site_link'])->getVerifySitesFree();
32 }
33
34 /**
35 * retorna as meta tags das paginas conforme o tipo de pagina
36 * @return string
37 */
38 public function getMetaTags(): string