shellbasilisiteler.blogspot.com
Path:
/
home
/
smabmart
/
public_html
/
config
/
[
Home
]
File: seotools.php
<?php /** * @see https://github.com/artesaos/seotools */ return [ 'meta' => [ /* * The default configurations to be used by the meta generator. */ 'defaults' => [ 'title' => env('APP_NAME'), // set false to total remove 'titleBefore' => false, // Put defaults.title before page title, like 'It's Over 9000! - Dashboard' 'description' => 'OtrixCommerce is your go-to destination for all your online shopping needs. Our ecommerce website offers an extensive collection of high-quality products at competitive prices, ranging from fashion and beauty to electronics and home essentials. Our user-friendly interface and fast-loading pages provide a seamless shopping experience for customers. We have optimized our website for search engines to ensure that our products are easily discoverable by potential customers. We prioritize customer satisfaction and have a dedicated customer support team available to assist you with any inquiries or concerns. With a secure payment gateway and fast shipping, we strive to make online shopping stress-free and convenient. At OtrixCommerce, we are committed to providing you with the best online shopping experience possible. Browse our extensive collection today and discover something new!', // set false to total remove 'separator' => ' - ', 'keywords' => [], 'canonical' => false, // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove 'robots' => false, // 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' => 'Over 9000 Thousand!', // set false to total remove 'description' => 'For those who helped create the Genki Dama', // 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' => 'Over 9000 Thousand!', // set false to total remove 'description' => 'For those who helped create the Genki Dama', // set false to total remove 'url' => false, // Set to null or 'full' to use Url::full(), set to 'current' to use Url::current(), set false to total remove 'type' => 'WebPage', 'images' => [], ], ], ];