...
|
...
|
@@ -65,13 +65,11 @@ const newDetail = { |
|
|
canonical: {
|
|
|
currentHref: `//www.yohobuy.com${req.originalUrl}`
|
|
|
},
|
|
|
title: `${result.brandName}|${result.sortName}|${result.goodsName}|YOHO!BUY 有货`,
|
|
|
keywords: result.brandName + result.sortName + ',' + result.brandName + '官网专卖店,' +
|
|
|
result.brandName + '官方授权店,' + result.brandName + '正品,' + result.brandName + '打折,' +
|
|
|
result.brandName + '折扣店,' +
|
|
|
result.brandName + '真品,' + result.brandName + '代购',
|
|
|
description: `YOHO!BUY 有货-${result.brandName}官方授权店,${result.goodsName}图片、报价、介绍。` +
|
|
|
`YOHO!BUY 有货${result.brandName}官网专卖店提供${result.brandName}正品、${result.brandName}真品、 ${result.brandName}打折、${result.brandName}代购等。`, // eslint-disable-line
|
|
|
title: `【${result.brandName}${result.sortName}】${result.goodsName}|YOHO!BUY 有货`,
|
|
|
keywords: result.brandName + result.sortName + ',' + result.brandName + result.sortName + '价格,' +
|
|
|
result.brandName + result.sortName + '图片,',
|
|
|
description: result.name + ' 有货网仅售' + result.goodsPrice.currentPrice + '元,购买' +
|
|
|
result.brandName + result.sortName + ',了解' + result.brandName + result.sortName + '商品信息就上有货网!',
|
|
|
pageFooter: true,
|
|
|
localCss: true,
|
|
|
appPath: appPath,
|
...
|
...
|
|