|
...
|
...
|
@@ -604,7 +604,7 @@ class UpdateSeoTdk extends Command |
|
|
|
}
|
|
|
|
|
|
|
|
//前缀有wholesale或cheap的词,后缀不拼 manufacturer,factory,exporter,company
|
|
|
|
if (Str::startsWith(strtolower($topic), ['wholesale', 'cheap']) && $type == 'prefix') {
|
|
|
|
if (Str::startsWith(strtolower($topic), ['wholesale', 'cheap']) && $type == 'suffix') {
|
|
|
|
$ban = array_merge($ban, ['manufacturer', 'manufacturers', 'factory', 'factories', 'exporter', 'exporters', 'company', 'companies', 'supplier', 'suppliers']);
|
|
|
|
}
|
|
|
|
//关键词以manufacturer,factory,exporter,company结尾, 前缀不拼wholesale或cheap的词
|
...
|
...
|
|