{"id":335,"date":"2019-03-08T10:43:23","date_gmt":"2019-03-08T10:43:23","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/2019\/03\/08\/show-breadcrumbs-for-magento-cms-pages\/"},"modified":"2025-07-24T15:22:08","modified_gmt":"2025-07-24T09:52:08","slug":"show-breadcrumbs-for-magento-cms-pages","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/show-breadcrumbs-for-magento-cms-pages\/","title":{"rendered":"How to Show Breadcrumbs for Magento CMS Pages"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Breadcrumbs<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Breadcrumbs is simply a path to a product that is represented with the reference of the Magento store map. It is an important feature that helps visitors navigate easily in the store. With multiple categories and subcategories, visitors can identify on which page they are currently at the store with the help of the breadcrumbs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Importance of Breadcrumbs in Magento stores:<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Breadcrumbs are useful to present the site in an organized and structured manner. It helps visitors easily navigate through the store and easily find the required products. With cutthroat competition, store owners only have a few seconds to convince the visitor to conversion. In such scenarios, speeding up the navigation with breadcrumbs is only wise!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Magento 1 and Magento 2 by default offers to enable the breadcrumbs in the store for easy navigation. Check the below method to learn how to&nbsp;<em><strong>show breadcrumbs for Magento CMS pages<\/strong><\/em>. Please note that the backend configuration for Magento 2 is in the reference to the latest version&nbsp;<a href=\"https:\/\/meetanshi.com\/blog\/magento-2-3-release\/\" target=\"_blank\" rel=\"noreferrer noopener\">Magento 2.3.0<\/a>. Moreover, implementing&nbsp;<a href=\"https:\/\/meetanshi.com\/schema-generator\/breadcrumb\">breadcrumb schema markup<\/a>&nbsp;improves the click-through rate from search.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Method 1:<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Enable Breadcrumbs for CMS pages in Magento 1:<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">1. Log in to&nbsp;<strong>Admin Panel.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Go to&nbsp;<strong>System &gt; Configuration &gt; Web &gt; Default Pages<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. Set \u201cYES\u201d for the&nbsp;<strong>Show Breadcrumbs for CMS Pages&nbsp;<\/strong>field to enable it. You can disable it any time by setting this option to \u201cNo\u201d.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4. Click&nbsp;<strong><strong>Save Config<\/strong><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2019\/03\/1_Enable-breadcrumbs-in-Magento-1-from-backend-configuration-1.png\" alt=\"Enable Breadcrumbs for CMS pages in Magento 1\" class=\"wp-image-48965\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Enable Breadcrumbs for CMS pages in Magento 2:<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">1. Log in to&nbsp;<strong>Admin Panel<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Go to&nbsp;<strong>Stores &gt; Configuration<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. Under&nbsp;<strong>General &gt; Web<\/strong>, expand the&nbsp;<strong>Default Pages<\/strong>&nbsp;section.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4. Set \u201cYES\u201d for the&nbsp;<strong>Show Breadcrumbs for CMS Pages&nbsp;<\/strong>field to enable it. You can disable it any time by setting this option to \u201cNo\u201d.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">5. Click&nbsp;<strong>Save Config<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2019\/03\/2_Enable-breadcrumbs-in-Magento-2.3.0-from-backend-configuration-1.png\" alt=\"Enable Breadcrumbs for CMS pages in Magento 1\" class=\"wp-image-48976\"\/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Method 2:<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">Remove Breadcrumbs for CMS pages in Magento 1:<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">1. Log in to&nbsp;<strong>Admin Panel<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Go to&nbsp;<strong>CMS &gt; Pages<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. Select the page for which you want to remove the breadcrumbs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4. Go to<strong>&nbsp;Design<\/strong>&nbsp;under&nbsp;<strong>Page Information<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">5. Place the below code in&nbsp;<strong>Layout Update XML<\/strong>&nbsp;as shown in the figure.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2019\/03\/3_Remove-breadcrumbs-for-CMS-pages-in-Magento-1-Method-2-1-1.png\" alt=\"Remove Breadcrumbs for CMS pages in Magento 1\" class=\"wp-image-48977\"\/><\/figure>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;default>\n&lt;remove name=\"breadcrumbs\" \/>\n&lt;\/default><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">6. Click&nbsp;<strong>Save Config<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Remove Breadcrumbs for CMS pages in Magento 2:<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">1. Log in to&nbsp;<strong>Admin Panel<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">2. Go to<strong>&nbsp;Content &gt; Pages.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">3. Open the page to edit for<strong>&nbsp;<\/strong>which you want to remove the breadcrumbs.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">4. Expand the&nbsp;<strong>Design<\/strong>&nbsp;section and place the below code in Layout Update XML as shown in the figure.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/meetanshi.com\/blog\/wp-content\/uploads\/2019\/03\/4_Remove-breadcrumbs-for-CMS-pages-in-Magento-2-Method-2-1-1.png\" alt=\"Remove Breadcrumbs for CMS pages in Magento 2\" class=\"wp-image-48979\"\/><\/figure>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">&lt;default>\n&lt;remove name=\"breadcrumbs\" \/>\n&lt;\/default><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">5. Click&nbsp;<strong>Save Config<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Follow the above methods to show or hide the breadcrumbs for CMS pages in Magento 1 and Magento 2.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Thank you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Breadcrumbs Breadcrumbs is simply a path to a product that is represented with the reference of the Magento store map. It is an important feature&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[34],"tags":[],"class_list":["post-335","post","type-post","status-publish","format-standard","hentry","category-magento"],"acf":[],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/comments?post=335"}],"version-history":[{"count":6,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/335\/revisions"}],"predecessor-version":[{"id":19211,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/335\/revisions\/19211"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=335"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=335"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=335"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}