Uname: Linux premium294.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.1.32 [ PHP INFO ] PHP os: Linux
Server Ip: 104.21.80.1
Your Ip: 216.73.216.223
User: mjbynoyq (1574) | Group: mjbynoyq (1570)
Safe Mode: OFF
Disable Function:
NONE

name : avia_seo.php
<?php
/**
 * SEO Support Tab (Search Engine Support)
 * =======================================
 *
 * @since 4.8.2
 */
if( ! defined( 'ABSPATH' ) ) {  exit;  }    // Exit if accessed directly

global $avia_config, $avia_pages, $avia_elements;


$avia_elements[] = array(
			'slug'			=> 'seo',
			'name'			=> __( 'Search Engine Optimization Support','avia_framework' ),
			'desc'			=> __( 'The options here allow you to fine tune support of search engines or integration of search engine plugins.', 'avia_framework' ),
			'id'			=> 'seo_header',
			'std'			=> '',
			'type'			=> 'heading',
			'nodescription' => true
		);

$avia_elements[] = array(
			'slug'			=> 'seo',
			'type'			=> 'visual_group_start',
			'id'			=> 'avia_seo_index_start',
			'nodescription' => true
		);

$avia_elements[] = array(
			'slug'		=> 'seo',
			'name'		=> __( 'Meta Tag &quot;robots&quot;', 'avia_framework' ),
			'desc'		=> __( 'Select how Enfold will handle this header meta tag (index, follow). If you use a SEO plugin, you should leave this to plugin.', 'avia_framework' ),
			'id'		=> 'seo_robots',
			'type'		=> 'select',
			'std'		=> '',
			'no_first'	=> true,
			'globalcss'	=> true,
			'subtype'	=> array(
								__( 'Use Enfold default settings', 'avia_framework' )	=> '',
								__( 'Let SEO plugin set this tag', 'avia_framework' )	=> 'plugin',
							)
		);

$avia_elements[] = array(
			'slug'		=> 'seo',
			'name'		=> __( 'Automated Schema.org HTML Markup', 'avia_framework' ),
			'desc'		=> __( 'The theme adds generic HTML schema markup to your template builder elements to provide additional context for search engines. If you want to add your own specific markup via plugins or custom HTML code, you can deactivate this setting', 'avia_framework' ),
			'id'		=> 'markup',
			'type'		=> 'select',
			'std'		=> '',
			'no_first'	=> true,
			'globalcss'	=> true,
			'subtype'	=> array(
								__( 'Activated', 'avia_framework' )		=> '',
								__( 'Not activated', 'avia_framework' )	=> 'inactive'
							)
		);


$avia_elements[] = array(
			'slug'		=> 'seo',
			'name'		=> __( 'Preprocessing Shortcodes In Header', 'avia_framework' ),
			'desc'		=> __( 'Some SEO plugins need to process shortcodes when building the header. As this is time consuming it is disabled by default. Also if you experience problems you can leave it disabled until you find a solution to fix it.', 'avia_framework' ),
			'id'		=> 'preprocess_shortcodes_in_header',
			'type'		=> 'select',
			'std'		=> '',
			'no_first'	=> true,
			'globalcss'	=> true,
			'subtype'	=> array(
							__( 'Do not allow to preprocess shortcodes', 'avia_framework' )		=> '',
							__( 'allow to preprocess shortcodes', 'avia_framework' )			=> 'preprocess_shortcodes_in_header'
						)
		);

$avia_elements[] = array(
			'slug'			=> 'seo',
			'type'			=> 'visual_group_end',
			'id'			=> 'avia_seo_index_end',
			'nodescription' => true
		);


$avia_elements[] = array(
			'slug'			=> 'seo',
			'type'			=> 'visual_group_start',
			'id'			=> 'avia_alb_seo_group_start',
			'nodescription'	=> true
		);

$avia_elements[] = array(
			'slug'		=> 'seo',
			'name'		=> __( 'Support ALB Elements To Qualify Links', 'avia_framework' ),
			'desc'		=> __( 'Check if you want to have additional options to qualify rel attribute of links (nofollow, sponsored, ugc) in ALB elements (since 4.8.6.3 this option replaces theme support &quot;avia_rel_nofollow_for_links&quot;)', 'avia_framework' ),
			'id'		=> 'alb_seo_qualify_links',
			'type'		=> 'checkbox',
			'std'		=> '',
			'globalcss'	=> true
		);

$avia_elements[] = array(
			'slug'			=> 'seo',
			'type'			=> 'visual_group_end',
			'id'			=> 'avia_alb_seo_group_close',
			'nodescription'	=> true
		);

© 2025 XylotrechusZ