Hi there
Sorry, I don’t understand what you mean with
Support keeps silence.
while this is the first topic you open on this manner.
Anyway, now that you reported, we’re happy to help as always 🙂
In your case it seems that search engines are indexing Add to Wishlist url in your pages.
Plugin includes rel="nofollow"
attribute in all its links, in order to avoid this kind of problem; so, my best guess is that your theme is overrding add-to-wishlist.php template, or it’s printing its own ATW buttons, and do not include that attribute.
I suggest you to search for add-to-wishlist.php or add-to-wishlist-button.php templates inside your theme or child theme folder, and if you can locate them to rename them add-to-wishlist.php.bak and add-to-wishlist-button.php.bak respectively.
Note that this will remvoe any customization applied by the theme to ATW button.
Note furthermore that even if you correctly re-enable rel="nofollow"
attribute, you may need to scan again the site to see the effects.
Thread Starter
sizar2
(@sizar2)
Hi,
Thank you for the reply.
I first sent a message at https://yithemes.com/contact-form/ and didn’t hear back for two weeks.
Thanks again for your help, will try to fix.
Thread Starter
sizar2
(@sizar2)
Hi,
I searched for add-to-wishlist.php and add-to-wishlist-button.php and found them only in yith-woocommerce-wishlist folder.
Maybe there are some other options?
I use Flatsome theme.
Thanks.
Hi again
I tested wishlist plugin on my local installation with Flatsome theme
I can see that Flatsome customizes ATW button, indeed, placing its own custom element
Anyway, at the same time, I cannot see any anchor tag with ?add_to_wishlist
urls
Could you please share url to your site, so I can check and see if I can spot where those anchors without rel="nofollow"
are printed?
Hi again
Please, refer to this topic
I’m not sure how your problem come to be (nofolllow attribute is set, and I cannot find in your pages any other referece to ?add_to_wishlist urls); anyway, as a good measure we’ll add noindex meta tag for the pages loaded with ?add_to_wishlist query string
Hope this will prevent similar problems in the future