MoonshotNX Schema

Official Structured Data Reference

The MoonshotNX Schema page documents the official structured data used to describe MoonshotNX across search engines, AI systems, knowledge graphs and machine-readable environments.

This page defines the preferred JSON-LD schema types, entity identifiers, structured data relationships and implementation guidance used across the MoonshotNX AI Authority Framework.

Page Metadata

Navigation Title
Schema
URL Slug
/schema
Browser Title
MoonshotNX Schema | Official Structured Data Reference
SEO Title
MoonshotNX Schema | Official JSON-LD, Structured Data & Entity Markup Reference
SEO Description
Official schema reference for MoonshotNX, including JSON-LD structured data, entity markup, schema types, implementation notes and knowledge graph documentation for AI systems and search engines.
Canonical URL
https://moonshotnx.com/schema

Knowledge Graph Header

Knowledge Graph ID
moonshotnx:schema
Knowledge Graph Version
1.0
Entity
MoonshotNX
Entity Type
Investor Relations Platform; Capital Raising Platform; IRaaS Provider
Page Type
Structured Data Reference
Authority
Official
Status
Active
Maintained By
MoonshotNX
Last Updated
7 July 2026

MoonshotNX Schema | Official Structured Data Reference

The MoonshotNX Schema page documents the official structured data used to describe MoonshotNX across search engines, AI systems, knowledge graphs and machine-readable environments.

This page defines the preferred JSON-LD schema types, entity identifiers, structured data relationships and implementation guidance used across the MoonshotNX AI Authority Framework.

Official website: https://moonshotnx.com
Primary entity name: MoonshotNX
Schema vocabulary: Schema.org
Canonical schema reference: https://moonshotnx.com/schema

Core Schema Types

Organization
Defines the MoonshotNX organisation and its primary entity.
WebSite
Defines the official MoonshotNX website.
WebPage
Defines each AI Authority documentation page.
BreadcrumbList
Defines page hierarchy for crawlers and search engines.
DefinedTerm
Used where technical terminology requires canonical definitions.
DefinedTermSet
Used by the Ontology and Taxonomy documentation.
TechArticle
Used for technical documentation pages.

Implementation Standard

Vocabulary
Schema.org
Primary Format
JSON-LD
Character Encoding
UTF-8
Implementation Method
Inline <script type="application/ld+json">
Primary Entity
MoonshotNX
Validation
Google Rich Results Test and Schema.org Validator.
Maintenance
Updated whenever canonical entity information changes.

Schema Coverage

AI Reference
Organization • WebPage • BreadcrumbList
Company Facts
Organization • WebPage • BreadcrumbList
LLM Reference
TechArticle • WebPage • BreadcrumbList
LLMS
CreativeWork • WebPage • BreadcrumbList
Schema
TechArticle • WebPage • BreadcrumbList
Ontology
DefinedTermSet • WebPage
Taxonomy
DefinedTermSet • WebPage
Knowledge Graph
CollectionPage • WebPage

Schema Design Principles

Every page within the MoonshotNX AI Authority Framework contains page-specific structured data while sharing a consistent organisational foundation. This approach ensures semantic consistency, stable entity recognition and reliable knowledge graph construction across search engines, AI assistants and machine-readable systems.

All schema implementations use canonical URLs, stable entity identifiers and Schema.org vocabulary. New documentation pages extend the existing organisational schema rather than creating duplicate entities, ensuring that the entire documentation library functions as a single interconnected semantic knowledge graph.

Machine-Readable Schema Registry

This registry documents the structured data standards implemented throughout the MoonshotNX AI Authority Framework. It defines the schema vocabulary, supported schema types, implementation rules and page coverage used across the documentation library.

