Identity & Authority: The Luxury Collection (Marriott) – Signal Evidence & AI Readability

The Luxury Collection (Marriott)

(https://the-luxury-collection.marriott.com) 📸 Data Snapshot: May 24, 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.
5 Impact Weight: 15 / 100
33% Reputation

There is a major gap in the ‘Tastemakers’ claim. While the site uses H2 headings for ‘TASTEMAKERS’ on the homepage and stories page, there is no corresponding Person schema or specific names/bios in the clean text. This claims authority through curation without providing the digital footprint of the curators themselves.

The marketing tone promises ‘extraordinary’ and ’boutique’ experiences, but the site’s actual demonstration is automated and sparse. Claims of ‘travel writing & inspiration’ in meta-tags are contradicted by the ‘Stories’ page which contains zero actual story text in the crawl, only repetitive boilerplate headings and destination guides.

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": "WebPage",
            "@id": "https://the-luxury-collection.marriott.com/",
            "url": "https://the-luxury-collection.marriott.com/",
            "name": "Discover Luxury Hotels & Resorts | The Luxury Collection",
            "isPartOf": {
                "@id": "https://the-luxury-collection.marriott.com/#website"
            },
            "about": {
                "@id": "https://the-luxury-collection.marriott.com/#organization"
            },
            "datePublished": "2020-01-03T14:46:49+00:00",
            "dateModified": "2025-12-01T21:29:10+00:00",
            "description": "Explore luxury hotels & resorts worldwide. The Luxury Collection brings you extraordinary boutique hotels across the globe. Find out more and book your next stay today.",
            "breadcrumb": {
                "@id": "https://the-luxury-collection.marriott.com/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://the-luxury-collection.marriott.com/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://the-luxury-collection.marriott.com/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://the-luxury-collection.marriott.com/#website",
            "url": "https://the-luxury-collection.marriott.com/",
            "name": "The Luxury Collection",
            "description": "",
            "publisher": {
                "@id": "https://the-luxury-collection.marriott.com/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://the-luxury-collection.marriott.com/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://the-luxury-collection.marriott.com/#organization",
            "name": "The Luxury Collection",
            "url": "https://the-luxury-collection.marriott.com/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://the-luxury-collection.marriott.com/#/schema/logo/image/",
                "url": "https://the-luxury-collection.marriott.com/wp-content/uploads/sites/13/2020/01/logo.svg",
                "contentUrl": "https://the-luxury-collection.marriott.com/wp-content/uploads/sites/13/2020/01/logo.svg",
                "width": 113,
                "height": 63,
                "caption": "The Luxury Collection"
            },
            "image": {
                "@id": "https://the-luxury-collection.marriott.com/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/theluxurycollection/",
                "https://x.com/LuxCollection"
            ]
        }
    ]
}
/our-hotels/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://the-luxury-collection.marriott.com/our-hotels/",
            "url": "https://the-luxury-collection.marriott.com/our-hotels/",
            "name": "Browse Our Luxury Hotels & Resorts | The Luxury Collection",
            "isPartOf": {
                "@id": "https://the-luxury-collection.marriott.com/#website"
            },
            "datePublished": "2020-01-03T14:48:28+00:00",
            "dateModified": "2025-08-26T12:20:36+00:00",
            "description": "Discover our luxury hotel & resort collection, including boutique hotels and elegant suites with breathtaking views. Explore The Luxury Collection portfolio today.",
            "breadcrumb": {
                "@id": "https://the-luxury-collection.marriott.com/our-hotels/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://the-luxury-collection.marriott.com/our-hotels/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://the-luxury-collection.marriott.com/our-hotels/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://the-luxury-collection.marriott.com/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Our Hotels"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://the-luxury-collection.marriott.com/#website",
            "url": "https://the-luxury-collection.marriott.com/",
            "name": "The Luxury Collection",
            "description": "",
            "publisher": {
                "@id": "https://the-luxury-collection.marriott.com/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://the-luxury-collection.marriott.com/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://the-luxury-collection.marriott.com/#organization",
            "name": "The Luxury Collection",
            "url": "https://the-luxury-collection.marriott.com/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://the-luxury-collection.marriott.com/#/schema/logo/image/",
                "url": "https://the-luxury-collection.marriott.com/wp-content/uploads/sites/13/2020/01/logo.svg",
                "contentUrl": "https://the-luxury-collection.marriott.com/wp-content/uploads/sites/13/2020/01/logo.svg",
                "width": 113,
                "height": 63,
                "caption": "The Luxury Collection"
            },
            "image": {
                "@id": "https://the-luxury-collection.marriott.com/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/theluxurycollection/",
                "https://x.com/LuxCollection"
            ]
        }
    ]
}
/about/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://the-luxury-collection.marriott.com/about/",
            "url": "https://the-luxury-collection.marriott.com/about/",
            "name": "Learn About Our Luxury Hotels & Resorts | The Luxury Collection",
            "isPartOf": {
                "@id": "https://the-luxury-collection.marriott.com/#website"
            },
            "datePublished": "2020-01-03T14:48:41+00:00",
            "dateModified": "2025-09-02T15:39:08+00:00",
            "description": "With over 115 luxury hotels & resorts in the most prominent destinations around the world, and over 100 years of history, learn more about The Luxury Collection and book your next stay today.",
            "breadcrumb": {
                "@id": "https://the-luxury-collection.marriott.com/about/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://the-luxury-collection.marriott.com/about/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://the-luxury-collection.marriott.com/about/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://the-luxury-collection.marriott.com/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "About"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://the-luxury-collection.marriott.com/#website",
            "url": "https://the-luxury-collection.marriott.com/",
            "name": "The Luxury Collection",
            "description": "",
            "publisher": {
                "@id": "https://the-luxury-collection.marriott.com/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://the-luxury-collection.marriott.com/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://the-luxury-collection.marriott.com/#organization",
            "name": "The Luxury Collection",
            "url": "https://the-luxury-collection.marriott.com/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://the-luxury-collection.marriott.com/#/schema/logo/image/",
                "url": "https://the-luxury-collection.marriott.com/wp-content/uploads/sites/13/2020/01/logo.svg",
                "contentUrl": "https://the-luxury-collection.marriott.com/wp-content/uploads/sites/13/2020/01/logo.svg",
                "width": 113,
                "height": 63,
                "caption": "The Luxury Collection"
            },
            "image": {
                "@id": "https://the-luxury-collection.marriott.com/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/theluxurycollection/",
                "https://x.com/LuxCollection"
            ]
        }
    ]
}
/stories/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://the-luxury-collection.marriott.com/stories/",
            "url": "https://the-luxury-collection.marriott.com/stories/",
            "name": "Stories | Travel Writing & Inspiration | The Luxury Collection",
            "isPartOf": {
                "@id": "https://the-luxury-collection.marriott.com/#website"
            },
            "datePublished": "2020-01-03T14:49:21+00:00",
            "dateModified": "2026-03-13T19:39:49+00:00",
            "description": "Find inspiration for your next adventure with The Luxury Collection through one of a kind travel stories to help guide your journey.",
            "breadcrumb": {
                "@id": "https://the-luxury-collection.marriott.com/stories/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://the-luxury-collection.marriott.com/stories/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://the-luxury-collection.marriott.com/stories/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://the-luxury-collection.marriott.com/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Stories"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://the-luxury-collection.marriott.com/#website",
            "url": "https://the-luxury-collection.marriott.com/",
            "name": "The Luxury Collection",
            "description": "",
            "publisher": {
                "@id": "https://the-luxury-collection.marriott.com/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://the-luxury-collection.marriott.com/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://the-luxury-collection.marriott.com/#organization",
            "name": "The Luxury Collection",
            "url": "https://the-luxury-collection.marriott.com/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://the-luxury-collection.marriott.com/#/schema/logo/image/",
                "url": "https://the-luxury-collection.marriott.com/wp-content/uploads/sites/13/2020/01/logo.svg",
                "contentUrl": "https://the-luxury-collection.marriott.com/wp-content/uploads/sites/13/2020/01/logo.svg",
                "width": 113,
                "height": 63,
                "caption": "The Luxury Collection"
            },
            "image": {
                "@id": "https://the-luxury-collection.marriott.com/#/schema/logo/image/"
            },
            "sameAs": [
                "https://www.facebook.com/theluxurycollection/",
                "https://x.com/LuxCollection"
            ]
        }
    ]
}
🛡️ Trust Signals — external proof links that back the declared identity
12Review mentions (all pages)
0External proof links (all pages)
PageReviewsProof links
/ (home) 4 0
/our-hotels/ 4 0
/about/ 2 0
/stories/ 2 0
Explore the other reputation pillars for The Luxury Collection (Marriott)