Identity & Authority: SC Ventures – Signal Evidence & AI Readability

SC Ventures

(https://scventures.io) 📸 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.
9 Impact Weight: 15 / 100
60% Reputation

While the site names highly qualified experts like Alex Manson and Elsy Li, it fails to connect them to the digital ecosystem via Person schema or sameAs links in the structured data. The authority is established through Standard Chartered’s brand, but the technical implementation shows gaps, such as the use of multiple H1 tags on single pages and the aforementioned ‘0’ values for establishment years and company counts. This creates a disconnect between the claim of being a ‘tech-forward’ builder and the actual technical hygiene of the site.

There is a jarring disconnect between the bold claim of ‘Driving Transformation’ and the homepage counters showing zero portfolio companies and zero ventures. Marketing copy suggests a mature, high-impact organization, but the data-driven sections of the site suggest an entity that hasn’t launched or is failing to report data. Even with the recent news items from April 2026, the lack of a visible, populated portfolio makes the ‘breakthrough’ claims feel aspirational rather than proven.

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://scventures.io/",
            "url": "https://scventures.io/",
            "name": "Home - SC Ventures | Standard Chartered Bank",
            "isPartOf": {
                "@id": "https://scventures.io/#website"
            },
            "about": {
                "@id": "https://scventures.io/#organization"
            },
            "primaryImageOfPage": {
                "@id": "https://scventures.io/#primaryimage"
            },
            "image": {
                "@id": "https://scventures.io/#primaryimage"
            },
            "thumbnailUrl": "https://scventures.io/wp-content/uploads/Home-Hero.jpg",
            "datePublished": "2022-10-26T06:04:10+00:00",
            "dateModified": "2026-04-06T05:18:04+00:00",
            "breadcrumb": {
                "@id": "https://scventures.io/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://scventures.io/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-US",
            "@id": "https://scventures.io/#primaryimage",
            "url": "https://scventures.io/wp-content/uploads/Home-Hero.jpg",
            "contentUrl": "https://scventures.io/wp-content/uploads/Home-Hero.jpg",
            "width": 1440,
            "height": 650
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://scventures.io/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://scventures.io/#website",
            "url": "https://scventures.io/",
            "name": "SC Ventures | Standard Chartered Bank",
            "description": "Rewiring the DNA in Banking",
            "publisher": {
                "@id": "https://scventures.io/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://scventures.io/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://scventures.io/#organization",
            "name": "SC Ventures",
            "url": "https://scventures.io/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://scventures.io/#/schema/logo/image/",
                "url": "https://scventures.io/wp-content/uploads/SCVentureslogo.png",
                "contentUrl": "https://scventures.io/wp-content/uploads/SCVentureslogo.png",
                "width": 1086,
                "height": 155,
                "caption": "SC Ventures"
            },
            "image": {
                "@id": "https://scventures.io/#/schema/logo/image/"
            }
        }
    ]
}
/about/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://scventures.io/about/",
            "url": "https://scventures.io/about/",
            "name": "About - SC Ventures | Standard Chartered Bank",
            "isPartOf": {
                "@id": "https://scventures.io/#website"
            },
            "primaryImageOfPage": {
                "@id": "https://scventures.io/about/#primaryimage"
            },
            "image": {
                "@id": "https://scventures.io/about/#primaryimage"
            },
            "thumbnailUrl": "https://scventures.io/wp-content/uploads/about-hero.jpg",
            "datePublished": "2022-06-08T12:10:54+00:00",
            "dateModified": "2025-10-31T13:55:19+00:00",
            "breadcrumb": {
                "@id": "https://scventures.io/about/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://scventures.io/about/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-US",
            "@id": "https://scventures.io/about/#primaryimage",
            "url": "https://scventures.io/wp-content/uploads/about-hero.jpg",
            "contentUrl": "https://scventures.io/wp-content/uploads/about-hero.jpg",
            "width": 1440,
            "height": 650
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://scventures.io/about/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://scventures.io/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "About"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://scventures.io/#website",
            "url": "https://scventures.io/",
            "name": "SC Ventures | Standard Chartered Bank",
            "description": "Rewiring the DNA in Banking",
            "publisher": {
                "@id": "https://scventures.io/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://scventures.io/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://scventures.io/#organization",
            "name": "SC Ventures",
            "url": "https://scventures.io/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://scventures.io/#/schema/logo/image/",
                "url": "https://scventures.io/wp-content/uploads/SCVentureslogo.png",
                "contentUrl": "https://scventures.io/wp-content/uploads/SCVentureslogo.png",
                "width": 1086,
                "height": 155,
                "caption": "SC Ventures"
            },
            "image": {
                "@id": "https://scventures.io/#/schema/logo/image/"
            }
        }
    ]
}
/portfolio/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://scventures.io/portfolio/",
            "url": "https://scventures.io/portfolio/",
            "name": "Portfolio - SC Ventures | Standard Chartered Bank",
            "isPartOf": {
                "@id": "https://scventures.io/#website"
            },
            "primaryImageOfPage": {
                "@id": "https://scventures.io/portfolio/#primaryimage"
            },
            "image": {
                "@id": "https://scventures.io/portfolio/#primaryimage"
            },
            "thumbnailUrl": "https://scventures.io/wp-content/uploads/about-hero.jpg",
            "datePublished": "2022-06-08T12:11:01+00:00",
            "dateModified": "2026-05-14T08:20:38+00:00",
            "breadcrumb": {
                "@id": "https://scventures.io/portfolio/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://scventures.io/portfolio/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-US",
            "@id": "https://scventures.io/portfolio/#primaryimage",
            "url": "https://scventures.io/wp-content/uploads/about-hero.jpg",
            "contentUrl": "https://scventures.io/wp-content/uploads/about-hero.jpg",
            "width": 1440,
            "height": 650
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://scventures.io/portfolio/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://scventures.io/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Portfolio"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://scventures.io/#website",
            "url": "https://scventures.io/",
            "name": "SC Ventures | Standard Chartered Bank",
            "description": "Rewiring the DNA in Banking",
            "publisher": {
                "@id": "https://scventures.io/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://scventures.io/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://scventures.io/#organization",
            "name": "SC Ventures",
            "url": "https://scventures.io/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://scventures.io/#/schema/logo/image/",
                "url": "https://scventures.io/wp-content/uploads/SCVentureslogo.png",
                "contentUrl": "https://scventures.io/wp-content/uploads/SCVentureslogo.png",
                "width": 1086,
                "height": 155,
                "caption": "SC Ventures"
            },
            "image": {
                "@id": "https://scventures.io/#/schema/logo/image/"
            }
        }
    ]
}
/discover/
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "WebPage",
            "@id": "https://scventures.io/discover/",
            "url": "https://scventures.io/discover/",
            "name": "Discover - SC Ventures | Standard Chartered Bank",
            "isPartOf": {
                "@id": "https://scventures.io/#website"
            },
            "primaryImageOfPage": {
                "@id": "https://scventures.io/discover/#primaryimage"
            },
            "image": {
                "@id": "https://scventures.io/discover/#primaryimage"
            },
            "thumbnailUrl": "https://scventures.io/wp-content/uploads/about-hero.jpg",
            "datePublished": "2025-06-22T05:41:57+00:00",
            "dateModified": "2026-03-19T10:26:19+00:00",
            "breadcrumb": {
                "@id": "https://scventures.io/discover/#breadcrumb"
            },
            "inLanguage": "en-US",
            "potentialAction": [
                {
                    "@type": "ReadAction",
                    "target": [
                        "https://scventures.io/discover/"
                    ]
                }
            ]
        },
        {
            "@type": "ImageObject",
            "inLanguage": "en-US",
            "@id": "https://scventures.io/discover/#primaryimage",
            "url": "https://scventures.io/wp-content/uploads/about-hero.jpg",
            "contentUrl": "https://scventures.io/wp-content/uploads/about-hero.jpg",
            "width": 1440,
            "height": 650
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https://scventures.io/discover/#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https://scventures.io/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "Discover"
                }
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://scventures.io/#website",
            "url": "https://scventures.io/",
            "name": "SC Ventures | Standard Chartered Bank",
            "description": "Rewiring the DNA in Banking",
            "publisher": {
                "@id": "https://scventures.io/#organization"
            },
            "potentialAction": [
                {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://scventures.io/?s={search_term_string}"
                    },
                    "query-input": {
                        "@type": "PropertyValueSpecification",
                        "valueRequired": true,
                        "valueName": "search_term_string"
                    }
                }
            ],
            "inLanguage": "en-US"
        },
        {
            "@type": "Organization",
            "@id": "https://scventures.io/#organization",
            "name": "SC Ventures",
            "url": "https://scventures.io/",
            "logo": {
                "@type": "ImageObject",
                "inLanguage": "en-US",
                "@id": "https://scventures.io/#/schema/logo/image/",
                "url": "https://scventures.io/wp-content/uploads/SCVentureslogo.png",
                "contentUrl": "https://scventures.io/wp-content/uploads/SCVentureslogo.png",
                "width": 1086,
                "height": 155,
                "caption": "SC Ventures"
            },
            "image": {
                "@id": "https://scventures.io/#/schema/logo/image/"
            }
        }
    ]
}
🛡️ Trust Signals — external proof links that back the declared identity
26Review mentions (all pages)
0External proof links (all pages)
PageReviewsProof links
/ (home) 5 0
/about/ 7 0
/portfolio/ 7 0
/discover/ 7 0