Merge branch 'feature/0726-seo' into release/8.1
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -43,10 +43,10 @@ | @@ -43,10 +43,10 @@ | ||
43 | {{/ is_solded}} | 43 | {{/ is_solded}} |
44 | </div> | 44 | </div> |
45 | <div class="good-detail-text {{#for_stu}} stu-good-detail {{/for_stu}}"> | 45 | <div class="good-detail-text {{#for_stu}} stu-good-detail {{/for_stu}}"> |
46 | - <a href="{{url}}" target="_blank"{{#if noFollow}} rel="nofollow"{{/if}}>{{{product_name}}}</a> | 46 | + <a href="{{url}}" target="_blank" title="{{#if productTitle}}{{productTitle}}{{^}}{{product_name}}{{/if}}" {{#if noFollow}} rel="nofollow"{{/if}}>{{{product_name}}}111</a> |
47 | <p class="brand"> | 47 | <p class="brand"> |
48 | {{#if brand_name}} | 48 | {{#if brand_name}} |
49 | - <a href="{{brandUrl}}"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}}>{{brand_name}}</a> | 49 | + <a href="{{brandUrl}}" title="{{#if productTitle}}{{productTitle}}{{^}}{{product_name}}{{/if}}" {{#if @root.pageNoFollow}} rel="nofollow"{{/if}}>{{brand_name}}</a> |
50 | {{/if}} | 50 | {{/if}} |
51 | </p> | 51 | </p> |
52 | <p class="price {{#if vip}}vip-center{{/if}}"> | 52 | <p class="price {{#if vip}}vip-center{{/if}}"> |
-
Please register or login to post a comment