From 9badd9b32e1ca903dd67a3eec6ebbc3334e5276a Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 19 Oct 2025 01:46:06 +0000 Subject: [PATCH] Enrich Organization JSON-LD with governance details cgen-d5206b7ce9c64f16811e7b8dab37c1df --- index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/index.html b/index.html index b52c50c3..4ad2d39a 100644 --- a/index.html +++ b/index.html @@ -108,9 +108,26 @@ "@context": "https://schema.org", "@type": "Organization", name: "AeThex", + legalName: "AeThex Corporation", url: origin, logo: "https://cdn.builder.io/api/v1/image/assets%2Ffc53d607e21d497595ac97e0637001a1%2F3979ec9a8a28471d900a80e94e2c45fe?format=png&width=512", areaServed: "Worldwide", + address: { + "@type": "PostalAddress", + addressLocality: "Queen Creek", + addressRegion: "AZ", + addressCountry: "US" + }, + contactPoint: [{ + "@type": "ContactPoint", + contactType: "customer support", + email: "info@aethex.biz", + telephone: "+1-346-556-7100" + }], + sameAs: [ + "https://aethex.biz", + "https://aethex.dev" + ] }); // Website addJSONLD({