Totti Posted March 1, 2015 Share Posted March 1, 2015 Hello, I have a problem with the last link of seo, how do I fix ? Here the problem. Link to comment Share on other sites More sharing options...
fred-vinapresta Posted March 1, 2015 Share Posted March 1, 2015 Hi, it is not really a problem, it is just that you don't have a link on the last item of your breadcrumb. But this item is the current page name, so a link on it is useless. Link to comment Share on other sites More sharing options...
mr913 Posted April 30, 2015 Share Posted April 30, 2015 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 More sharing options...
mr913 Posted February 18, 2016 Share Posted February 18, 2016 Still looking for a solution to this issue. Any advice from anyone? Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now