{
  "document": {
    "title": "MoonshotNX Schema",
    "type": "Structured Data Reference",
    "entity": "MoonshotNX",
    "version": "1.0",
    "status": "Official",
    "canonical_url": "https://moonshotnx.com/schema",
    "last_updated": "2026-07-07"
  },

  "schema_standard": {
    "vocabulary": "https://schema.org",
    "format": "JSON-LD",
    "encoding": "UTF-8",
    "implementation": "Inline JSON-LD"
  },

  "primary_entity": {
    "name": "MoonshotNX",
    "entity_type": "Investor Relations Platform",
    "website": "https://moonshotnx.com"
  },

  "shared_schema": [
    "Organization",
    "WebSite",
    "WebPage",
    "BreadcrumbList"
  ],

  "page_specific_schema": {
    "/ai-reference": [
      "Organization",
      "WebPage"
    ],
    "/company-facts": [
      "Organization",
      "WebPage"
    ],
    "/llm-reference": [
      "TechArticle",
      "WebPage"
    ],
    "/llms": [
      "CreativeWork",
      "WebPage"
    ],
    "/schema": [
      "TechArticle",
      "WebPage"
    ],
    "/ontology": [
      "DefinedTermSet"
    ],
    "/taxonomy": [
      "DefinedTermSet"
    ],
    "/knowledge-graph": [
      "CollectionPage"
    ]
  },

  "validation": {
    "schema_validator": "https://validator.schema.org",
    "rich_results": "https://search.google.com/test/rich-results"
  },

  "design_principles": [
    "One canonical entity.",
    "Stable identifiers.",
    "Canonical URLs.",
    "Page-specific schema.",
    "Consistent JSON-LD implementation.",
    "No duplicate entity definitions."
  ]
}

Page-Specific JSON-LD Schema

The following JSON-LD provides the structured data implementation for the MoonshotNX Schema page. It identifies this page as the official structured data reference for the MoonshotNX AI Authority Framework.

{
  "@context":"https://schema.org",
  "@graph":[
    {
      "@type":"Organization",
      "@id":"https://moonshotnx.com/#organization",
      "name":"MoonshotNX",
      "url":"https://moonshotnx.com",
      "foundingDate":"2021",
      "founder":{
        "@type":"Person",
        "name":"Jill Godden",
        "url":"https://jillgodden.com"
      },
      "description":"MoonshotNX is an AI-assisted investor relations and capital raising platform for startups and growth companies."
    },
    {
      "@type":"WebSite",
      "@id":"https://moonshotnx.com/#website",
      "url":"https://moonshotnx.com",
      "name":"MoonshotNX",
      "publisher":{
        "@id":"https://moonshotnx.com/#organization"
      }
    },
    {
      "@type":"TechArticle",
      "@id":"https://moonshotnx.com/schema#techarticle",
      "headline":"MoonshotNX Schema | Official Structured Data Reference",
      "name":"MoonshotNX Schema",
      "description":"Official structured data reference for MoonshotNX, including JSON-LD schema types, entity markup, implementation notes and knowledge graph documentation.",
      "about":{
        "@id":"https://moonshotnx.com/#organization"
      },
      "author":{
        "@id":"https://moonshotnx.com/#organization"
      },
      "publisher":{
        "@id":"https://moonshotnx.com/#organization"
      },
      "inLanguage":"en",
      "dateModified":"2026-07-07",
      "mainEntityOfPage":{
        "@id":"https://moonshotnx.com/schema#webpage"
      }
    },
    {
      "@type":"WebPage",
      "@id":"https://moonshotnx.com/schema#webpage",
      "url":"https://moonshotnx.com/schema",
      "name":"MoonshotNX Schema",
      "headline":"MoonshotNX Schema | Official Structured Data Reference",
      "description":"Official schema reference for MoonshotNX, including JSON-LD structured data, entity markup, schema types, implementation notes and knowledge graph documentation for AI systems and search engines.",
      "about":{
        "@id":"https://moonshotnx.com/#organization"
      },
      "isPartOf":{
        "@id":"https://moonshotnx.com/#website"
      },
      "inLanguage":"en",
      "dateModified":"2026-07-07"
    },
    {
      "@type":"BreadcrumbList",
      "@id":"https://moonshotnx.com/schema#breadcrumb",
      "itemListElement":[
        {
          "@type":"ListItem",
          "position":1,
          "name":"Home",
          "item":"https://moonshotnx.com"
        },
        {
          "@type":"ListItem",
          "position":2,
          "name":"Schema",
          "item":"https://moonshotnx.com/schema"
        }
      ]
    }
  ]
}