/home/techb158/ileadtechnology.com/config
NameSizeModeActions
laravolt/-0755rm
app.php170370644editdlrm
auth.php32540644editdlrm
backup.php78550644editdlrm
broadcasting.php16040644editdlrm
cache.php26870644editdlrm
cookie-consent.php4300644editdlrm
cors.php15910644editdlrm
database.php46440644editdlrm
easynav.php6700644editdlrm
filesystems.php21330644editdlrm
hashing.php15710644editdlrm
image-optimizer.php23100644editdlrm
laraskrill.php6000644editdlrm
laravel-share.php15190644editdlrm
logging.php26570644editdlrm
mail.php46890644editdlrm
paypal.php3670644editdlrm
paystack.php7260644editdlrm
payu.php30510644editdlrm
pdf.php11390644editdlrm
query-builder.php6780644editdlrm
queue.php26360644editdlrm
rave.php12710644editdlrm
seotools.php23230644editdlrm
services.php31870644editdlrm
session.php69310644editdlrm
sitemap.php15500644editdlrm
sslcommerz.php10920644editdlrm
sweetalert.php59270644editdlrm
translatable.php1520644editdlrm
view.php10530644editdlrm
vimeo.php20030644editdlrm
youtube.php4360644editdlrm
Edit: /home/techb158/ileadtechnology.com/config/seotools.php (2323B)
[ /* * 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' => [], 'canonical' => false, // 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' => [], ], ], ];