|
...
|
...
|
@@ -88,7 +88,27 @@ class ClearSeoTdk extends Command |
|
|
|
'seo_description' => '',
|
|
|
|
'keyword_title' => '',
|
|
|
|
'keyword_content' => '',
|
|
|
|
]
|
|
|
|
],
|
|
|
|
'gl_ai_blog' => [
|
|
|
|
'seo_title' => '',
|
|
|
|
'seo_keyword' => '',
|
|
|
|
'seo_description' => '',
|
|
|
|
],
|
|
|
|
'gl_ai_blog_author' => [
|
|
|
|
'seo_title' => '',
|
|
|
|
'seo_keyword' => '',
|
|
|
|
'seo_description' => '',
|
|
|
|
],
|
|
|
|
'gl_custom_module_category' => [
|
|
|
|
'seo_title' => '',
|
|
|
|
'seo_keywords' => '',
|
|
|
|
'seo_description' => '',
|
|
|
|
],
|
|
|
|
'gl_custom_module_content' => [
|
|
|
|
'seo_title' => '',
|
|
|
|
'seo_keywords' => '',
|
|
|
|
'seo_description' => '',
|
|
|
|
],
|
|
|
|
];
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|