Enrich Organization JSON-LD with governance details
cgen-d5206b7ce9c64f16811e7b8dab37c1df
This commit is contained in:
parent
e2e4cea21e
commit
9badd9b32e
1 changed files with 17 additions and 0 deletions
17
index.html
17
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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue