vincenzovissub
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Conflict with WP Google Maps – cannot use with AOdelete google maps that never helped…..
Forum: Plugins
In reply to: [Yoast SEO] noindex detected in robots meta tagadd_action( ‘init’, function() {
if ( ! class_exists( ‘WPSEO_Frontend’ ) ) {
return;
}$wpseo_frontend = WPSEO_Frontend::get_instance();
remove_action( ‘template_redirect’, array( $wpseo_frontend, ‘noindex_feed’ ) );
});Yes, but but with this one, regardless of feed, the google ranking has risen by 20 percent just because it does not detect the various noindexes
Forum: Plugins
In reply to: [AMP] Invalid logo structured data elementsolved with additional code without using the plugin.
Forum: Plugins
In reply to: [Yoast SEO] noindex detected in robots meta tagThis BIG problem has existed for a long time and I think it’s done on purpose for you. But It’s not reported in the plugin description before installing it.
So, I think it’s honest to leave this support request open.On all feed pages are added
X-Robots-Tag: noindex, follow
from Yoast
The problem is class-frontend.php under folder
/var/www/html/visurasubito/wp-content/plugins/wordpress-seo/frontend/
In addition a plugin that is proposed for the seo and is blocking for important parts of it does not make sense to exist
Forum: Plugins
In reply to: [Yoast SEO] noindex detected in robots meta tagThis BIG problem has existed for a long time and I think it’s done on purpose for you. But It’s not reported in the plugin description before installing it.
So, I think it’s honest to leave this support request open.On all feed pages are added
X-Robots-Tag: noindex, follow
from Yoast
The problem is class-frontend.php under folder
/var/www/html/visurasubito/wp-content/plugins/wordpress-seo/frontend/
Forum: Plugins
In reply to: [AMP] Invalid logo structured data elementand in wordpress too
// Set up custom logo
add_theme_support( ‘custom-logo’ );function themename_custom_logo_setup() {
$defaults = array(
‘height’ => 33,
‘width’ => 215,
‘flex-height’ => true,
‘flex-width’ => true,
‘header-text’ => array( ‘VISURA SUBITO’, ‘VISURE E CERTIFICATI TELEMATICI’ ),
);add_theme_support( ‘custom-logo’, $defaults );
}
add_action( ‘after_setup_theme’, ‘themename_custom_logo_setup’ );Forum: Plugins
In reply to: [AMP] Invalid logo structured data elementI have set this code in function
add_filter( ‘amp_post_template_data’, ‘xyz_amp_set_site_icon_url’ );
function xyz_amp_set_site_icon_url( $data ) {
// 32×32 image
$data[‘site_icon_url’] = get_stylesheet_directory_uri() . ‘/images/3232.png’;
return $data;
}Forum: Plugins
In reply to: [AMP] Invalid logo structured data elementyes I have.
Forum: Plugins
In reply to: [Yoast SEO] noindex detected in robots meta tagOn all feed pages are added
X-Robots-Tag: noindex, follow
from Yoast
The problem is class-frontend.php under folder
/var/www/html/visurasubito/wp-content/plugins/wordpress-seo/frontend/
Forum: Plugins
In reply to: [AMP] AMP commentsfunction wp_amp_additional_css_styles( $amp_template ) {
?>
amp-img.wp-post-image {
display: none;
}amp-wp-meta.amp-wp-comments-link {
display: none;
}<?php
}
add_action( ‘amp_post_template_css’, ‘wp_amp_additional_css_styles’ );amp-wp-meta.amp-wp-comments-link don’t work…..
Forum: Plugins
In reply to: [Yoast SEO] noindex detected in robots meta tagOn all feed pages are added
X-Robots-Tag: noindex, follow
from Yoast
The problem is class-frontend.php under dir
/var/www/html/visurasubito/wp-content/plugins/wordpress-seo/frontend/
Forum: Plugins
In reply to: [Yoast SEO] noindex detected in robots meta tagOn all feed pages are added
X-Robots-Tag: noindex, follow
from Yoast
The problem is class-frontend.php under dir
/var/www/html/visurasubito/wp-content/plugins/wordpress-seo/frontend.
Forum: Plugins
In reply to: [Yoast SEO] noindex detected in robots meta tagOn all feed pages are added
X-Robots-Tag: noindex, follow
from Yoast
The problem is class-frontend.php under dir
/var/www/html/visurasubito/wp-content/plugins/wordpress-seo/frontend
Forum: Plugins
In reply to: [Yoast SEO] noindex detected in robots meta tagOn all feed pages are added
X-Robots-Tag: noindex, follow
from Yoast.
Forum: Plugins
In reply to: [Autoptimize] SET CACHEadd_filter(‘autoptimize_filter_cachecheck_maxsize’,’change_maxsize’);
function change_maxsize() {
return 10000*1024*1024;
}I have no space problems….
for the moment I go to power…..
Thanks for the support
Vincenzo