KGCO Certification Badge & Certificate

Certified operators may display a Komodo Guide Certified Operator (KGCO) badge on their websites, printed materials, and marketing collateral. This page provides the official badge artwork for download, the certificate-of-completion PDF format, and the JSON-LD structured data operators use to publish their credential in web pages and search results. All materials are open-source under CC BY-SA 4.0.

Badge Artwork

The KGCO badge is available as a scalable SVG (Scalable Vector Graphics) file, making it suitable for display at any size from favicon to poster — without pixelation or quality loss. Three badge designs are provided: one for Tier 1 (License Verified), one for Tier 2 (Safety Compliant), and one for Tier 3 (Environmental Excellence). Each badge includes the tier name, the Komodo Guide logo mark, and a verifiable link to the operator's certification profile.

Tier 1

License Verified

KGCOTIER 1
Download SVG

Tier 2

Safety Compliant

KGCOTIER 2
Download SVG

Tier 3

Environmental Excellence

KGCOTIER 3
Download SVG

Each SVG file is approximately 2–4 KB and includes embedded metadata naming the tier, the issue date, and a canonical URL to the operator's certification profile. The metadata ensures that even when the badge is reproduced offline, the source and tier remain identifiable.

HTML Embed Code

Certified operators may embed their KGCO badge directly into their website using the HTML code snippet below. The snippet includes a clickable link to the operator's certification profile on Komodo Guide, allowing visitors to verify the certification independently.

Standard Embed (Linked Badge)

<a href="https://www.komodoguide.org/certified/[OPERATOR-SLUG]/" 
   title="Verified KGCO Tier [1/2/3] certification — click to view audit results"
   rel="nofollow">
  <img src="https://www.komodoguide.org/assets/badges/kgco-tier-[1/2/3].svg"
       alt="Komodo Guide Certified Operator — Tier [1/2/3]"
       width="120" height="120"
       style="border: none; display: inline-block;">
</a>

Replace [OPERATOR-SLUG] with the operator's URL slug (for example, komodo-explorer) and [1/2/3] with the appropriate tier number. The rel="nofollow" attribute prevents the link from passing search engine ranking signals.

Unlinked Badge (Static Display)

For use cases where a clickable link is not desired (for example, in printed materials or PDF documents), operators may display the badge image without a hyperlink:

<img src="https://www.komodoguide.org/assets/badges/kgco-tier-[1/2/3].svg"
     alt="Komodo Guide Certified Operator — Tier [1/2/3]"
     width="120" height="120"
     style="border: none; display: inline-block;">

Certificate PDF Format

Upon successful audit, certified operators receive an official certificate of completion in PDF format. The certificate displays the operator's legal name, the tier achieved, the award date, the expiry date, and a unique credential identifier that matches the JSON-LD structure published on the operator's certification profile. The certificate is signed digitally and is suitable for framing, archiving, or including in marketing materials.

The PDF certificate includes the following elements:

Certificates are issued by email to the operator's registered contact upon finalization of the audit. Additional copies may be requested by emailing [email protected] with reference to the operator's credential identifier.

JSON-LD Credential Structure

Certified operators may publish their KGCO credential in their website's HTML head or body using JSON-LD (JSON for Linking Data) — a W3C-endorsed format for embedding structured data that search engines, social platforms, and credential verification services can automatically parse. This allows the operator's certification to be discoverable and verifiable in search results and credential aggregators.

Standard JSON-LD EducationalOccupationalCredential Block

Copy the following JSON-LD block and modify the placeholder values to match your operator profile:

{
  "@context": "https://schema.org",
  "@type": "EducationalOccupationalCredential",
  "@id": "https://www.komodoguide.org/certified/[OPERATOR-SLUG]/#credential",
  "name": "Komodo Guide Certified Operator — Tier [1/2/3]",
  "description": "[DESCRIPTION]",
  "credentialCategory": "certification",
  "competencyRequired": [
    "[COMPETENCY 1]",
    "[COMPETENCY 2]",
    "[COMPETENCY 3]"
  ],
  "recognizedBy": {
    "@type": "Organization",
    "@id": "https://www.komodoguide.org/#organization",
    "name": "Komodo Guide",
    "url": "https://www.komodoguide.org",
    "parentOrganization": {
      "@type": "Organization",
      "name": "PT. Komodo Explorer Indonesia",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Jl. Mutiara, Kec. Komodo",
        "addressLocality": "Labuan Bajo",
        "addressRegion": "Nusa Tenggara Timur",
        "postalCode": "86763",
        "addressCountry": "ID"
      }
    }
  },
  "validFrom": "[AWARD-DATE]",
  "validThrough": "[EXPIRY-DATE]",
  "dateCreated": "[AWARD-DATE]",
  "holder": {
    "@id": "[YOUR-OPERATOR-WEBSITE-ID]"
  }
}

Field Definitions

