In Google Search console constant growth of Wishlist pages

This topic has 10 replies, 3 voices, and was last updated 2 months ago ago by Luca Rossi

  • Avatar: Goostaf
    Goostaf
    Participant
    March 5, 2025 at 08:21

    Hello, I have previously written already, but not solved, we have in consoel google rasta number of not indexed pages and all these pages add_to_wishlist= and this figure is constantly growing, I guess is not quite right to work option, it should not generate any pages, on different sites I look, all through ajax it seems, how to fix it?

    Files is visible for topic creator and
    support staff only.
    9 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 5, 2025 at 16:46

    Hello @Goostaf
    You can try to add next custom snippet in your child-theme/functions.php
    add_filter('xstore_wishlist_product_query_args','__return_false');
    Kind regards, Jack Richardson
    The 8theme’s team

    Avatar: Goostaf
    Goostaf
    Participant
    March 10, 2025 at 09:37

    didn’t seem to help.

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    March 10, 2025 at 15:32

    Dear @Goostaf,

    We hope you are doing well.

    As you may have noticed, the wishlist button no longer contains an href URL. Given this, we are unsure of the source from which Google has crawled these URLs.

    Please note that our support team is available to assist you in resolving any issues related to the XStore theme. However, optimizing SEO scores falls outside the scope of our standard support services.

    We appreciate your understanding.

    Best regards,
    8Theme Team

    Files is visible for topic creator and
    support staff only.
    Avatar: Goostaf
    Goostaf
    Participant
    April 16, 2025 at 14:47

    Unfortunately, these links are still popping up in the console, is there any other hook? Maybe they are pulled from the cart, from the wish page or from cards?

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    April 17, 2025 at 09:45

    Dear @Goostaf,

    We hope this message finds you well.

    Following your inquiry, we have reviewed the source code and, unfortunately, we were unable to locate the ?add_to_wishlist string.

    For your reference, the relevant file associated with this functionality is located at:
    /wp-content/plugins/et-core-plugin/packages/xstore-wishlist/xstore-wishlist.php

    We kindly suggest double-checking the file to confirm.

    Please let us know if you need any further assistance.

    Best regards,
    The 8Theme Team

    Please contact administrator
    for this information.
    Avatar: Goostaf
    Goostaf
    Participant
    May 6, 2025 at 07:16

    Maybe it would help to understand? Here at transition such a bar at such pages hangs, myself do not understand where they come from, maybe mobile version?

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 6, 2025 at 09:56

    Dear @Goostaf,

    Thank you for reaching out.

    Regarding your inquiry, the “Add to Cart” links are generated by WooCommerce. To modify these links, please follow the steps below:

    1. Copy the following template file from the WooCommerce plugin directory:

    - /wp-content/plugins/woocommerce/templates/loop/add-to-cart.php

    2. Paste it into your child theme directory at the following location:

    - /wp-content/themes/xstore-child/woocommerce/loop/add-to-cart.php

    3. Once the file is in place, please locate the following line of code:

    esc_url( $product->add_to_cart_url() ),

    4. Replace it with:

    '#',

    This change will update the “Add to Cart” link as intended.

    We hope this helps. Should you have any further questions or need additional assistance, please do not hesitate to contact us.

    Best regards,
    The 8Theme Team

    Avatar: Goostaf
    Goostaf
    Participant
    May 12, 2025 at 09:08

    Unfortunately the growth continues, I still see this when transitioning, I guess there is more to it

    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 12, 2025 at 10:52

    Dear @Goostaf,

    We kindly suggest exploring a solution on Google’s side rather than modifying the URL structure within WooCommerce or the XStore theme.

    One possible approach could be to exclude URLs containing “add-to-cart” from being indexed by Google. You may find the following resource helpful in this regard:
    https://support.google.com/webmasters/thread/144972419/question-about-add-to-cart-links-in-woocommerce-websites?hl=en
    https://webmasters.stackexchange.com/questions/137271/do-add-to-cart-links-with-nofollow-in-woocommerce-hurt-seo

    We hope this information proves useful.

    Best regards,
    The 8Theme Team

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.