{
    "collectionName": "components_shared_seos",
    "info": {
        "displayName": "seo",
        "icon": "search"
    },
    "options": {},
    "attributes": {
        "metaTitle": {
            "required": true,
            "type": "string",
            "maxLength": 60
        },
        "metaDescription": {
            "type": "string",
            "required": true,
            "maxLength": 160,
            "minLength": 50
        },
        "metaImage": {
            "type": "media",
            "multiple": false,
            "required": false,
            "allowedTypes": [
                "images"
            ]
        },
        "openGraph": {
            "type": "component",
            "repeatable": false,
            "component": "shared.open-graph"
        },
        "keywords": {
            "type": "text",
            "regex": "[^,]+"
        },
        "metaRobots": {
            "type": "string",
            "regex": "[^,]+"
        },
        "metaViewport": {
            "type": "string"
        },
        "canonicalURL": {
            "type": "string"
        },
        "structuredData": {
            "type": "json"
        }
    }
}
