META-AIML Integrations

Choose your platform to integrate META-AIML schemas into your website. Modules and plugins are available for download at modules.meta-aiml.org

Manual Schema Integration
Create a schema in the Playground, then manually add the code to your website

Step 1: Create Schema

Use our interactive Playground to create a META-AIML schema for your business

Open Playground

Step 2: Insert Code

Copy the generated schema and paste it into your website's HTML code

Insert in <head> section

Example code to insert:

<!-- META-AIML Schema -->
<script type="application/ld+json">
{
  "@context": "https://schemas.meta-aiml.org/v2.0.1/context.jsonld",
  "@id": "https://example.com/entity",
  "@type": "PersonalWebsite",
  "schemaVersion": "2.0.1",
  "entityType": "personal_website",
  "entityCategory": "creative_work",
  "subcategory": "digital_product",
  "name": {
    "en": "Example Personal Website"
  },
  "description": {
    "en": "A minimal example of AIML v2.0.1 schema for personal website entity with all required fields."
  }
}
</script>
<!-- /META-AIML Schema -->

💡 Tip

Place the schema in the <head> section of your HTML document for optimal performance. AI agents will be able to instantly understand your website's capabilities.

Modules Subdomain

All META-AIML modules and plugins are available on a dedicated subdomain:

Structure: /platform/version/files