Showing
1 changed file
with
5 additions
and
2 deletions
@@ -296,12 +296,15 @@ const keyword = (req, res, next) => { | @@ -296,12 +296,15 @@ const keyword = (req, res, next) => { | ||
296 | module: 'product', | 296 | module: 'product', |
297 | page: 'search-list', | 297 | page: 'search-list', |
298 | pageHeader: headerModel.setNav({ | 298 | pageHeader: headerModel.setNav({ |
299 | - navTitle: params.query | 299 | + navTitle: queryKey |
300 | }), | 300 | }), |
301 | - title: params.query, | ||
302 | goodList: params, | 301 | goodList: params, |
303 | firstPageGoods: result || [], | 302 | firstPageGoods: result || [], |
304 | fuzzyWord: result.fuzzyWord, | 303 | fuzzyWord: result.fuzzyWord, |
304 | + title: queryKey, | ||
305 | + keywords: `${queryKey},${queryKey}价格,${queryKey}图片,${queryKey}怎么样,${queryKey}品牌,YOHO!BUY有货`, | ||
306 | + description: `YOHO!BUY有货网yohobuy.com是国内专业的${queryKey}网上潮流购物商城,为您找到${_.get(result, | ||
307 | + 'total', 0)}条${queryKey}、产品的详细参数,实时报价,价格行情,图片、评价、品牌等信息。买${queryKey},就上YOHO!BUY有货`, | ||
305 | pageFooter: true | 308 | pageFooter: true |
306 | }); | 309 | }); |
307 | }).catch(next); | 310 | }).catch(next); |
-
Please register or login to post a comment