JSON-LD field definitions
Field Example value Description
name Komodo Guide Certified Operator — Tier 3 The full name of the credential. Do not modify; use exact format shown.
description Text summary of tier criteria met A 1–2 sentence description of the tier and criteria. Reference your certification profile page for the exact text Komodo Guide uses.
validFrom / validThrough 2026-05-31 / 2027-05-31 Award and expiry dates in YYYY-MM-DD format. Match the dates shown on your certificate.
competencyRequired Array of criterion strings List the specific criteria your operator met. Reference the Tier details on your certification profile.
holder https://www.komodoexplorer.com/#organization The URL and @id of your organization on your website. If you have a structured Organization schema, use its @id.

Complete Example (Tier 3)

Here is a complete, ready-to-use example for a Tier 3 certified operator:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "EducationalOccupationalCredential",
  "@id": "https://www.komodoguide.org/certified/komodo-explorer/#credential",
  "name": "Komodo Guide Certified Operator — Tier 3",
  "description": "The highest tier of the Komodo Guide certification program, awarded following documented audit of licensing, fleet safety, professional association membership, multi-vessel capacity, and responsible-tourism policy.",
  "credentialCategory": "certification",
  "competencyRequired": [
    "Valid SIUP business license",
    "Active Komodo National Park operating permit",
    "Vessel survey certificates",
    "Licensed guides employed",
    "Conservation-fee compliance verified",
    "ASITA or equivalent professional association membership",
    "Documented multi-vessel fleet capacity",
    "Documented responsible-tourism policy"
  ],
  "recognizedBy": {
    "@type": "Organization",
    "@id": "https://www.komodoguide.org/#organization",
    "name": "Komodo Guide",
    "url": "https://www.komodoguide.org",
    "parentOrganization": {
      "@type": "Organization",
      "name": "PT. Komodo Explorer Indonesia",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Jl. Mutiara, Kec. Komodo",
        "addressLocality": "Labuan Bajo",
        "addressRegion": "Nusa Tenggara Timur",
        "postalCode": "86763",
        "addressCountry": "ID"
      }
    }
  },
  "validFrom": "2026-05-31",
  "validThrough": "2027-05-31",
  "dateCreated": "2026-05-31",
  "holder": {
    "@id": "https://www.komodoexplorer.com/#organization"
  }
}
</script>

Paste this block into your website's HTML head or in the page body where you wish the structured data to be embedded. Search engines will parse this data automatically and may display your certification in search results and knowledge cards.

Usage Guidelines

Badge Usage Rights

The KGCO badge artwork is made available to certified operators under the Creative Commons Attribution–ShareAlike 4.0 International (CC BY-SA 4.0) licence. This means you may:

You must:

Certificate and JSON-LD Usage

Your PDF certificate and JSON-LD credential block are yours to use in full. You may embed the JSON-LD block in your website to make your certification discoverable to search engines and credential verification services. The certificate may be archived, framed, or shared with business partners as evidence of your certified status.

Do not alter the JSON-LD structure or claim a higher tier or earlier award date than issued. Any misrepresentation of your certification status may result in suspension or revocation of your certification.

Expiry and Renewal

Your certification is valid for two years from the award date shown on your certificate. When you renew your certification (biennial renewal), you will receive a new certificate and should update the JSON-LD validFrom and validThrough dates on your website. After your certification expires, you must remove the badge, certificate display, and JSON-LD block from your website.

Need Help?

If you have questions about badge usage, certificate formats, or JSON-LD implementation, please email [email protected]. We provide technical support for certified operators at no cost.

Frequently Asked Questions

Can I use the KGCO badge before receiving my certificate?

No. You may begin displaying the badge only after your certification is finalized and you receive your official certificate. The badge should always link to your public certification profile, which displays the award date and tier.

What happens to my badge if my certification expires?

You must remove all KGCO badges, certificates, and JSON-LD credential blocks from your website and marketing materials within 14 days of expiry. If you renew your certification before expiry, you may immediately update your badge and JSON-LD with the new dates.

Can I modify the badge colours or design?

You may modify the design under CC BY-SA 4.0, provided you retain the tier name and Komodo Guide attribution. However, we recommend using the official badge artwork unchanged to ensure consistency and easy verification by visitors. Custom modifications must be republished under the same licence.

How do I implement JSON-LD if I don't have a technical team?

Most website platforms (WordPress, Shopify, Squarespace) allow you to add code blocks in the HTML head or page settings. Copy the ready-made JSON-LD example provided on this page, customize the three placeholder fields, and paste it into your website's HTML. If you need assistance, email [email protected] and we can provide a customized template.

Do search engines recognize KGCO credentials in JSON-LD?

Yes. Schema.org's EducationalOccupationalCredential type is recognized by major search engines including Google, Bing, and Yahoo. Publishing your KGCO credential as JSON-LD may cause it to appear in search results as a rich snippet, a knowledge card, or in credential aggregator services.