{"id":38878,"date":"2024-05-17T11:20:32","date_gmt":"2024-05-17T11:20:32","guid":{"rendered":"https:\/\/10web.io\/blog\/?p=38878"},"modified":"2026-01-12T13:24:49","modified_gmt":"2026-01-12T13:24:49","slug":"how-to-remove-related-products-in-woocommerce","status":"publish","type":"post","link":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/","title":{"rendered":"How to Remove Related Products in WooCommerce"},"content":{"rendered":"<p><span style=\"font-weight: 400;\">In WooCommerce, related products are a powerful tool for enhancing sales by suggesting complementary items on product pages. However, there are times when removing related products may align better with your business strategy. For example, to simplify the viewing experience or implement a more targeted upsell approach. This article will explore why and when to remove related products, the impact on sales and SEO, and detailed methods to customize this feature to fit your unique business needs.<\/span><\/p>\n<h2>FAQ<\/h2>\n<p><div class=\"faq-shortcode\">\n    <p class=\"faq_title\">How to remove related products from the product page in WooCommerce?<\/p>\n    <div class=\"faq_content\"><br \/>\nRemove related products by adding a code snippet to your theme&#8217;s functions.php file that unhooks the related products function.<\/div>\n<\/div>\n<br \/>\n<div class=\"faq-shortcode\">\n    <p class=\"faq_title\">How do I edit WooCommerce related products?<\/p>\n    <div class=\"faq_content\"><br \/>\nEdit related products in WooCommerce by modifying the related products query through hooks in your theme\u2019s functions.php file, such as adjusting the number of displayed products or changing their attributes.<\/div>\n<\/div>\n<br \/>\n<div class=\"faq-shortcode\">\n    <p class=\"faq_title\">How do I hide out of stock products from related products in WooCommerce?<\/p>\n    <div class=\"faq_content\"><br \/>\nHide out of stock products from related products by using a custom query in the related products function in your theme&#8217;s functions.php file that excludes out of stock items.<\/div>\n<\/div>\n<br \/>\n<div class=\"faq-shortcode\">\n    <p class=\"faq_title\">How do I remove featured products from WooCommerce?<\/p>\n    <div class=\"faq_content\"><br \/>\nRemove featured products by editing the WooCommerce template or using custom CSS to hide the featured products section, or modify the query in your theme to exclude featured products.<\/div>\n<\/div>\n<\/p>\n<h2><span style=\"font-weight: 400;\">Understanding related products in WooCommerce<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">In WooCommerce,<\/span><a href=\"https:\/\/10web.io\/blog\/how-to-add-products-in-woocommerce\/\"> <span style=\"font-weight: 400;\">related products<\/span><\/a><span style=\"font-weight: 400;\"> are an essential feature designed to boost sales by showcasing items that complement the current product a customer is viewing. By understanding when and why to remove these suggestions, you can tailor your product pages to better suit your shop&#8217;s strategy.<\/span><\/p>\n<p>There are three main ways products can be related:<\/p>\n<h4>Up-sells<\/h4>\n<ul>\n<li>Up-sells are recommended products instead of the current product.<\/li>\n<li>Typically more profitable, higher quality, or more expensive.<\/li>\n<li>Displayed on the single product page beneath the product\u2019s description.<\/li>\n<li>User-defined.<\/li>\n<\/ul>\n<h4>Cross-sells<\/h4>\n<ul>\n<li>Cross-sells are complementary products promoted in the cart.<\/li>\n<li>Example: Laptop accessories for a laptop.<\/li>\n<li>Displayed on the cart page beneath the cart products table.<\/li>\n<li>User-defined.<\/li>\n<\/ul>\n<h4>Related products<\/h4>\n<ul>\n<li>Products sharing the same tags or categories as the current product.<\/li>\n<li>Automatically displayed on the product page.<\/li>\n<li>Cannot be specified in the admin but influenced by grouping similar products.<\/li>\n<\/ul>\n<h3><span style=\"font-weight: 400;\">When and why to remove related products<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">WooCommerce automatically generates <\/span><b>related products<\/b><span style=\"font-weight: 400;\"> on your product pages based on similarities in tags and categories, offering customers additional items they may be interested in. While this feature can enhance user experience by supplying relevant <\/span><b>upsells<\/b><span style=\"font-weight: 400;\"> and <\/span><b>cross-sells<\/b><span style=\"font-weight: 400;\">, there are specific scenarios where you might want to remove related products.<\/span><\/p>\n<p><a href=\"https:\/\/10web.io\/blog\/how-to-customize-woocommerce-product-page\/\"><b>Simplifying product pages<\/b><\/a><span style=\"font-weight: 400;\">: If your product pages are cluttered, removing related product sections can help streamline the customer&#8217;s view and keep them focused on the main product.<\/span><\/p>\n<p><b>Targeted upsell strategy<\/b><span style=\"font-weight: 400;\">: You might prefer to implement a more targeted upsell strategy, replacing WooCommerce&#8217;s automated related products with handpicked choices that you&#8217;ve determined are more appropriate or profitable.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Removing related products can provide a cleaner layout and can help direct your customers&#8217; attention to the items you want to highlight, like certain <\/span><b>upsells<\/b><span style=\"font-weight: 400;\"> or <\/span><b>cross-sells<\/b><span style=\"font-weight: 400;\">, without the distraction of automated suggestions.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">How to remove related products in WooCommerce<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">In your WooCommerce store, there might be times when you want to tailor the customer experience by altering the default presentation of related products. You can achieve this by using different methods such as CSS, editing your theme&#8217;s functions.php file, or by unhooking actions in WooCommerce.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Using CSS to hide related products<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">You can quickly<\/span><a href=\"https:\/\/10web.io\/blog\/how-to-hide-category-in-woocommerce-product-page\/\"> <span style=\"font-weight: 400;\">hide related products<\/span><\/a><span style=\"font-weight: 400;\"> from your product pages with a few lines of CSS code.<\/span><\/p>\n<ol class=\"black\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Navigate to <\/span><b>Appearance<\/b><span style=\"font-weight: 400;\"> &gt; <\/span><b>Customize<\/b><span style=\"font-weight: 400;\"> in your WordPress dashboard.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Go to <\/span><b>Additional CSS<\/b><span style=\"font-weight: 400;\"> and enter the following CSS code:<br \/>\n<\/span><\/p>\n<pre>.related.products { display: none;}<\/pre>\n<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Click on <\/span><b>Publish<\/b><span style=\"font-weight: 400;\"> to save your changes.<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-additional-CSS.jpg\" alt=\"Removing related products using additional CSS\" width=\"1560\" height=\"875\" class=\"alignnone size-full wp-image-38884\" srcset=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-additional-CSS.jpg 1560w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-additional-CSS-742x416.jpg 742w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-additional-CSS-1484x832.jpg 1484w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-additional-CSS-150x84.jpg 150w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-additional-CSS-768x431.jpg 768w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-additional-CSS-1536x862.jpg 1536w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-additional-CSS-371x208.jpg 371w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-additional-CSS-600x337.jpg 600w\" sizes=\"auto, (max-width: 1560px) 100vw, 1560px\" \/><\/span><\/li>\n<\/ol>\n<ol><\/ol>\n<ol><\/ol>\n<p><span style=\"font-weight: 400;\">This approach does not remove related products from your website&#8217;s code; it only hides them from view.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Editing functions.php to remove related products<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">For a more permanent solution, you can remove related products by adding a code snippet to your theme&#8217;s functions.php file.<\/span><\/p>\n<ol class=\"black\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access your website&#8217;s files using an FTP client or file manager provided in your hosting control panel.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Find your current theme&#8217;s folder and locate the <\/span><b>functions.php<\/b><span style=\"font-weight: 400;\"> file.<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-theme-functions-php-file.jpg\" alt=\"Removing related products using the theme functions php file. \" width=\"1560\" height=\"875\" class=\"alignnone size-full wp-image-38885\" srcset=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-theme-functions-php-file.jpg 1560w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-theme-functions-php-file-742x416.jpg 742w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-theme-functions-php-file-1484x832.jpg 1484w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-theme-functions-php-file-150x84.jpg 150w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-theme-functions-php-file-768x431.jpg 768w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-theme-functions-php-file-1536x862.jpg 1536w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-theme-functions-php-file-371x208.jpg 371w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-theme-functions-php-file-600x337.jpg 600w\" sizes=\"auto, (max-width: 1560px) 100vw, 1560px\" \/><\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Edit the file and insert the following code at the end of the file:<\/span>\n<pre><span style=\"font-weight: 400;\"> remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20);<\/span><\/pre>\n<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Save your updates and upload the file back to the server if you downloaded it.<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">Adding this code effectively removes the related products section from all product pages on your WooCommerce site.<\/span><\/p>\n<p><span>\r\n<style>\r\n  #ctablocks_inline_84{\r\n          background-color: #000000;\r\n        color: #ffffff;\r\n    border-radius: 6px;\r\n  }\r\n\r\n  #ctablocks_inline_84 p{\r\n    color: #ffffff;\r\n  }\r\n  #ctablocks_inline_84 .button{\r\n        background-color: rgb(51,57,241);\r\n      color: #ffffff;\r\n    border-color: #3339f1 !important;\r\n  }\r\n  #ctablocks_inline_84 .button:hover{\r\n    background: rgba(51,57,241,0.8);\r\n    color: #ffffff;\r\n    opacity: 1;\r\n  }\r\n        #ctablocks_inline_84 .ctablocks_content_info p {\r\n        padding-left: 36px;\r\n      }\r\n      #ctablocks_inline_84 .ctablocks_content_button {\r\n          margin-left: 37px;\r\n      }\r\n  @media screen and (min-width: 768px) and (max-width: 1260px) {\r\n      #ctablocks_inline_84 .ctablocks_content_button {\r\n          margin-left: 37px !important;\r\n      }\r\n  }\r\n  ;\r\n<\/style>\r\n<div id=\"ctablocks_inline_84\" class=\"ctablocks_container inline_type\r\n        \">\r\n\r\n  <div class=\"ctablocks_content clear\">\r\n    <div class=\"ctablocks_content_info\">\r\n      \r\n            <div class=\"title-wrap\">\r\n\t\t\t\t\t                  <img decoding=\"async\" src=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/04\/Group-175063@2x.png\" alt=\"Looking to sell online?\" title=\"Looking to sell online?\">\r\n\t\t\t\t\t            <h4>Looking to sell online?<\/h4>\r\n        <\/div>\r\n              <p>Create your custom online store in minutes with 10Web AI Ecommerce Website Builder and take your business online. <\/p>\r\n          <\/div>\r\n    <div class=\"ctablocks_content_button\">\r\n              <a href=\"https:\/\/10web.io\/ai-website-builder\/\" class=\"button\" data-gtag=\"sign-up-blog\" data-buttontype=\"sign-up\" data-gtag=\"cta-84\" data-buttontype=\"cta-inline\"\r\n\t        >Generate Your Store<\/a>\r\n            \r\n    <\/div>\r\n  <\/div>\r\n    <\/div>\r\n<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Unhooking actions in WooCommerce<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">Another method to disable the related products feature involves unhooking the WooCommerce action responsible for displaying related products.<\/span><\/p>\n<ol class=\"black\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Access <\/span><b>functions.php<\/b><span style=\"font-weight: 400;\"> as described above.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add the following code snippet:<\/span>\n<pre><span style=\"font-weight: 400;\"> add_action('template_redirect', 'remove_woocommerce_related_products');<\/span>function remove_woocommerce_related_products() {if (is_product()) {remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20);}}<\/pre>\n<\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><b>Save<\/b><span style=\"font-weight: 400;\"> and re-upload the file if necessary.<\/span><\/li>\n<\/ol>\n<ol class=\"black\"><\/ol>\n<p><span style=\"font-weight: 400;\">This code first checks if a single product page is being displayed before removing the related products, which ensures that the related products are only removed where needed.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Child theme considerations<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">A <\/span><b>child theme<\/b><span style=\"font-weight: 400;\"> ensures that your customizations are preserved during a parent theme update. When dealing with code snippets to remove related products, you should add them to your child theme&#8217;s functions.php file. A child theme reflects smart practice to keep changes separate from the parent theme, making updates worry-free.<\/span><\/p>\n<ol class=\"black\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Initialize your child theme if you haven&#8217;t done so yet, ensuring it inherits styles and functions from the parent theme.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Navigate to <\/span><b>Appearance<\/b><span style=\"font-weight: 400;\"> &gt; <\/span><b>Theme Editor<\/b><span style=\"font-weight: 400;\"> in your WordPress dashboard.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Select your child theme and find the <\/span><b>functions.php<\/b><span style=\"font-weight: 400;\"> file in the right-hand list.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Insert your code snippet into the <\/span><b>functions.php<\/b><span style=\"font-weight: 400;\"> file and save the changes.<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-child-themes-functions-php-file.jpg\" alt=\"Removing related products using the child themes functions php file\" width=\"1560\" height=\"875\" class=\"alignnone size-full wp-image-38894\" srcset=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-child-themes-functions-php-file.jpg 1560w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-child-themes-functions-php-file-742x416.jpg 742w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-child-themes-functions-php-file-1484x832.jpg 1484w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-child-themes-functions-php-file-150x84.jpg 150w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-child-themes-functions-php-file-768x431.jpg 768w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-child-themes-functions-php-file-1536x862.jpg 1536w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-child-themes-functions-php-file-371x208.jpg 371w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-the-child-themes-functions-php-file-600x337.jpg 600w\" sizes=\"auto, (max-width: 1560px) 100vw, 1560px\" \/><\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">By opting for a child theme, your custom code snippets remain protected even when the main theme receives an update, offering peace of mind and stability for your site&#8217;s appearance and functionality.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Selecting the right tools for customization<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">When customizing your WooCommerce store, the tools you choose can significantly streamline the process and ensure compatibility with your theme. Select savvy plugins and understand<\/span><a href=\"https:\/\/10web.io\/blog\/how-to-create-a-child-theme-in-wordpress\/\"> <span style=\"font-weight: 400;\">child theme<\/span><\/a><span style=\"font-weight: 400;\"> nuances to tweak your store&#8217;s presentation with confidence.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Plugins for disabling related products<\/span><\/h3>\n<p><a href=\"https:\/\/10web.io\/plugins\/\"><span style=\"font-weight: 400;\">Plugins<\/span><\/a><span style=\"font-weight: 400;\"> are your go-to solutions for adding functionality to your WooCommerce store with minimal effort. To remove related products, consider the <\/span><b>NS Remove Related Products<\/b><span style=\"font-weight: 400;\"> plugin, which provides a simple way to mitigate clutter on your product pages without delving into code.<\/span><\/p>\n<ol class=\"black\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">First, go to the Plugins section in your WordPress dashboard and click on <\/span><b>Add New<\/b><span style=\"font-weight: 400;\">.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In the Keyword search box, type <\/span><a href=\"https:\/\/wordpress.org\/support\/plugin\/ns-remove-related-products-for-woocommerce\/\"><b>NS Remove Related Products<\/b><\/a><span style=\"font-weight: 400;\"> and hit <\/span><b>Enter<\/b><span style=\"font-weight: 400;\">.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Click <\/span><b>Install Now<\/b><span style=\"font-weight: 400;\"> by the plugin&#8217;s name and, once installed, hit the <\/span><b>Activate<\/b><span style=\"font-weight: 400;\"> button.<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">By activating this plugin, you can visit the settings and toggle the removal of related products with ease.<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-NS-removal-plugin.jpg\" alt=\"Removing related products using NS removal plugin\" width=\"1560\" height=\"639\" class=\"alignnone size-full wp-image-38890\" srcset=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-NS-removal-plugin.jpg 1560w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-NS-removal-plugin-742x304.jpg 742w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-NS-removal-plugin-1484x608.jpg 1484w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-NS-removal-plugin-150x61.jpg 150w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-NS-removal-plugin-768x315.jpg 768w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-NS-removal-plugin-1536x629.jpg 1536w, https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/05\/Removing-related-products-using-NS-removal-plugin-600x246.jpg 600w\" sizes=\"auto, (max-width: 1560px) 100vw, 1560px\" \/><\/span><\/p>\n<p><span>\r\n<style>\r\n  #ctablocks_inline_84{\r\n          background-color: #000000;\r\n        color: #ffffff;\r\n    border-radius: 6px;\r\n  }\r\n\r\n  #ctablocks_inline_84 p{\r\n    color: #ffffff;\r\n  }\r\n  #ctablocks_inline_84 .button{\r\n        background-color: rgb(51,57,241);\r\n      color: #ffffff;\r\n    border-color: #3339f1 !important;\r\n  }\r\n  #ctablocks_inline_84 .button:hover{\r\n    background: rgba(51,57,241,0.8);\r\n    color: #ffffff;\r\n    opacity: 1;\r\n  }\r\n        #ctablocks_inline_84 .ctablocks_content_info p {\r\n        padding-left: 36px;\r\n      }\r\n      #ctablocks_inline_84 .ctablocks_content_button {\r\n          margin-left: 37px;\r\n      }\r\n  @media screen and (min-width: 768px) and (max-width: 1260px) {\r\n      #ctablocks_inline_84 .ctablocks_content_button {\r\n          margin-left: 37px !important;\r\n      }\r\n  }\r\n  ;\r\n<\/style>\r\n<div id=\"ctablocks_inline_84\" class=\"ctablocks_container inline_type\r\n        \">\r\n\r\n  <div class=\"ctablocks_content clear\">\r\n    <div class=\"ctablocks_content_info\">\r\n      \r\n            <div class=\"title-wrap\">\r\n\t\t\t\t\t                  <img decoding=\"async\" src=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/04\/Group-175063@2x.png\" alt=\"Looking to sell online?\" title=\"Looking to sell online?\">\r\n\t\t\t\t\t            <h4>Looking to sell online?<\/h4>\r\n        <\/div>\r\n              <p>Create your custom online store in minutes with 10Web AI Ecommerce Website Builder and take your business online. <\/p>\r\n          <\/div>\r\n    <div class=\"ctablocks_content_button\">\r\n              <a href=\"https:\/\/10web.io\/ai-website-builder\/\" class=\"button\" data-gtag=\"sign-up-blog\" data-buttontype=\"sign-up\" data-gtag=\"cta-84\" data-buttontype=\"cta-inline\"\r\n\t        >Generate Your Store<\/a>\r\n            \r\n    <\/div>\r\n  <\/div>\r\n    <\/div>\r\n<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Enhancing store performance post-removal<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">After you&#8217;ve removed related products from your WooCommerce site, it&#8217;s crucial to focus on improving your<\/span><a href=\"https:\/\/10web.io\/blog\/speed-up-woocommerce-store\/\"> <span style=\"font-weight: 400;\">store&#8217;s performance<\/span><\/a><span style=\"font-weight: 400;\"> to potentially increase sales and enhance the customer experience. Optimizing your product pages and overall website design allows for a more streamlined<\/span><a href=\"https:\/\/10web.io\/blog\/ecommerce-websites\/\"> <span style=\"font-weight: 400;\">shopping experience<\/span><\/a><span style=\"font-weight: 400;\">. Here&#8217;s how you can elevate your store&#8217;s performance:<\/span><\/p>\n<p><a href=\"https:\/\/10web.io\/page-speed-booster\/\"><b>Boost your website speed<\/b><\/a><span style=\"font-weight: 400;\">: Fast loading times are essential for customer retention. Use tools to compress images and leverage browser caching for improved speed. This, in turn, can positively affect your SEO rankings as search engines favor quick-loading sites.<\/span><\/p>\n<p><b>Refine your product pages<\/b><span style=\"font-weight: 400;\">: Now that you have more space, emphasize the uniqueness of each product. Use high-quality images and detailed descriptions to entice purchases. Enhanced product pages can lead to better conversion rates.<\/span><\/p>\n<p><b>Strategize your design<\/b><span style=\"font-weight: 400;\">: A clean, uncluttered design improves user navigation. Rethink your<\/span><a href=\"https:\/\/10web.io\/blog\/how-to-set-up-woocommerce-shop-page\/\"> <span style=\"font-weight: 400;\">store layout<\/span><\/a><span style=\"font-weight: 400;\"> to ensure customers can find what they need without distractions, providing a smoother shopping experience.<\/span><\/p>\n<p><b>Personalize the customer experience<\/b><span style=\"font-weight: 400;\">: Implement customization options like personalized recommendations. Customers appreciate tailored suggestions based on their shopping history, which could increase sales and revenue.<\/span><\/p>\n<p><b>Adjust your<\/b> <b>SEO approach<\/b><span style=\"font-weight: 400;\">: Without related products, you may need to update your SEO strategy. Focus on keywords relevant to individual products and ensure your content matches what your customers are searching for.<\/span><\/p>\n<p><b>Analyze and adapt<\/b><span style=\"font-weight: 400;\">: Use analytics to track the impact of these changes. Continue tweaking your approach based on customer behavior to stay ahead of the algorithm and market trends.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Analyzing the impact on sales and SEO<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">When you consider removing related products from your WooCommerce store, it is important to evaluate how this could affect both your sales and search engine optimization (SEO).<\/span><\/p>\n<p><b>Sales<\/b><span style=\"font-weight: 400;\">: Related products are a powerful tactic to increase customer engagement and potentially boost your average order value by suggesting additional items to shoppers. These recommendations could lead to customers discovering products they didn&#8217;t initially consider, enhancing customer satisfaction and repeat purchases.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To assess the impact on sales:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Track changes in your <\/span><b>average order value<\/b><span style=\"font-weight: 400;\"> before and after making adjustments in the WooCommerce dashboard.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Monitor the <\/span><b>sales statistics<\/b><span style=\"font-weight: 400;\"> for products that were frequently bought together to see if there is a notable decline after removal.<\/span><\/li>\n<\/ul>\n<p><b>SEO<\/b><span style=\"font-weight: 400;\">: From an SEO standpoint, related products can increase the content richness of your product pages, which is a positive signal to search engines. However, if the related products are not carefully curated, they might distract customers or lead to a higher bounce rate, indirectly affecting your SEO negatively.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">To analyze the SEO effects:<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Observe the <\/span><b>bounce rate<\/b><span style=\"font-weight: 400;\"> and <\/span><b>time on page<\/b><span style=\"font-weight: 400;\"> metrics in your analytics tool to gauge user engagement post-removal.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Check your <\/span><b>search rankings<\/b><span style=\"font-weight: 400;\"> for key product-related terms to see if they shift after making changes in the WooCommerce settings.<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">By keeping a close eye on these factors, you can make informed decisions about the configuration of your online store that best balance the needs for direct sales and organic search visibility.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Advanced strategies for developers<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">When diving into the code, developers can use various advanced methods to customize their WooCommerce stores. You&#8217;ll need to be comfortable with editing PHP files and understanding WordPress hooks if you want to tailor the related product feature to your needs.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Modifying WooCommerce query filters<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">By tapping into WooCommerce&#8217;s query filters, you can control which products are deemed related. Use the <\/span><b>add_filter<\/b><span style=\"font-weight: 400;\"> function in your <\/span><b>functions.php<\/b><span style=\"font-weight: 400;\"> file to adjust the criteria for related items. For example:<\/span><\/p>\n<ol class=\"black\">\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Open your <\/span><b>functions.php<\/b><span style=\"font-weight: 400;\"> file within your child theme.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Add a new <\/span><b>add_filter<\/b><span style=\"font-weight: 400;\"> statement to modify the &#8216;woocommerce_related_products&#8217; hook.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Define your custom function that will return a modified query, such as altering the tags or the category of products considered related.<\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">Here&#8217;s a snippet of PHP code that you could use as a starting point:<\/span><\/p>\n<pre><span style=\"font-weight: 400;\">add_filter( 'woocommerce_related_products', 'your_custom_related_products_filter');<\/span>\r\n\r\n<span style=\"font-weight: 400;\">function your_custom_related_products_filter($related_posts, $product_id) {<\/span>\r\n\r\n<span style=\"font-weight: 400;\"> \/\/ Your custom query alterations go here<\/span>\r\n\r\n<span style=\"font-weight: 400;\"> return $related_posts;<\/span>\r\n\r\n<span style=\"font-weight: 400;\">}<\/span><\/pre>\n<p><span style=\"font-weight: 400;\">Remember, the goal is to append or modify the criteria for how WooCommerce decides which products are related.<\/span><\/p>\n<h3><span style=\"font-weight: 400;\">Writing custom functions for specific themes<\/span><\/h3>\n<p><span style=\"font-weight: 400;\">For developers proficient with code, creating a plugin to manage these settings can be an effective solution, offering users the benefit of updates and support without direct code modifications. Whether you&#8217;re adjusting existing <\/span><b>PHP code<\/b><span style=\"font-weight: 400;\"> or crafting a tool for non-coders, consider user-friendliness and the provision of clear documentation.<\/span><\/p>\n<h2><span style=\"font-weight: 400;\">Conclusion<\/span><\/h2>\n<p><span style=\"font-weight: 400;\">You can strategically remove or customize the related products in WooCommerce to suit your unique business needs, whether to simplify product pages or implement a more targeted upsell strategy. This adjustment can potentially enhance user experience, focus customer attention, and ultimately, impact sales and SEO performance. Utilize CSS, edit the functions.php file, or employ plugins to make these changes efficiently. <\/span><\/p>\n<p><span style=\"font-weight: 400;\">Analyzing the effects of these modifications on your store\u2019s performance is crucial to ensure that your adjustments yield the desired results. Use this knowledge to refine your eCommerce strategy, enhance your website\u2019s performance, and possibly increase customer satisfaction and sales.<\/span><\/p>\n<p><span>\r\n<style>\r\n  #ctablocks_scrollbox-with-icon_96{\r\n            color: #ffffff;\r\n    border-radius: 6px;\r\n  }\r\n\r\n  #ctablocks_scrollbox-with-icon_96 p{\r\n    color: #ffffff;\r\n  }\r\n  #ctablocks_scrollbox-with-icon_96 .button{\r\n          background-color: #3339F1;\r\n        color: #ffffff;\r\n    border-color: #3339F1 !important;\r\n  }\r\n  #ctablocks_scrollbox-with-icon_96 .button:hover{\r\n    background: rgba(51,57,241,0.8);\r\n    color: #ffffff;\r\n    opacity: 1;\r\n  }\r\n  #ctablocks_scrollbox-with-icon_96.ctablocks_container {\r\n    left: 100%;\r\n  }\r\n  @media screen and (max-width: 1300px) {\r\n      #ctablocks_scrollbox-with-icon_96.ctablocks_container {\r\n          left: 0;\r\n          margin: 0 auto;\r\n      }\r\n  }\r\n  #ctablocks_scrollbox-with-icon_96 .ctablocks_content {\r\n      background-color: #000000;\r\n  }\r\n<\/style>\r\n<div id=\"ctablocks_scrollbox-with-icon_96\" class=\"ctablocks_container scrollbox-with-icon_type\r\n      \">\r\n\r\n  <div class=\"ctablocks_content clear\">\r\n    <div class=\"ctablocks_content_info\">\r\n              <h4>Looking to sell online?<\/h4>\r\n        <h4 class=\"mobile-title\">Create your online store in minutes<\/h4>\r\n              <p>Create your online store in minutes with 10Web AI Ecommerce Website Builder.<\/p>\r\n          <\/div>\r\n    <div class=\"ctablocks_content_button\">\r\n              <a href=\"https:\/\/10web.io\/ai-website-builder\/\" class=\"button\" data-gtag=\"sign-up-blog\" data-buttontype=\"sign-up\" data-gtag=\"cta-96\" data-buttontype=\"cta-scrollbox-with-icon\"\r\n\t        >Generate Your Store<\/a>\r\n            \r\n    <\/div>\r\n  <\/div>\r\n    <span class=\"close_ctablocks\">\r\n      <img decoding=\"async\" class=\"close-icon\" src=\"https:\/\/10web.io\/blog\/wp-content\/plugins\/cta-blocks\/assets\/images\/close_w.svg\" class=\"close\">\r\n      <img decoding=\"async\" class=\"floating-icon\" src=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/04\/Mask-Group-96598@2x.png\" alt=\"Looking to sell online?\" title=\"Looking to sell online?\">\r\n<!--      <img decoding=\"async\" class=\"arrow-icon white\" src=\"\/cta-blocks\/assets\/images\/arrow-icon.svg\" class=\"close\">\r\n-->      <img decoding=\"async\" class=\"arrow-icon purple\" src=\"https:\/\/10web.io\/blog\/wp-content\/plugins\/cta-blocks\/assets\/images\/arrow-icon-purple.svg\" class=\"close\">\r\n  <\/span>\r\n<\/div>\r\n<\/span><br \/>\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In WooCommerce, related products are a powerful tool for enhancing sales by suggesting complementary items on product pages. However, there are times when removing related products may align better with your business strategy. For example, to simplify the viewing experience or implement a more targeted upsell approach. This article will explore why and when to remove related products, the impact&#8230;<\/p>\n","protected":false},"author":11,"featured_media":35044,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"two_page_speed":[],"footnotes":"","tenweb_blog_toc":"<ul>\r\n\t<li>\r\n\t\t<a href=\"#faq\">FAQ<\/a>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<a href=\"#understanding-related-products-in-woocommerce\">Understanding related products in WooCommerce<\/a>\r\n\t\t<ul>\r\n\t\t\t<li>\r\n\t\t\t\t<a href=\"#when-and-why-to-remove-related-products\">When and why to remove related products<\/a>\r\n\t\t\t<\/li>\r\n\t\t<\/ul>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<a href=\"#how-to-remove-related-products-in-woocommerce\">How to remove related products in WooCommerce<\/a>\r\n\t\t<ul>\r\n\t\t\t<li>\r\n\t\t\t\t<a href=\"#using-css-to-hide-related-products\">Using CSS to hide related products<\/a>\r\n\t\t\t<\/li>\r\n\t\t\t<li>\r\n\t\t\t\t<a href=\"#editing-functions-php-to-remove-related-products\">Editing functions.php to remove related products<\/a>\r\n\t\t\t<\/li>\r\n\t\t\t<li>\r\n\t\t\t\t<a href=\"#unhooking-actions-in-woocommerce\">Unhooking actions in WooCommerce<\/a>\r\n\t\t\t<\/li>\r\n\t\t\t<li>\r\n\t\t\t\t<a href=\"#child-theme-considerations\">Child theme considerations<\/a>\r\n\t\t\t<\/li>\r\n\t\t<\/ul>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<a href=\"#selecting-the-right-tools-for-customization\">Selecting the right tools for customization<\/a>\r\n\t\t<ul>\r\n\t\t\t<li>\r\n\t\t\t\t<a href=\"#plugins-for-disabling-related-products\">Plugins for disabling related products<\/a>\r\n\t\t\t<\/li>\r\n\t\t<\/ul>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<a href=\"#enhancing-store-performance-post-removal\">Enhancing store performance post-removal<\/a>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<a href=\"#analyzing-the-impact-on-sales-and-seo\">Analyzing the impact on sales and SEO<\/a>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<a href=\"#advanced-strategies-for-developers\">Advanced strategies for developers<\/a>\r\n\t\t<ul>\r\n\t\t\t<li>\r\n\t\t\t\t<a href=\"#modifying-woocommerce-query-filters\">Modifying WooCommerce query filters<\/a>\r\n\t\t\t<\/li>\r\n\t\t\t<li>\r\n\t\t\t\t<a href=\"#writing-custom-functions-for-specific-themes\">Writing custom functions for specific themes<\/a>\r\n\t\t\t<\/li>\r\n\t\t<\/ul>\r\n\t<\/li>\r\n\t<li>\r\n\t\t<a href=\"#conclusion\">Conclusion<\/a>\r\n\t<\/li>\r\n<\/ul>\r\n","tenweb_blog_competitor_type":"","tenweb_blog_competitor_names":"","tenweb_blog_twb_version":0,"tenweb_blog_type":""},"categories":[506],"tags":[],"class_list":["post-38878","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-woocommerce"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.0 (Yoast SEO v23.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Remove Related Products in WooCommerce - 10Web<\/title>\n<meta name=\"description\" content=\"Learn how to remove related products in WooCommerce, their impact on sales and SEO, and how to customize them for your business strategy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Remove Related Products in WooCommerce\" \/>\n<meta property=\"og:description\" content=\"Learn how to remove related products in WooCommerce, their impact on sales and SEO, and how to customize them for your business strategy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/\" \/>\n<meta property=\"og:site_name\" content=\"10Web - Build &amp; Host Your WordPress Website\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/10Web.io\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-17T11:20:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-12T13:24:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/04\/remove_related_products_in_woocommerce.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1569\" \/>\n\t<meta property=\"og:image:height\" content=\"880\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Tigran Nazaryan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@10Web_io\" \/>\n<meta name=\"twitter:site\" content=\"@10Web_io\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tigran Nazaryan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Remove Related Products in WooCommerce - 10Web","description":"Learn how to remove related products in WooCommerce, their impact on sales and SEO, and how to customize them for your business strategy.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/","og_locale":"en_US","og_type":"article","og_title":"How to Remove Related Products in WooCommerce","og_description":"Learn how to remove related products in WooCommerce, their impact on sales and SEO, and how to customize them for your business strategy.","og_url":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/","og_site_name":"10Web - Build &amp; Host Your WordPress Website","article_publisher":"https:\/\/www.facebook.com\/10Web.io\/","article_published_time":"2024-05-17T11:20:32+00:00","article_modified_time":"2026-01-12T13:24:49+00:00","og_image":[{"width":1569,"height":880,"url":"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/04\/remove_related_products_in_woocommerce.jpg","type":"image\/jpeg"}],"author":"Tigran Nazaryan","twitter_card":"summary_large_image","twitter_creator":"@10Web_io","twitter_site":"@10Web_io","twitter_misc":{"Written by":"Tigran Nazaryan","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/#article","isPartOf":{"@id":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/"},"author":{"name":"Tigran Nazaryan","@id":"https:\/\/10web.io\/blog\/#\/schema\/person\/9466e64f67fc213397b384bbe3af3bd0"},"headline":"How to Remove Related Products in WooCommerce","datePublished":"2024-05-17T11:20:32+00:00","dateModified":"2026-01-12T13:24:49+00:00","mainEntityOfPage":{"@id":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/"},"wordCount":1931,"commentCount":0,"publisher":{"@id":"https:\/\/10web.io\/blog\/#organization"},"image":{"@id":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/#primaryimage"},"thumbnailUrl":"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/04\/remove_related_products_in_woocommerce.jpg","articleSection":["WooCommerce"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/","url":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/","name":"How to Remove Related Products in WooCommerce - 10Web","isPartOf":{"@id":"https:\/\/10web.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/#primaryimage"},"image":{"@id":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/#primaryimage"},"thumbnailUrl":"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/04\/remove_related_products_in_woocommerce.jpg","datePublished":"2024-05-17T11:20:32+00:00","dateModified":"2026-01-12T13:24:49+00:00","description":"Learn how to remove related products in WooCommerce, their impact on sales and SEO, and how to customize them for your business strategy.","breadcrumb":{"@id":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/#primaryimage","url":"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/04\/remove_related_products_in_woocommerce.jpg","contentUrl":"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2024\/04\/remove_related_products_in_woocommerce.jpg","width":1569,"height":880,"caption":"How to remove related products in WooCommerce"},{"@type":"BreadcrumbList","@id":"https:\/\/10web.io\/blog\/how-to-remove-related-products-in-woocommerce\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/10web.io\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Remove Related Products in WooCommerce"}]},{"@type":"WebSite","@id":"https:\/\/10web.io\/blog\/#website","url":"https:\/\/10web.io\/blog\/","name":"10Web Blog - Build & Host Your WordPress Website","description":"10Web is an All-in-One Website Building Platform, offering Managed WordPress Hosting on Google Cloud, Beautiful Templates, Premium Plugins and Services.","publisher":{"@id":"https:\/\/10web.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/10web.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/10web.io\/blog\/#organization","name":"10Web","url":"https:\/\/10web.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/10web.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2025\/04\/Logo-768x686-1.png","contentUrl":"https:\/\/10web.io\/blog\/wp-content\/uploads\/sites\/2\/2025\/04\/Logo-768x686-1.png","width":768,"height":686,"caption":"10Web"},"image":{"@id":"https:\/\/10web.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/10Web.io\/","https:\/\/x.com\/10Web_io","https:\/\/www.instagram.com\/10web.io\/","https:\/\/www.linkedin.com\/company\/10web\/mycompany\/","https:\/\/www.youtube.com\/c\/10Web"]},{"@type":"Person","@id":"https:\/\/10web.io\/blog\/#\/schema\/person\/9466e64f67fc213397b384bbe3af3bd0","name":"Tigran Nazaryan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/10web.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ce2393558e7591a237212f11acac58fb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ce2393558e7591a237212f11acac58fb?s=96&d=mm&r=g","caption":"Tigran Nazaryan"},"description":"Tigran Nazaryan is an experienced science and technology professional. After seeing great potential in the automation of web development, he co-founded and became CInO of 10Web. Tigran is passionate about creating solutions to bring AI automation into web development and turning great ideas into powerful technological achievements.","sameAs":["https:\/\/www.linkedin.com\/in\/tnazaryan\/"],"url":"https:\/\/10web.io\/blog\/author\/tigran\/"}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/10web.io\/blog\/wp-json\/wp\/v2\/posts\/38878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/10web.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/10web.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/10web.io\/blog\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/10web.io\/blog\/wp-json\/wp\/v2\/comments?post=38878"}],"version-history":[{"count":0,"href":"https:\/\/10web.io\/blog\/wp-json\/wp\/v2\/posts\/38878\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/10web.io\/blog\/wp-json\/wp\/v2\/media\/35044"}],"wp:attachment":[{"href":"https:\/\/10web.io\/blog\/wp-json\/wp\/v2\/media?parent=38878"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/10web.io\/blog\/wp-json\/wp\/v2\/categories?post=38878"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/10web.io\/blog\/wp-json\/wp\/v2\/tags?post=38878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}