Home › Forums › WoodMart support forum › SEO killer – URL paignation on last Woodmart update
SEO killer – URL paignation on last Woodmart update
- This topic has 8 replies, 3 voices, and was last updated 3 years, 7 months ago by Artem Temos.
-
AuthorPosts
-
April 30, 2021 at 5:15 pm #288428
ToriTori38ParticipantHello,
Since your last big update you have decided to change the way category pages on the shop load products. Now when you click “load more” it actually changes the URL and appends “page/2” to it, rather than showing more products on the same URL. This is very bad SEO practise as it creates duplicate URL issues. Why exactly have you done this? It worked perfectly well before your update.
Also, when the user now is on “page/2” on a category page and happens to reload the page again, the majority of the products dissapear and you only some of the products. You then have to reload the page again to see all the products.
We’ve checked our traffic and this has really made a mess of our SERPS. You cannot just change category URLs like this which are listed in the SERPS. How can we revert back to how the category pages loaded products previously, where the “load more” button did not change the category URL by appending “page/2” to it?
Thank you
April 30, 2021 at 5:56 pm #288435
Artem TemosKeymasterHello,
Try to add the following PHP code snippet to the child theme functions.php file to disable this option
add_filter( 'woodmart_load_more_button_page_url', '__return_false' );
Kind Regards
April 30, 2021 at 9:16 pm #288475
protectionshopnlParticipantDouble products on different pages doesn’t affect SEO badly when canonical URLs are correctly configured out from Woodmart. That’s the best SEO proof solution for this.
May 1, 2021 at 7:08 am #288542
ToriTori38ParticipantHello Artem,
Many thanks for that snippet. That works perfectly. Can you please explain the reason for adding the paignation to the category URL in the last update? What was the development reason behind that?
@protectionshopn – Thanks for your input about category canonicals (which of course is very important) but the main issue is that category products are now bing split across multiple pages which has an effect on the SEO juice being attributed to the main category canonical. When something is not broken and works very well (as per before the update) why go ahead and make this change which is not needed (as far as I can see) and has the potential to weaken SERP positions?
May 3, 2021 at 6:07 am #288981
Artem TemosKeymasterHello,
It was a very popular feature request so that is why have added this function to our theme.
Kind Regards
May 3, 2021 at 6:11 am #288988
ToriTori38ParticipantThanks for your reply Artem,
Can you kindly please explain to me the advantage of this? What feature is it exactly that you are offering here? I do not really understand so you explanation would be really appreciated.
May 3, 2021 at 6:51 am #289007
Artem TemosKeymasterHi,
It is a default pagination behavior and by changing the URL it reflects the standard WooCommerce pagination. So you can share some particular pages. For example, you scrolled to the 10th page and want to copy the link to send somebody. Also, we can’t give you SEO advice but we don’t see any problems from this perspective as well.
Kind Regards
May 3, 2021 at 6:59 am #289009
ToriTori38ParticipantThank you Artem for sharing that information with me.
You can close this ticket.May 3, 2021 at 7:00 am #289010
Artem TemosKeymasterYou are welcome!
-
AuthorPosts
The topic ‘SEO killer – URL paignation on last Woodmart update’ is closed to new replies.
- You must be logged in to create new topics. Login / Register