Home Forums WoodMart support forum Pagination category page with infinite scrolling bad for SEO

Pagination category page with infinite scrolling bad for SEO

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #299156

    Caspar
    Participant

    Hi,

    I would like to come back with an issue I experience. On our category pages we use infinite scrolling. Everytime a few products are loade

    So you get:

    domain.com/category/category-naam/page-2
    domain.com/category/category-naam/page-3
    domain.com/category/category-naam/page-4
    domain.com/category/category-naam/page-5
    domain.com/category/category-naam/page-6
    and so on…

    Result is 100% bounce on domain.com/category/category-naam/

    Is there already some way to resolve this? This wasn’t before, it started after the update.

    Thanks in advance.

    #299167

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to return the previous mechanism

    add_filter( 'woodmart_load_more_button_page_url', '__return_false' );

    Kind Regards

    #299172

    Caspar
    Participant

    Thank you very much. This works!

    Have a nice weekend!

    #299549

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Pagination category page with infinite scrolling bad for SEO’ is closed to new replies.