|
@@ -227,6 +227,12 @@ class UpdateSeoTdk extends Command |
|
@@ -227,6 +227,12 @@ class UpdateSeoTdk extends Command |
|
227
|
if($field == 'seo_description' || $field == 'description' || $field == 'seo_des'){
|
227
|
if($field == 'seo_description' || $field == 'description' || $field == 'seo_des'){
|
|
228
|
$update[$table]['des']++;
|
228
|
$update[$table]['des']++;
|
|
229
|
}
|
229
|
}
|
|
|
|
230
|
+ if($field == 'keyword_title'){
|
|
|
|
231
|
+ $update[$table]['keyword_title']++;
|
|
|
|
232
|
+ }
|
|
|
|
233
|
+ if($field == 'keyword_content'){
|
|
|
|
234
|
+ $update[$table]['keyword_content']++;
|
|
|
|
235
|
+ }
|
|
230
|
$data[$field] = $this->ai_send($prompt);
|
236
|
$data[$field] = $this->ai_send($prompt);
|
|
231
|
}
|
237
|
}
|
|
232
|
} else {
|
238
|
} else {
|
|
@@ -261,6 +267,12 @@ class UpdateSeoTdk extends Command |
|
@@ -261,6 +267,12 @@ class UpdateSeoTdk extends Command |
|
261
|
if($field == 'seo_description' || $field == 'description' || $field == 'seo_des'){
|
267
|
if($field == 'seo_description' || $field == 'description' || $field == 'seo_des'){
|
|
262
|
$update[$table]['des']++;
|
268
|
$update[$table]['des']++;
|
|
263
|
}
|
269
|
}
|
|
|
|
270
|
+ if($field == 'keyword_title'){
|
|
|
|
271
|
+ $update[$table]['keyword_title']++;
|
|
|
|
272
|
+ }
|
|
|
|
273
|
+ if($field == 'keyword_content'){
|
|
|
|
274
|
+ $update[$table]['keyword_content']++;
|
|
|
|
275
|
+ }
|
|
264
|
}
|
276
|
}
|
|
265
|
}
|
277
|
}
|
|
266
|
}
|
278
|
}
|