Under maintenance

Heretto Help

Show Page Sections

Metadata Governance in Heretto CCMS

Metadata governance gives your team intentional control over what information accompanies your content at each stage of the delivery pipeline. Rather than accepting default behavior, you can make deliberate choices about exactly which metadata reaches each endpoint.

Metadata governance is the practice of controlling which metadata accompanies your content as it moves from Heretto CCMS through to its delivery endpoints, whether that's Heretto Portal, a third-party system, or a connected device. It gives your team a structured way to decide what information about your content, such as modification dates, taxonomy values, or metadata for audience and product applicability, is included in or excluded from published output.

Important:

Metadata governance support was introduced in Heretto CCMS 25.10.30 and Heretto Portal v5, and requires a two-step activation process. First, the Heretto team must enable the feature in Heretto CCMS. Once that's done, a user assigned the Administrator role in the CCMS must enable and configure metadata in each deployment. Contact your Customer Success Manager to get started.

Metadata governance is most valuable in these areas:

Content exposure control
You decide which metadata belongs in your published output and which should remain internal to the CCMS. This lets you tailor what external audiences see while preserving metadata that supports your internal workflows and content organization.
Search and discoverability
In Heretto Portal, metadata drives search behavior, keyword indexing, and search facets. With governance in place, you can shape the search experience for your end users, ensuring that the appropriate facets are available and that search results surface the most relevant content.
Consistency across delivery endpoints
When your content is served to multiple endpoints such as Heretto Portal or a third-party endpoint like a device or machine, you can tailor metadata for each destination. Governance gives you the flexibility to include different metadata depending on what each endpoint requires.

Heretto provides metadata governance through two levels of control that correspond to stages in the content delivery pipeline:

  • Deployment-level control, configured in the Deployments interface in Heretto CCMS, determines which custom metadata is included in content published through a deployment. This level of control is available for all delivery endpoints, including Heretto Portal and third-party endpoints, like a machine or device.

    For details, see Configure Metadata in a Deployment.

  • Portal-level control, configured in the config.json file associated with your main portal sitemap, provides an additional layer of filtering for content delivered to Heretto Portal specifically. It lets you fine-tune which metadata from a deployment appears in Heretto Portal HTML.

    For details, see Configure Metadata in Heretto Portal.

These two levels work together to give you granular control over metadata at each stage of the content delivery process.

Metadata Types in Heretto

Metadata is information about your content, such as author details, modification dates, taxonomy values, or metadata for audience and product filtering. Metadata helps with content management, organization, retrieval, and processing, but typically doesn't appear in the body of your content, such as in paragraphs or notes. Instead, it is stored in the DITA XML structure of your files (in-document metadata) or in visible fields on the document, such as tags or modification dates (on-document metadata). While in-document metadata is specific to DITA files, on-document metadata applies to any file type.

There are two high-level metadata types in your files: DITA metadata and CCMS metadata.

DITA Metadata

DITA metadata, also referred to as in-document metadata, is DITA elements and attributes stored within the XML structure of DITA files.

CCMS Metadata

CCMS metadata, also referred to as on-document metadata, is system and custom metadata added to all files in the CCMS, including DITA and binary files. CCMS metadata is stored in the CCMS (as opposed to within the XML structure which is true for DITA metadata). While system metadata is added to files automatically by Heretto CCMS, custom metadata can be configured and added to files by users.

Figure 1. Types of metadata and related examples.

You can view DITA metadata in the DITA XML structure of a file. See View DITA Content and Metadata for a Resource. You can view system metadata in the Overview tab for a file in Heretto CCMS. See View CCMS Metadata for a Resource. Custom metadata corresponds to the custom metadata that is configured in the CCMS.

Metadata types in Heretto CCMS divided into two groups: DITA metadata that contains metadata elements and attributes, and CCMS metadata that contains system and custom metadata

Metadata Flow in Heretto

When you publish content from Heretto CCMS through a deployment, you can control which metadata reaches your delivery endpoints. Heretto provides two levels of metadata control, deployment and portal, that progressively filter metadata as content moves from the CCMS to its final destination.
Figure 2. Metadata flow and control points in the Heretto platform.
A visual showing the flow of metadata between Heretto CCMS, Heretto Deploy API, Heretto Portal, and a third-party endpoint. It includes numbers that explain what happens when: 1. In a deployment in Heretto CCMS, 2. When Heretto Deploy API processes content, 3. When content is served to Heretto Portal or a third-party endpoint, 4. when additional configurations are added to config.json to further control metadata in Heretto Portal.
  1. Files stored in Heretto CCMS contain different types of metadata: DITA metadata (elements and attributes), and CCMS metadata (system and custom). When content is published through a deployment, deployment-level metadata control determines which custom metadata is included in the processed content. DITA and system metadata are always included.

  2. Heretto Deploy API processes content and any custom metadata disabled in the deployment. For example, when custom metadata B is not enabled in the deployment, it is removed at this stage and unavailable to any delivery endpoint.

  3. Deploy API serves the processed content and its remaining metadata to Heretto Portal or a third-party endpoint. For third-party endpoints, this is the only available level of metadata governance.

  4. For content served to Heretto Portal, portal-level metadata control provides an additional layer of filtering. For example, in the portal configuration, you can exclude custom metadata A from the portal HTML. It remains available to the portal search engine because that relies on Deploy API.

