// Verinty Certification

Cryptographic Identity
Certification.

Every business verified by Verinty receives a VRNT certification node — a SHA-256 cryptographic hash that provides tamper-proof proof of your entity identity at the time of verification.

// What the VRNT Seal Includes

Eight Fields. One Tamper-Proof Hash.

01
SHA-256 audit hash
A unique cryptographic fingerprint of your verified entity data at the time of certification.
02
Audit ID (UUID)
A globally unique identifier for this specific certification event — used to look up the audit record.
03
Entity ID
Your Verinty entity identifier, anchored to your ABN or NZBN registry record.
04
Verification timestamp
ISO 8601 date and time at which your identity was verified against the live registry.
05
ABN/NZBN verified status
Active/inactive status pulled directly from ABR or NZBN at time of verification.
06
Next review date
Certifications renew automatically. This date triggers a re-verification check against the live registry.
07
Publisher: Verinty
The issuing organisation node — links back to verinty.com as the certification authority.
08
Schema.org Certification type
Embedded as @type: Certification in your JSON-LD — readable by Google, Bing, and AI search engines.
// Schema.org Certification Node

Machine-Readable Proof.

The Certification node is embedded directly inside your JSON-LD schema — alongside your Organisation, ProfessionalService, and WebSite nodes. Google, Bing, and AI search engines can read it as part of your entity record.

schema.json — VRNT Certification Node
{
  "@type": "Certification",
  "@id": "https://verinty.com/#certification",
  "name": "Verinty Identity Certification",
  "identifier": [
    {
      "@type": "PropertyValue",
      "propertyID": "auditHash",
      "value": "a5a961d83a042d6d..."
    },
    {
      "@type": "PropertyValue",
      "propertyID": "auditId",
      "value": "vrnt-uuid-xxxx-xxxx"
    }
  ],
  "expires": "2027-04-16",
  "publisher": {
    "@type": "Organization",
    "name": "Verinty",
    "url": "https://verinty.com"
  }
}
// Why It Matters

Why Cryptographic Certification Changes Everything.

Proves identity at a point in time

The hash captures your entity state — name, ABN/NZBN, address, status — at the moment of verification. If anything changes, the hash changes.

AI systems can verify authenticity

The Certification node in your schema gives AI search engines a machine-readable proof that your identity was verified by a third party against a government registry.

Tamper-evident by design

SHA-256 is a one-way function. Any modification to the underlying identity data produces a completely different hash — making silent tampering impossible.

Renews with every re-verification

Each time Verinty re-verifies your entity against ABR or NZBN, a new certification hash is issued and your schema is updated automatically.

Get Your Certification

No credit card required. Verify your ABN or NZBN, deploy your schema, and receive your VRNT cryptographic certification in under 60 seconds.