Skip to content

Commit c65ddad

Browse files
committed
Add template: xonark.com aeo (Xona AEO edge service, sync flow CNAME)
1 parent 03d9a07 commit c65ddad

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

xonark.com.aeo.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"providerId": "xonark.com",
3+
"providerName": "Xonark",
4+
"serviceId": "aeo",
5+
"serviceName": "Xona AEO",
6+
"version": 1,
7+
"logoUrl": "https://aeo.xonark.com/logo.png",
8+
"description": "Serves your existing website through the Xona AEO edge so AI assistants (ChatGPT, Perplexity, Google AI) can read and recommend your business. One CNAME; your site keeps working exactly as before, fail-open.",
9+
"syncBlock": false,
10+
"syncPubKeyDomain": "xonark.com",
11+
"syncRedirectDomain": "aeo.xonark.com",
12+
"records": [
13+
{
14+
"type": "CNAME",
15+
"host": "@",
16+
"pointsTo": "cname.xonark.com",
17+
"ttl": 3600,
18+
"essential": "Always"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)