Identity & Authority: Iterable – Signal Evidence & AI Readability

Iterable

(https://iterable.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.
13 Impact Weight: 15 / 100
87% Reputation

Authority is primarily established through corporate partnerships and analyst recognition (Forrester) rather than individual thought leadership. The schema_json identifies the organization but lacks Person schema or sameAs links for the marketing directors or engineers mentioned in the blog and success stories. Technical credibility is high, with a clean heading hierarchy and a sophisticated content ecosystem that matches the positioning of a high-growth tech platform. The presence of a detailed Platform Tour with on-demand demos further closes the gap between claim and capability.

There is a minimal disconnect between the marketing tone and demonstrated results. Every major performance claim on the homepage is directly followed by a named brand entity and a specific percentage improvement. The site avoids generic agency promises like we grow your business in favor of specific outcomes like 9% increase in net dollar retention. The marketing blog reinforces this by discussing technical challenges like backend migrations and deliverability troubleshooting rather than just high-level strategy.

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://iterable.com/",
            "url": "https://iterable.com/",
            "name": "AI Customer Engagement Platform for Real-Time, Personalized Experiences",
            "isPartOf": {
                "@id": "https://iterable.com/#website"
            },
            "about": {
                "@id": "https://iterable.com/#organization"
            },
            "primaryImageOfPage": {
                "@id": "https://iterable.com/#primaryimage"
            },
            "image": {
                "@id": "https://iterable.com/#primaryimage"
            },
            "thumbnailUrl": "https://iterable.com/wp-content/uploads/2026/04/logo-home-fabletics@2x.png",
            "datePublished": "2026-04-07T15:01:33+00:00",
            "dateModified": "2026-05-04T09:48:29+00:00",
            "description": "Iterable is an AI customer engagement platform built for how customers behave today, helping brands respond in real time with unified data and optimization.",
            "breadcrumb": {
                "@id": "https://iterable.com/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://iterable.com/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-US",
            "@id": "https://iterable.com/#primaryimage",
            "url": "https://iterable.com/wp-content/uploads/2026/04/logo-home-fabletics@2x.png",
            "contentUrl": "https://iterable.com/wp-content/uploads/2026/04/logo-home-fabletics@2x.png",
            "width": 420,
            "height": 180
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://iterable.com/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://iterable.com/#website",
            "url": "https://iterable.com/",
            "name": "Iterable",
            "description": "AI Customer Engagement Platform for Real-Time, Personalized Experiences",
            "publisher": {
                "@id": "https://iterable.com/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://iterable.com/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://iterable.com/#organization",
            "name": "Iterable",
            "url": "https://iterable.com/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://iterable.com/#/schema/logo/image/",
                "url": "https://iterable.com/wp-content/uploads/2026/04/iterable-logo-light.svg",
                "contentUrl": "https://iterable.com/wp-content/uploads/2026/04/iterable-logo-light.svg",
                "caption": "Iterable"
            },
            "image": {
                "@id": "https://iterable.com/#/schema/logo/image/"
            }
        }
    ]
}
/blog/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://iterable.com/blog/",
            "url": "https://iterable.com/blog/",
            "name": "Blog - Iterable",
            "isPartOf": {
                "@id": "https://iterable.com/#website"
            },
            "datePublished": "2026-04-20T06:27:10+00:00",
            "dateModified": "2026-04-21T08:44:32+00:00",
            "breadcrumb": {
                "@id": "https://iterable.com/blog/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://iterable.com/blog/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://iterable.com/blog/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://iterable.com/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Blog"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://iterable.com/#website",
            "url": "https://iterable.com/",
            "name": "Iterable",
            "description": "AI Customer Engagement Platform for Real-Time, Personalized Experiences",
            "publisher": {
                "@id": "https://iterable.com/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://iterable.com/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://iterable.com/#organization",
            "name": "Iterable",
            "url": "https://iterable.com/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://iterable.com/#/schema/logo/image/",
                "url": "https://iterable.com/wp-content/uploads/2026/04/iterable-logo-light.svg",
                "contentUrl": "https://iterable.com/wp-content/uploads/2026/04/iterable-logo-light.svg",
                "caption": "Iterable"
            },
            "image": {
                "@id": "https://iterable.com/#/schema/logo/image/"
            }
        }
    ]
}
/resources/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://iterable.com/resources/",
            "url": "https://iterable.com/resources/",
            "name": "Resources - Iterable",
            "isPartOf": {
                "@id": "https://iterable.com/#website"
            },
            "datePublished": "2026-04-20T16:11:14+00:00",
            "dateModified": "2026-04-21T09:59:54+00:00",
            "breadcrumb": {
                "@id": "https://iterable.com/resources/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://iterable.com/resources/"
                    ]
                }
            ]
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://iterable.com/resources/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://iterable.com/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Resources"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://iterable.com/#website",
            "url": "https://iterable.com/",
            "name": "Iterable",
            "description": "AI Customer Engagement Platform for Real-Time, Personalized Experiences",
            "publisher": {
                "@id": "https://iterable.com/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://iterable.com/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://iterable.com/#organization",
            "name": "Iterable",
            "url": "https://iterable.com/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://iterable.com/#/schema/logo/image/",
                "url": "https://iterable.com/wp-content/uploads/2026/04/iterable-logo-light.svg",
                "contentUrl": "https://iterable.com/wp-content/uploads/2026/04/iterable-logo-light.svg",
                "caption": "Iterable"
            },
            "image": {
                "@id": "https://iterable.com/#/schema/logo/image/"
            }
        }
    ]
}
/product/platform-tour/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://iterable.com/product/platform-tour/",
            "url": "https://iterable.com/product/platform-tour/",
            "name": "Platform Tour - Iterable",
            "isPartOf": {
                "@id": "https://iterable.com/#website"
            },
            "primaryImageOfPage": {
                "@id": "https://iterable.com/product/platform-tour/#primaryimage"
            },
            "image": {
                "@id": "https://iterable.com/product/platform-tour/#primaryimage"
            },
            "thumbnailUrl": "https://iterable.com/wp-content/uploads/2026/04/logo-home-fabletics@2x.png",
            "datePublished": "2026-04-08T22:13:46+00:00",
            "dateModified": "2026-05-12T21:38:31+00:00",
            "breadcrumb": {
                "@id": "https://iterable.com/product/platform-tour/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://iterable.com/product/platform-tour/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-US",
            "@id": "https://iterable.com/product/platform-tour/#primaryimage",
            "url": "https://iterable.com/wp-content/uploads/2026/04/logo-home-fabletics@2x.png",
            "contentUrl": "https://iterable.com/wp-content/uploads/2026/04/logo-home-fabletics@2x.png",
            "width": 420,
            "height": 180
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://iterable.com/product/platform-tour/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://iterable.com/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Platform Tour"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://iterable.com/#website",
            "url": "https://iterable.com/",
            "name": "Iterable",
            "description": "AI Customer Engagement Platform for Real-Time, Personalized Experiences",
            "publisher": {
                "@id": "https://iterable.com/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://iterable.com/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://iterable.com/#organization",
            "name": "Iterable",
            "url": "https://iterable.com/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://iterable.com/#/schema/logo/image/",
                "url": "https://iterable.com/wp-content/uploads/2026/04/iterable-logo-light.svg",
                "contentUrl": "https://iterable.com/wp-content/uploads/2026/04/iterable-logo-light.svg",
                "caption": "Iterable"
            },
            "image": {
                "@id": "https://iterable.com/#/schema/logo/image/"
            }
        }
    ]
}
🛡️ Trust Signals — external proof links that back the declared identity
18Review mentions (all pages)
4External proof links (all pages)
PageReviewsProof links
/ (home) 6 1
/blog/ 4 1
/resources/ 4 1
/product/platform-tour/ 4 1