marcello.brunaldi
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Problem shop urlsHi Maybellyne and thank you for your reply.
I have figured out that at the end it is not big deal since WordPress add canonical url, but what I really want to do is eliminating “shop” from the Yoast breadcrumbs.
I have heard that there is a code to add to function.php, can you show me the way to do it?Cheers,
MarcelloForum: Plugins
In reply to: [Premmerce Permalink Manager for WooCommerce] Link structureOk now it works.
So, as far as I understand, with the premium version I can remove shop from the breadcrumbs. Correct?Forum: Plugins
In reply to: [Premmerce Permalink Manager for WooCommerce] Link structureHi there,
the link that you sent me is not working.
I have also tried to roll back the plugin to an older version but it keeps not working.
So I have discovered that there is a conflict between Wordfence and the plugin Breeze.Oddly enough, today I have updated both and when I have tried to deactivate breeze, wordfence has restored to work again.
How can we solve the problem? Should I contact the Breeze plugin developers ?
After the last plugin update it has happened to me as well!!
Forum: Plugins
In reply to: [Autoptimize] Page is not showingSOLVED IT!!!
It was the lazy loading option… ??
Well actually I didn’t remember that I have activated it. By the way, was it part of some recent updates ?
Forum: Plugins
In reply to: [Elementor Website Builder - More Than Just a Page Builder] Console errorSorry but I am not using the Pro features.
In this case what I am supposed to do?Forum: Plugins
In reply to: [WP YouTube Lyte] Microdata YoutubeIt work !!!!
??????????
Cheers
Forum: Plugins
In reply to: [WP YouTube Lyte] Microdata YoutubeDo you mean, trying to add this code snippet?
add_filter('lyte_match_thumburl','lyte_thumbnail_fixer'); function lyte_thumbnail_fixer( $thumb ) { return $thumb . '&fix=it'; }
Where should I add it?
Forum: Plugins
In reply to: [WP YouTube Lyte] Microdata YoutubeHi there,
I have tried to enable the cache thumbnails so now let’s see if Google will see the microdata.One more thing: I don’t know why the preview thumbnail is not showing.
Check for example this page: https://nnhotempo.it/cura-della-persona/rasoio-elettrico/panasonic-es-lv65/Forum: Plugins
In reply to: [WP YouTube Lyte] Microdata YoutubeAfter activating this option, Google Search Console warns me that are missing 4 fields: thumbnailUrl, name, description and uploadDate in each embedded videos. Do you know how to solve this issue?
CheersThank you for your quick response.
Well I tell you what happened in the real beginning; basically I created a staging copy of my website, I switched off the 2FA (cause I was already using it) and then I pushed staging copy to live site. Then again I turned it on, but how I was telling you, I don’t have any clue of why is behaving in this way. I didn’t change the settings. I have just activated the option for 2FA.Forum: Plugins
In reply to: [Yoast SEO] Url in SERPThank you Jeroen for your precious advise,
I have found this function:
/* ** Remove "Products" from Yoast SEO breadcrumbs in WooCommerce */ add_filter( 'wpseo_breadcrumb_links', function( $links ) { // Check if we're on a WooCommerce page // Checks if key 'ptarchive' is set // Checks if 'product' is the value of the key 'ptarchive', in position 1 in the links array if ( is_woocommerce() && isset( $links[1]['ptarchive'] ) && 'product' === $links[1]['ptarchive'] ) { // True, remove 'Products' archive from breadcrumb links unset( $links[1] ); } // Rebase array keys $links = array_values( $links ); // Return modified array return $links; });
and now, after I have added the function the result is:
{"@type":"BreadcrumbList","@id":"https:\/\/nnhotempo.it\/tempo-libero\/cyclette\/diadora-racer-23\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https:\/\/nnhotempo.it\/","url":"https:\/\/nnhotempo.it\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@type":"WebPage","@id":"https:\/\/nnhotempo.it\/shop\/","url":"https:\/\/nnhotempo.it\/shop\/","name":"Prodotti"}},{"@type":"ListItem","position":3,"item":{"@type":"WebPage","@id":"https:\/\/nnhotempo.it\/tempo-libero\/cyclette\/diadora-racer-23\/","url":"https:\/\/nnhotempo.it\/tempo-libero\/cyclette\/diadora-racer-23\/","name":"Diadora Racer 23"}}]}
Should be fine now for Google SERP.. what do you think Jeroen?
Forum: Plugins
In reply to: [Yoast SEO] Url in SERPHi there, thank you very much for your reply.
Therefore I have changed my settings in Yoast like this: https://imgur.com/dB0Xjxd
Now in source code I see this:
{"@type":"BreadcrumbList","@id":"https:\/\/nnhotempo.it\/tempo-libero\/cyclette\/diadora-racer-23\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https:\/\/nnhotempo.it\/","url":"https:\/\/nnhotempo.it\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@type":"WebPage","@id":"https:\/\/nnhotempo.it\/shop\/","url":"https:\/\/nnhotempo.it\/shop\/","name":"Prodotti"}},{"@type":"ListItem","position":3,"item":{"@type":"WebPage","@id":"https:\/\/nnhotempo.it\/tempo-libero\/cyclette\/diadora-racer-23\/","url":"https:\/\/nnhotempo.it\/tempo-libero\/cyclette\/diadora-racer-23\/","name":"Diadora Racer 23"}}]}
Is there a way to eliminate the position N°2 ? I don’t want to display the breadcrumb which link to page shop. I want the breadcrumb reflects the url of my page, where there is only parent-category->child-category->productForum: Plugins
In reply to: [Autoptimize] Error console 404You’re right !
Sorry if I hadn’t notice it!