Identity & Authority: MAISON ALAÏA – Signal Evidence & AI Readability

MAISON ALAÏA

(https://maison-alaia.com) 📸 Data Snapshot: May 31, 2026
Identity & Authority — The Lens

Inspect the JSON-LD. Is there an Organization or Person schema, and does it carry sameAs links to real external profiles (LinkedIn, socials)? Missing schema or no identity declaration signals an anonymous entity.

Identity & Authority Expert verifiability & Schema depth.
13 Impact Weight: 15 / 100
87% Reputation

Authority is well-established through detailed Organization schema that includes the founding date (1981), founder (Azzedine Alaïa), and specific location data for the Parisian headquarters. A minor authority gap exists in the technical implementation: the stores page contains a ‘broken’ Google Maps API warning (‘Veuillez obtenir une clé API Google Maps’), which is a technical credibility lapse for a luxury brand. However, the presence of named experts (Mulier) and a verifiable history significantly outweighs this technical error.

The site makes no bold performance claims regarding ‘results’ or ‘proven track records,’ which are common in BS-heavy industries. Instead, it makes stylistic claims (‘Iconique’) that are typical of the industry and backed by the sheer volume of product variants (70 items in one footwear sub-category). The disconnect is minimal because the site functions as a catalog and service portal rather than a persuasive marketing funnel.

Identity & Authority is read from the structured data first: whether the site declares who it is in machine-readable schema, with verifiable identity links. Below is the schema captured per page, then the external proof links that support (or fail to support) that identity.

🔗 Identity & Technical Layer — schema JSON-LD: identity chains, entity gaps
Homepage schema
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebSite",
            "@id": "https://www.maison-alaia.com/fr-fr/#website",
            "name": "ALAÏA",
            "url": "https://www.maison-alaia.com/fr-fr/",
            "inLanguage": "fr",
            "potentialAction": {
                "@type": "SearchAction",
                "target": {
                    "@type": "EntryPoint",
                    "urlTemplate": "https://www.maison-alaia.com/fr-fr/search?q=%7Bsearch_term_string%7D"
                },
                "query-input": "required name=search_term_string"
            }
        },
        {
            "@type": "OnlineStore",
            "@id": "https://www.maison-alaia.com/fr-fr/#organization",
            "name": "ALAÏA",
            "alternateName": "MAISON ALAÏA",
            "url": "https://www.maison-alaia.com/fr-fr/",
            "logo": {
                "@type": "ImageObject",
                "url": "https://www.maison-alaia.com/on/demandware.static/Sites-AlaiaEUROPE-Site/-/default/dwc4964ca4/images/brand-logo-black.svg",
                "width": "600",
                "height": "60"
            },
            "description": "Maison Alaïa is a Parisian couture house...",
            "knowsAbout": [
                "Haute Couture",
                "Luxury Fashion",
                "Leather Goods"
            ],
            "foundingDate": "1981",
            "founders": [
                {
                    "@type": "Person",
                    "name": "Azzedine Alaïa",
                    "url": "https://www.maison-alaia.com/fr-fr/",
                    "sameAs": "https://en.wikipedia.org/wiki/Azzedine_Ala%C3%AFa"
                }
            ],
            "address": {
                "@type": "PostalAddress",
                "streetAddress": "14 Rue Boissy d'Anglas",
                "addressLocality": "Paris",
                "postalCode": "75008",
                "addressCountry": "FR"
            },
            "contactPoint": {
                "@type": "ContactPoint",
                "telephone": "+33182886734",
                "contactType": "customer service",
                "email": "serviceclient@maison-alaia.com",
                "areaServed": "Worldwide",
                "availableLanguage": [
                    "English",
                    "French"
                ]
            },
            "sameAs": [
                "https://www.instagram.com/maisonalaia/",
                "https://www.facebook.com/p/Maison-Ala%C3%AFa-100063623250269/",
                "https://www.youtube.com/c/MaisonAla%C3%AFa",
                "https://www.linkedin.com/company/maison-alaia/"
            ],
            "currenciesAccepted": "EUR",
            "paymentAccepted": "Credit Card, PayPal, Apple Pay",
            "priceRange": "$$$$",
            "hasMap": "https://www.maison-alaia.com/fr-fr/stores",
            "hasMerchantReturnPolicy": {
                "@type": "MerchantReturnPolicy",
                "name": "ALAÏA Return Policy",
                "url": "https://www.maison-alaia.com/fr-fr/service/delivery-and-returns.html",
                "applicableCountry": "FR",
                "returnPolicyCountry": "FR",
                "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
                "merchantReturnDays": 30,
                "returnMethod": "https://schema.org/ReturnByMail",
                "returnFees": "https://schema.org/FreeReturn",
                "itemCondition": "https://schema.org/NewCondition"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://www.maison-alaia.com/fr-fr/#webpage",
            "url": "https://www.maison-alaia.com/fr-fr/",
            "name": "",
            "description": "",
            "inLanguage": "fr",
            "isPartOf": {
                "@id": "https://www.maison-alaia.com/fr-fr/#website"
            },
            "about": {
                "@id": "https://www.maison-alaia.com/fr-fr/#organization"
            },
            "primaryImageOfPage": {
                "@type": "ImageObject",
                "url": "",
                "width": "1200",
                "height": "630"
            }
        }
    ]
}
/fr-fr/account/login/ — no schema detected (entity gap)
/fr-fr/stores/ — no schema detected (entity gap)
/fr-fr/cat/chaussures/la-ballerine/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "BreadcrumbList",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Accueil",
                    "item": "https://www.maison-alaia.com/fr-fr/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "chaussures",
                    "item": "https://www.maison-alaia.com/fr-fr/cat/chaussures/"
                },
                {
                    "@type": "ListItem",
                    "position": 3,
                    "name": "La Ballerine",
                    "item": "https://www.maison-alaia.com/fr-fr/cat/chaussures/la-ballerine/"
                }
            ]
        },
        {
            "@type": "CollectionPage",
            "name": "La Ballerine",
            "url": "https://www.maison-alaia.com/fr-fr/cat/chaussures/la-ballerine/",
            "description": "Découvrez la collection Ballerines | LA BALLERINE d'ALAÏA. Un design intemporel qui allie l'héritage de la Maison à la vision de Pieter Mulier.",
            "mainEntity": {
                "@type": "ItemList",
                "name": "La Ballerine Product List",
                "numberOfItems": 70,
                "itemListElement": {
                    "0": {
                        "@type": "[DEPTH_TRUNCATED]",
                        "position": "[DEPTH_TRUNCATED]",
                        "item": "[DEPTH_TRUNCATED]"
                    },
                    "1": {
                        "@type": "[DEPTH_TRUNCATED]",
                        "position": "[DEPTH_TRUNCATED]",
                        "item": "[DEPTH_TRUNCATED]"
                    },
                    "2": {
                        "@type": "[DEPTH_TRUNCATED]",
                        "position": "[DEPTH_TRUNCATED]",
                        "item": "[DEPTH_TRUNCATED]"
                    },
                    "3": {
                        "@type": "[DEPTH_TRUNCATED]",
                        "position": "[DEPTH_TRUNCATED]",
                        "item": "[DEPTH_TRUNCATED]"
                    },
                    "4": {
                        "@type": "[DEPTH_TRUNCATED]",
                        "position": "[DEPTH_TRUNCATED]",
                        "item": "[DEPTH_TRUNCATED]"
                    },
                    "_items_truncated": true
                }
            }
        }
    ],
    "_truncated": true,
    "_original_size": 17052
}
🛡️ Trust Signals — external proof links that back the declared identity
0Review mentions (all pages)
0External proof links (all pages)
PageReviewsProof links
/ (home) 0 0
/fr-fr/account/login/ 0 0
/fr-fr/stores/ 0 0
/fr-fr/cat/chaussures/la-ballerine/ 0 0