Pagination category page with infinite scrolling bad for SEO
-
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.
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
Thank you very much. This works!
Have a nice weekend!
The topic ‘Pagination category page with infinite scrolling bad for SEO’ is closed to new replies.