403Webshell
Server IP : 87.98.154.146  /  Your IP : 216.73.216.165
Web Server : Apache
System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : ohklomafyi ( 52085)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/ohklomafyi/www/wp-content/plugins/wp-seopress/src/Helpers/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/ohklomafyi/www/wp-content/plugins/wp-seopress/src/Helpers/ContentAnalysis.php
<?php

namespace SEOPress\Helpers;

if ( ! defined('ABSPATH')) {
    exit;
}

abstract class ContentAnalysis {
    public static function getData() {
        $data = [
            'all_canonical'=> [
                'title'  => __('Canonical URL', 'wp-seopress'),
                'impact' => 'good',
                'desc'   => null,
            ],
            'schemas'=> [
                'title'  => __('Structured data types', 'wp-seopress'),
                'impact' => 'good',
                'desc'   => null,
            ],
            'old_post'=> [
                'title'  => __('Last modified date', 'wp-seopress'),
                'impact' => 'good',
                'desc'   => null,
            ],
            'keywords_permalink'=> [
                'title'  => __('Keywords in permalink', 'wp-seopress'),
                'impact' => null,
                'desc'   => null,
            ],
            'headings'=> [
                'title'  => __('Headings', 'wp-seopress'),
                'impact' => 'good',
                'desc'   => null,
            ],
            'meta_title'=> [
                'title'  => __('Meta title', 'wp-seopress'),
                'impact' => null,
                'desc'   => null,
            ],
            'meta_desc'=> [
                'title'  => __('Meta description', 'wp-seopress'),
                'impact' => null,
                'desc'   => null,
            ],
            'social'=> [
                'title'  => __('Social meta tags', 'wp-seopress'),
                'impact' => 'good',
                'desc'   => null,
            ],
            'robots'=> [
                'title'  => __('Meta robots', 'wp-seopress'),
                'impact' => 'good',
                'desc'   => null,
            ],
            'img_alt'=> [
                'title'  => __('Alternative texts of images', 'wp-seopress'),
                'impact' => 'good',
                'desc'   => null,
            ],
            'nofollow_links'=> [
                'title'  => __('NoFollow Links', 'wp-seopress'),
                'impact' => 'good',
                'desc'   => null,
            ],
            'outbound_links'=> [
                'title'  => __('Outbound Links', 'wp-seopress'),
                'impact' => 'good',
                'desc'   => null,
            ],
            'internal_links'=> [
                'title'  => __('Internal Links', 'wp-seopress'),
                'impact' => 'good',
                'desc'   => null,
            ],
        ];

        return apply_filters('seopress_get_content_analysis_data', $data);
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit