����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.216.1.197 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/gle.gltechlimited.com/config/ |
Upload File : |
<?php /** * @see https://github.com/artesaos/seotools */ return [ 'meta' => [ /* * The default configurations to be used by the meta generator. */ 'defaults' => [ 'title' => false, // set false to total remove 'titleBefore' => false, // Put defaults.title before page title, like 'It's Over 9000! - Dashboard' 'description' => false, // set false to total remove 'separator' => ' - ', 'keywords' => false, 'canonical' => null, // Set null for using Url::current(), set false to total remove 'robots' => 'all', // Set to 'all', 'none' or any combination of index/noindex and follow/nofollow ], /* * Webmaster tags are always added. */ 'webmaster_tags' => [ 'google' => null, 'bing' => null, 'alexa' => null, 'pinterest' => null, 'yandex' => null, 'norton' => null, ], 'add_notranslate_class' => false, ], 'opengraph' => [ /* * The default configurations to be used by the opengraph generator. */ 'defaults' => [ 'title' => false, // set false to total remove 'description' => false, // set false to total remove 'url' => false, // Set null for using Url::current(), set false to total remove 'type' => false, 'site_name' => false, 'images' => [], ], ], 'twitter' => [ /* * The default values to be used by the twitter cards generator. */ 'defaults' => [ //'card' => 'summary', //'site' => '@LuizVinicius73', ], ], 'json-ld' => [ /* * The default configurations to be used by the json-ld generator. */ 'defaults' => [ 'title' => false, // set false to total remove 'description' => false, // set false to total remove 'url' => false, // Set null for using Url::current(), set false to total remove 'type' => 'WebPage', 'images' => [], ], ], ];