diff --git a/LICENSE b/LICENSE index 8325be5..9f7b559 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Contentstack Solutions +Copyright (c) 2026 Contentstack Solutions Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/stack/global_fields/seo.json b/stack/global_fields/seo.json new file mode 100644 index 0000000..edb5752 --- /dev/null +++ b/stack/global_fields/seo.json @@ -0,0 +1,75 @@ +{ + "title": "SEO", + "uid": "seo", + "schema": [ + { + "data_type": "text", + "display_name": "Meta Title", + "uid": "meta_title", + "field_metadata": { + "description": "", + "default_value": "", + "version": 3 + }, + "format": "", + "error_messages": { + "format": "" + }, + "multiple": false, + "mandatory": false, + "unique": false, + "non_localizable": false + }, + { + "data_type": "text", + "display_name": "Meta Description", + "uid": "meta_description", + "field_metadata": { + "description": "", + "default_value": "", + "multiline": true, + "version": 3 + }, + "format": "", + "error_messages": { + "format": "" + }, + "multiple": false, + "mandatory": false, + "unique": false, + "non_localizable": false + }, + { + "data_type": "text", + "display_name": "Meta Keywords", + "uid": "keywords", + "field_metadata": { + "description": "", + "default_value": "", + "version": 3 + }, + "format": "", + "error_messages": { + "format": "" + }, + "multiple": false, + "mandatory": false, + "unique": false, + "non_localizable": false + }, + { + "data_type": "boolean", + "display_name": "Enable Search Indexing", + "uid": "enable_search_indexing", + "field_metadata": { + "description": "", + "default_value": true + }, + "multiple": false, + "mandatory": false, + "unique": false, + "non_localizable": false + } + ], + "description": "It contains SEO related information." +} \ No newline at end of file