Jump to content

Seo problem


Totti

Recommended Posts

  • 1 month later...

If you look at other big eCommerce websites they have the current page linked to in the breadcrumbs. Based on that, and that google says it's missing and required, I'd say it's not useless. I'm having the same problem:

  • Breadcrumb 6
  • title:
    Title removed for forum
  • url:
    missing and required

 

I've looked everywhere trying to find out how change the code to make the page name a link, but I can't find how to change it. 

 

It's in this code that I think I need to make the change, I just don't know what to change it to:
 

<div class="breadcrumb clearfix">
<a class="home" href="{$base_dir_ssl}" title="{l s='Return to Home'}"><i class="icon-home"></i></a>
{if isset($path) AND $path}
<span class="navigation-pipe"{if isset($category) && isset($category->id_category) && $category->id_category == 1} style="display:none;"{/if}>{$navigationPipe|escape:'html':'UTF-8'}</span>
{if $path|strpos:'span' !== false}
<span class="navigation_page">{$path|@replace:'<a ': '<span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" '|@replace:'data-gg="">': '><span itemprop="title">'|@replace:'</a>': '</span></a></span>'}</span>
{else}
{$path}
{/if}
{/if}
</div>

Any advice? 

Thanks!

Link to comment
Share on other sites

  • 9 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...