Deployment-level metadata governance

Users with the Administrator role in Heretto CCMS can configure which custom metadata is included in each deployment through the Deployments interface. Any metadata disabled at this level is removed from the published content entirely, making it unavailable to all delivery endpoints. If a deployment publishes content to a third-party delivery endpoint, this is the only available level of metadata governance.

Portal-level metadata governance

Portal-level metadata provides a method for overriding the deployment-level metadata. It is configured in the config.json file associated with the main portal sitemap. By default, all metadata included in a deployment is present in portal HTML. Metadata excluded at this level is removed from portal HTML but remains available to the portal search engine. This level of governance is available only when publishing to Heretto Portal.

Metadata Operation and Guidelines

Before you start working with metadata, familiarize yourself with a number of facts and guidelines related to metadata in the Heretto platform.

DITA metadata
  • DITA metadata, also referred to as in-document metadata, is DITA elements and attributes stored within the XML structure of DITA files.

  • You can view DITA metadata in the XML structure of a DITA map or in the REST URL response directly from the CCMS. See View DITA Content and Metadata for a Resource.

  • In topics, the prolog element contains most metadata elements, many of these within the metadata element. For a full list of prolog metadata, see Prolog (metadata) elements (DITA 1.3 Specification).

  • In maps, the topicmeta element contains most metadata elements, many of these within the metadata element. For details, see <topicmeta> (DITA 1.3 Specification).

    Note:

    Currently, most DITA metadata added to maps is not passed to deployments or Heretto Portal. Support for map metadata will be available soon.

  • In most cases, topic metadata is overridden by map metadata in the topicmeta element. This lets the same topic be used in multiple maps, where different metadata may apply.

CCMS metadata
  • CCMS metadata, also referred to as on-document metadata, is system and custom metadata added to all files in the CCMS, including DITA and binary files. CCMS metadata is stored in the CCMS (as opposed to within the XML structure which is true for DITA metadata). While system metadata is added to files automatically by Heretto CCMS, custom metadata can be configured and added to files by users.

  • You can view CCMS metadata in the CCMS interface and in the REST URL response for a file. See View CCMS Metadata for a Resource.

  • Different system metadata is added to different resources. For example, a folder, a PDF uploaded to the CCMS, and a DITA file created in the CCMS are assigned different system metadata.

  • Some system metadata can be customized based on customer preference. For example, Status values.

  • Some system metadata can be modified by users with authoring permissions (Author, Editor/Manager, and Administrator). For example, Owner and Status.

  • Custom metadata is configured in Heretto CCMS by users assigned the Administrator role. It can be then added to files by users with authoring permissions.

  • There are four types of custom metadata: taxonomy, label, text, and date metadata.

  • Custom metadata can be added to individual files at file creation or to existing files; it can also be added to a group of files, a map with its dependencies, a folder and its subfolders, or a combination of those in a bulk-change operation. Existing CCMS metadata can be added to, replaced, or removed in a bulk-change operation. This is true for some system metadata and all custom metadata.

  • Custom metadata can be configured as search facets (or filters) in the CCMS. To do so, when configuring custom metadata, ensure the Search Facet and Enabled options are selected. Once configured and added to files, custom metadata can be used to filter files from the Search tab. For configuration details, see Configure Taxonomy Metadata, Configure Label Metadata, Configure Date Metadata, or Configure Text Metadata.

    Layer 1
  • Custom metadata can be configured to apply only to certain content types. For example, you may want custom metadata that applies only to maps.

  • Taxonomy metadata can be configured in Heretto CCMS as drop-downs for DITA attributes like audience and product (conditional processing attributes), or outputclass. This configuration is also known as taxonomy-driven attributes. For details, see Configure Drop-downs for DITA Attributes.

Metadata and publishing with Heretto Deploy API
  • Heretto Deploy API enables you to publish content from Heretto CCMS to Heretto Portal or a third-party endpoint like a device or machine. When publishing with Deploy API, there are two levels of metadata governance: deployment and Heretto Portal. To learn more, see Metadata Governance in Heretto Portal.

Known limitations
  • Currently, the only system metadata supported in Heretto Portal is: lastModified, lastModifiedISO, and contentType.

  • DITA metadata that is not passed to deployments or Heretto Portal:

    • prodinfo

    • linktext

    • topicmeta - passed to deployments but not to Heretto Portal

    • othermeta

    • copyright