|
...
|
...
|
@@ -97,11 +97,11 @@ class UpdateSeoTdk extends Command |
|
|
|
'ai_blog_meta_keywords' => 'seo_keyword',
|
|
|
|
'ai_blog_meta_description' => 'seo_description',
|
|
|
|
],
|
|
|
|
'gl_ai_blog_list' => [
|
|
|
|
'ai_blog_cat_title' => 'seo_title',
|
|
|
|
'ai_blog_cat_meta_keywords' => 'seo_keyword',
|
|
|
|
'ai_blog_cat_meta_description' => 'seo_description',
|
|
|
|
],
|
|
|
|
// 'gl_ai_blog_list' => [
|
|
|
|
// 'ai_blog_cat_title' => 'seo_title',
|
|
|
|
// 'ai_blog_cat_meta_keywords' => 'seo_keyword',
|
|
|
|
// 'ai_blog_cat_meta_description' => 'seo_description',
|
|
|
|
// ],
|
|
|
|
'gl_ai_blog_author' => [
|
|
|
|
'ai_blog_author_title' => 'seo_title',
|
|
|
|
'ai_blog_author_meta_keywords' => 'seo_keyword',
|
...
|
...
|
|