Jump to content

remove breadcrumb from prestashop 1.7


Recommended Posts

Other option,

 

File:

/themes/classic/templates/_partials/breadcrumb.tpl

Comment this code:

{*

<nav data-depth="{$breadcrumb.count}" class="breadcrumb hidden-sm-down">
  <ol itemscope itemtype="http://schema.org/BreadcrumbList">
    {foreach from=$breadcrumb.links item=path name=breadcrumb}
      <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
        <a itemprop="item" href="{$path.url}">
          <span itemprop="name">{$path.title}</span>
        </a>
        <meta itemprop="position" content="{$smarty.foreach.breadcrumb.iteration}">
      </li>
    {/foreach}
  </ol>
</nav>

*}

Sorry for my English,

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • 4 years later...

please be aware that this can have a negative impact on user experience which is measured, any decrease in visitor experience is an impact to seo.

Is breadcrumb navigation necessary?

In terms of SEO, breadcrumb navigation majorly contributes to user experience. It makes browsing through site pages easier and more organic for visitors, spurring them to stay longer and view more pages. As a result, the bounce rates are going down, which is ultimately good for SEO

 

Link to comment
Share on other sites

  • 3 months later...
On 3/6/2017 at 10:50 PM, nadie said:

Other option,

 

File:

/themes/classic/templates/_partials/breadcrumb.tpl

Comment this code:

{*

<nav data-depth="{$breadcrumb.count}" class="breadcrumb hidden-sm-down">
  <ol itemscope itemtype="http://schema.org/BreadcrumbList">
    {foreach from=$breadcrumb.links item=path name=breadcrumb}
      <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
        <a itemprop="item" href="{$path.url}">
          <span itemprop="name">{$path.title}</span>
        </a>
        <meta itemprop="position" content="{$smarty.foreach.breadcrumb.iteration}">
      </li>
    {/foreach}
  </ol>
</nav>

*}

Sorry for my English,

Unfortunately this doesn`t work for me - please help me :(

Link to comment
Share on other sites

Hi, closing this, anyone can change anything but eliminating breadcrumbs is poor visitor experience which equals poor SEO.

 

just because someone thinks it's a good idea (problem with open source) does not make it a good idea, worse yet someone runs off and makes a module to formalize a bad idea.

 

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...