File: /var/www/html/sarvodayahospital/config/seotools.php
<?php
/**
* @see https://github.com/artesaos/seotools
*/
return [
'meta' => [
'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 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' => [
'google' => null,
'bing' => null,
'alexa' => null,
'pinterest' => null,
'yandex' => null,
'norton' => null,
],
'add_notranslate_class' => false,
],
'opengraph' => [
'defaults' => [
'title' => 'Sarvodaya Hospital: Multi Speciality Hospital in Delhi/NCR', // set false to total remove
'description' => 'Sarvodaya hospital is best multi-speciality hospital in Faridabad and Greater Noida West. We have best doctors that use the latest technology and advanced medicine in Delhi NCR, India.', // set false to total remove
'url' => false, // Set null for using Url::current(), set false to total remove
'type' => "Healthcare Organization",
'site_name' => 'Sarvodaya Healthcare',
'image' => 'https://sdk-image2.s3.ap-south-1.amazonaws.com/Sarvodaya_Building_New_Image_final_8d5554a560.jpg',
],
],
'twitter' => [
'defaults' => [
'title' => 'Sarvodaya Hospital: Multi Speciality Hospital in Delhi/NCR',
'description' => 'Sarvodaya hospital is best multi-speciality hospital in Faridabad and Greater Noida West. We have best doctors that use the latest technology and advanced medicine in Delhi NCR, India.',
'card' => 'summary_large_image',
'site' => '@Sarvodaya_Care',
'creator' => 'Healthcare Organization',
'image' => 'https://sdk-image2.s3.ap-south-1.amazonaws.com/Sarvodaya_Building_New_Image_final_8d5554a560.jpg',
],
],
'json-ld' => [
'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' => [],
],
],
];