HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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'      => [],
        ],
    ],
];