Authored by yyq

nofollow

... ... @@ -141,7 +141,7 @@
<div class="attr-content clearfix">
{{#each ageLevel}}
<a class="attr {{#if checked}}checked{{/if}}" href="{{href}}" name="{{name}}">
<a class="attr {{#if checked}}checked{{/if}}" href="{{href}}" name="{{name}}" rel="nofollow">
{{name}}
</a>
{{/each}}
... ... @@ -155,7 +155,7 @@
<div class="attr-content clearfix">
{{# price}}
<a class="attr{{#if checked}} checked{{/if}}" href="{{href}}" name="{{name}}">{{name}}</a>
<a class="attr{{#if checked}} checked{{/if}}" href="{{href}}" name="{{name}}" rel="nofollow">{{name}}</a>
{{/ price}}
<div class="ud-price-range">
... ... @@ -176,7 +176,7 @@
<div class="attr-content clearfix">
{{# discount}}
<a class="attr{{#if checked}} checked{{/if}}" href="{{href}}" name="{{name}}">¥{{name}}</a>
<a class="attr{{#if checked}} checked{{/if}}" href="{{href}}" name="{{name}}" rel="nofollow">¥{{name}}</a>
{{/ discount}}
</div>
</div>
... ... @@ -210,7 +210,7 @@
<div class="attr-content size-content clearfix">
<div class="size-block clearfix">
{{# size}}
<a class="attr {{#if checked}}checked{{/if}}" href="{{href}}" name="{{name}}">{{name}}</a>
<a class="attr {{#if checked}}checked{{/if}}" href="{{href}}" name="{{name}}" rel="nofollow">{{name}}</a>
{{/ size}}
</div>
</div>
... ...
... ... @@ -12,7 +12,7 @@
{{# opts}}
<div class="sort-pager">
{{# sortType}}
<a class="sort-type{{#if active}} active{{/if}}" href="{{href}}"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}}>
<a class="sort-type{{#if active}} active{{/if}}" href="{{href}}" rel="nofollow">
{{name}}
{{#if hasSortOrient}}
{{#if active}}
... ... @@ -32,7 +32,7 @@
{{# checks}}
{{#if this}}
<a class="checks{{#if checked}} checked{{/if}}" href="{{href}}"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}}>
<a class="checks{{#if checked}} checked{{/if}}" href="{{href}}" rel="nofollow">
{{#if checked}}
<span class="iconfont">&#xe613;</span>
{{^}}
... ...