Identity & Authority: IZOD – Signal Evidence & AI Readability

IZOD

(https://izod.com) 📸 Data Snapshot: May 27, 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.
9 Impact Weight: 15 / 100
60% Reputation

There is a total absence of human authority; no founders, designers, or textile experts are mentioned or linked via Person schema. The Brand Entity is defined in the JSON-LD, but it lacks ‘sameAs’ links to authoritative third-party profiles beyond basic social media. The technical implementation is weak for a ‘trusted store,’ as seen in the broken heading hierarchy (missing H1 on the homepage) and the reliance on repetitive body tags for SEO rather than user information.

The brand leans heavily on the term ‘Performance,’ yet the data shows no evidence of moisture-wicking tests, UV protection ratings, or fabric durability metrics. ‘Performance Comfort’ and ‘Swingflex Elite’ are used as trademarked marketing labels rather than technical certifications. This creates a disconnect where ‘Performance’ is a lifestyle suggestion rather than a measurable product attribute.

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",
        "@type": "BreadcrumbList",
        "itemListElement": [
            {
                "@type": "ListItem",
                "position": 1,
                "name": "Home",
                "item": "https://izod.com"
            }
        ]
    },
    {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://izod.com/#organization",
                "name": "IZOD",
                "url": "https://izod.com/",
                "logo": "https://izod.com/cdn/shop/files/IZOD_LOGO-01_600x.png?v=1631420563",
                "description": "Shop on-trend golf clothing online with IZOD. Buy from a trusted men's activewear store. Order now and enjoy exclusive discounts on your purchase!",
                "contactPoint": {
                    "@type": "ContactPoint",
                    "contactType": "customer service",
                    "email": "hello@izod.com"
                },
                "sameAs": [
                    "https://www.instagram.com/izod",
                    "https://www.facebook.com/IZOD",
                    "https://twitter.com/IZOD",
                    "https://www.tiktok.com/@izod"
                ]
            },
            {
                "@type": "WebSite",
                "@id": "https://izod.com/#website",
                "url": "https://izod.com/",
                "name": "IZOD",
                "publisher": {
                    "@id": "https://izod.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": "https://izod.com/search?q={q}",
                    "query-input": "required maxlength=100 name=q"
                }
            }
        ]
    }
]
/products/izod-gift-card/
[
    {
        "@context": "https://schema.org",
        "@type": "Product",
        "@id": "https://izod.com/products/izod-gift-card",
        "name": "Izod Gift Card",
        "description": "Gift cards are delivered by email and contain instructions to redeem them at checkout. Our gift cards have no additional processing fees and never expire.  Please note gift card purchase is excluded from any promotion or coupon code.   ",
        "url": "https://izod.com/products/izod-gift-card",
        "image": [
            "https://izod.com/cdn/shop/files/Izod_Gift_Card_grande.jpg?v=1763673807"
        ],
        "sku": null,
        "mpn": null,
        "brand": {
            "@type": "Brand",
            "name": "IZOD"
        },
        "category": "Gift Cards",
        "offers": [
            {
                "@type": "Offer",
                "name": "$25.00",
                "url": "https://izod.com/products/izod-gift-card?variant=48521152528589",
                "priceCurrency": "USD",
                "price": "25.00",
                "priceValidUntil": "2026-06-06",
                "itemCondition": "https://schema.org/NewCondition",
                "availability": "https://schema.org/InStock",
                "seller": {
                    "@type": "Organization",
                    "name": "IZOD"
                },
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "shippingDestination": {
                        "@type": "DefinedRegion",
                        "addressCountry": "US"
                    },
                    "shippingRate": {
                        "@type": "MonetaryAmount",
                        "value": "0.00",
                        "currency": "USD"
                    },
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "handlingTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 1,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        },
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 5,
                            "maxValue": 10,
                            "unitCode": "DAY"
                        }
                    }
                },
                "hasMerchantReturnPolicy": {
                    "@type": "MerchantReturnPolicy",
                    "applicableCountry": "US",
                    "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
                    "merchantReturnDays": 30,
                    "returnMethod": "https://schema.org/ReturnByMail",
                    "returnFees": "https://schema.org/ReturnShippingFees"
                }
            },
            {
                "@type": "Offer",
                "name": "$50.00",
                "url": "https://izod.com/products/izod-gift-card?variant=48521152561357",
                "priceCurrency": "USD",
                "price": "50.00",
                "priceValidUntil": "2026-06-06",
                "itemCondition": "https://schema.org/NewCondition",
                "availability": "https://schema.org/InStock",
                "seller": {
                    "@type": "Organization",
                    "name": "IZOD"
                },
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "shippingDestination": {
                        "@type": "DefinedRegion",
                        "addressCountry": "US"
                    },
                    "shippingRate": {
                        "@type": "MonetaryAmount",
                        "value": "0.00",
                        "currency": "USD"
                    },
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "handlingTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 1,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        },
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 5,
                            "maxValue": 10,
                            "unitCode": "DAY"
                        }
                    }
                },
                "hasMerchantReturnPolicy": {
                    "@type": "MerchantReturnPolicy",
                    "applicableCountry": "US",
                    "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
                    "merchantReturnDays": 30,
                    "returnMethod": "https://schema.org/ReturnByMail",
                    "returnFees": "https://schema.org/ReturnShippingFees"
                }
            },
            {
                "@type": "Offer",
                "name": "$75.00",
                "url": "https://izod.com/products/izod-gift-card?variant=48521152594125",
                "priceCurrency": "USD",
                "price": "75.00",
                "priceValidUntil": "2026-06-06",
                "itemCondition": "https://schema.org/NewCondition",
                "availability": "https://schema.org/InStock",
                "seller": {
                    "@type": "Organization",
                    "name": "IZOD"
                },
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "shippingDestination": {
                        "@type": "DefinedRegion",
                        "addressCountry": "US"
                    },
                    "shippingRate": {
                        "@type": "MonetaryAmount",
                        "value": "0.00",
                        "currency": "USD"
                    },
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "handlingTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 1,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        },
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 5,
                            "maxValue": 10,
                            "unitCode": "DAY"
                        }
                    }
                },
                "hasMerchantReturnPolicy": {
                    "@type": "MerchantReturnPolicy",
                    "applicableCountry": "US",
                    "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
                    "merchantReturnDays": 30,
                    "returnMethod": "https://schema.org/ReturnByMail",
                    "returnFees": "https://schema.org/ReturnShippingFees"
                }
            },
            {
                "@type": "Offer",
                "name": "$100.00",
                "url": "https://izod.com/products/izod-gift-card?variant=48521152626893",
                "priceCurrency": "USD",
                "price": "100.00",
                "priceValidUntil": "2026-06-06",
                "itemCondition": "https://schema.org/NewCondition",
                "availability": "https://schema.org/InStock",
                "seller": {
                    "@type": "Organization",
                    "name": "IZOD"
                },
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "shippingDestination": {
                        "@type": "DefinedRegion",
                        "addressCountry": "US"
                    },
                    "shippingRate": {
                        "@type": "MonetaryAmount",
                        "value": "0.00",
                        "currency": "USD"
                    },
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "handlingTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 1,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        },
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 5,
                            "maxValue": 10,
                            "unitCode": "DAY"
                        }
                    }
                },
                "hasMerchantReturnPolicy": {
                    "@type": "MerchantReturnPolicy",
                    "applicableCountry": "US",
                    "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
                    "merchantReturnDays": 30,
                    "returnMethod": "https://schema.org/ReturnByMail",
                    "returnFees": "https://schema.org/ReturnShippingFees"
                }
            },
            {
                "@type": "Offer",
                "name": "$150.00",
                "url": "https://izod.com/products/izod-gift-card?variant=48521152659661",
                "priceCurrency": "USD",
                "price": "150.00",
                "priceValidUntil": "2026-06-06",
                "itemCondition": "https://schema.org/NewCondition",
                "availability": "https://schema.org/InStock",
                "seller": {
                    "@type": "Organization",
                    "name": "IZOD"
                },
                "shippingDetails": {
                    "@type": "OfferShippingDetails",
                    "shippingDestination": {
                        "@type": "DefinedRegion",
                        "addressCountry": "US"
                    },
                    "shippingRate": {
                        "@type": "MonetaryAmount",
                        "value": "0.00",
                        "currency": "USD"
                    },
                    "deliveryTime": {
                        "@type": "ShippingDeliveryTime",
                        "handlingTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 1,
                            "maxValue": 3,
                            "unitCode": "DAY"
                        },
                        "transitTime": {
                            "@type": "QuantitativeValue",
                            "minValue": 5,
                            "maxValue": 10,
                            "unitCode": "DAY"
                        }
                    }
                },
                "hasMerchantReturnPolicy": {
                    "@type": "MerchantReturnPolicy",
                    "applicableCountry": "US",
                    "returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
                    "merchantReturnDays": 30,
                    "returnMethod": "https://schema.org/ReturnByMail",
                    "returnFees": "https://schema.org/ReturnShippingFees"
                }
            }
        ]
    },
    {
        "@context": "https://schema.org",
        "@type": "BreadcrumbList",
        "itemListElement": [
            {
                "@type": "ListItem",
                "position": 1,
                "name": "Home",
                "item": "https://izod.com"
            },
            {
                "@type": "ListItem",
                "position": 2,
                "name": "Izod Gift Card",
                "item": "https://izod.com/products/izod-gift-card"
            }
        ]
    },
    {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://izod.com/#organization",
                "name": "IZOD",
                "url": "https://izod.com/",
                "logo": "https://izod.com/cdn/shop/files/IZOD_LOGO-01_600x.png?v=1631420563",
                "description": "Shop on-trend golf clothing online with IZOD. Buy from a trusted men's activewear store. Order now and enjoy exclusive discounts on your purchase!",
                "contactPoint": {
                    "@type": "ContactPoint",
                    "contactType": "customer service",
                    "email": "hello@izod.com"
                },
                "sameAs": [
                    "https://www.instagram.com/izod",
                    "https://www.facebook.com/IZOD",
                    "https://twitter.com/IZOD",
                    "https://www.tiktok.com/@izod"
                ]
            },
            {
                "@type": "WebSite",
                "@id": "https://izod.com/#website",
                "url": "https://izod.com/",
                "name": "IZOD",
                "publisher": {
                    "@id": "https://izod.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": "https://izod.com/search?q={q}",
                    "query-input": "required maxlength=100 name=q"
                }
            }
        ]
    }
]
/collections/casual-shirts/
[
    {
        "@context": "https://schema.org",
        "@type": "BreadcrumbList",
        "itemListElement": [
            {
                "@type": "ListItem",
                "position": 1,
                "name": "Home",
                "item": "https://izod.com"
            },
            {
                "@type": "ListItem",
                "position": 2,
                "name": "MEN'S CASUAL SHIRTS",
                "item": "https://izod.com/collections/casual-shirts"
            }
        ]
    },
    {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://izod.com/#organization",
                "name": "IZOD",
                "url": "https://izod.com/",
                "logo": "https://izod.com/cdn/shop/files/IZOD_LOGO-01_600x.png?v=1631420563",
                "description": "Shop on-trend golf clothing online with IZOD. Buy from a trusted men's activewear store. Order now and enjoy exclusive discounts on your purchase!",
                "contactPoint": {
                    "@type": "ContactPoint",
                    "contactType": "customer service",
                    "email": "hello@izod.com"
                },
                "sameAs": [
                    "https://www.instagram.com/izod",
                    "https://www.facebook.com/IZOD",
                    "https://twitter.com/IZOD",
                    "https://www.tiktok.com/@izod"
                ]
            },
            {
                "@type": "WebSite",
                "@id": "https://izod.com/#website",
                "url": "https://izod.com/",
                "name": "IZOD",
                "publisher": {
                    "@id": "https://izod.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": "https://izod.com/search?q={q}",
                    "query-input": "required maxlength=100 name=q"
                }
            }
        ]
    }
]
/collections/men-golf-clothing/
[
    {
        "@context": "https://schema.org",
        "@type": "BreadcrumbList",
        "itemListElement": [
            {
                "@type": "ListItem",
                "position": 1,
                "name": "Home",
                "item": "https://izod.com"
            },
            {
                "@type": "ListItem",
                "position": 2,
                "name": "MEN'S GOLF",
                "item": "https://izod.com/collections/men-golf-clothing"
            }
        ]
    },
    {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://izod.com/#organization",
                "name": "IZOD",
                "url": "https://izod.com/",
                "logo": "https://izod.com/cdn/shop/files/IZOD_LOGO-01_600x.png?v=1631420563",
                "description": "Shop on-trend golf clothing online with IZOD. Buy from a trusted men's activewear store. Order now and enjoy exclusive discounts on your purchase!",
                "contactPoint": {
                    "@type": "ContactPoint",
                    "contactType": "customer service",
                    "email": "hello@izod.com"
                },
                "sameAs": [
                    "https://www.instagram.com/izod",
                    "https://www.facebook.com/IZOD",
                    "https://twitter.com/IZOD",
                    "https://www.tiktok.com/@izod"
                ]
            },
            {
                "@type": "WebSite",
                "@id": "https://izod.com/#website",
                "url": "https://izod.com/",
                "name": "IZOD",
                "publisher": {
                    "@id": "https://izod.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": "https://izod.com/search?q={q}",
                    "query-input": "required maxlength=100 name=q"
                }
            }
        ]
    }
]
🛡️ Trust Signals — external proof links that back the declared identity
144Review mentions (all pages)
8External proof links (all pages)
PageReviewsProof links
/ (home) 9 2
/products/izod-gift-card/ 37 2
/collections/casual-shirts/ 49 2
/collections/men-golf-clothing/ 49 2