Nordax AI
FeaturesPricingEntity NetworkBlogProtocolAbout
Sign InGet Started
Developer Docs
Overview
Authentication
API Reference
AI Discoverability
Integration
JSON-LD & EmbedsLLMs.txtTrust Badges
Platform Guides
OverviewWordPressShopifyWixSquarespaceNext.jsCustom HTML
Docs/JSON-LD & Embeds

JSON-LD & Embed Scripts

Add machine-readable structured data to your website with a single script tag. Embeds load live data from Nordax and update automatically when your entity profile changes — no re-deployment needed.

Entity Embed Script

The entity embed script injects JSON-LD structured data and Open Graph meta tags into your page. It runs after page load and does not block rendering.

Add to your <head>
<script
  src="https://cdn.nordax.ai/cdn/entity/{your-slug}.js"
  defer
></script>

Replace {your-slug} with your entity slug (e.g., nordax-digital).

What the Script Injects

The depth of injected data depends on your entity's subscription tier:

TierJSON-LD DepthOG Tags
FreeBasic snapshot (name, type, city)No
BasicCore JSON-LD (contact, services)No
Verified+Full JSON-LD + relationshipsYes

Direct JSON-LD Endpoint

If you prefer to fetch the raw JSON-LD data (for server-side rendering or custom injection), use the direct endpoint:

JSON-LD Endpoint
GET https://entities.nordax.ai/{slug}/schema.jsonld

Returns application/ld+json. Cache: 5 min browser, 5 min edge, 1 hr stale-while-revalidate.

Embed Parameter

Append ?embed=1 to the schema.jsonld URL to get a self-executing script that injects the JSON-LD into your page automatically:

<script
  src="https://entities.nordax.ai/{slug}/schema.jsonld?embed=1"
  defer
></script>

Auto-Updating

Both the CDN embed script and the direct JSON-LD endpoint serve live data. When you update your entity profile in the Nordax dashboard, the changes propagate to all embedded scripts within the cache window (up to 1 hour for CDN scripts, 5 minutes for direct endpoints). No code changes or re-deployment required.

CORS & Security

All CDN and entity endpoints return permissive CORS headers, so scripts work on any domain:

Access-Control-Allow-Origin: *

Access-Control-Allow-Methods: GET, OPTIONS

X-Content-Type-Options: nosniff

All Entity Data Endpoints

URLFormatNotes
/schema.jsonldJSON-LDStructured data for search engines & AI
/entity.jsonJSONFull entity data object
/open-entity.jsonJSONPublic-only subset
/llms.txtPlain textLLM-readable summary
/llms-full.txtPlain textExtended summary (Authority+)

All URLs are prefixed with https://entities.nordax.ai/{slug}. See LLMs.txt docs and API Reference for more details.

Nordax AI

The trust layer for AI commerce.

Product

FeaturesPricingEntity NetworkEnterpriseGold Verified

Resources

BlogFAQDevelopersTrust ProtocolHAP SpecTrust Stack

Company

AboutPressContactNordax Digital

Legal

Privacy PolicyTerms of ServiceAcceptable UseDPA

© 2025–2026 Northern Axis, LLC DBA Nordax Digital. All rights reserved.

·

Nordax Entity Trust Protocol (NETP) — Patent Pending (App. No. 64/002,246)

Powered by Nordax Digital