System Keywords
System Keywords defines the controlled vocabulary for system-level keywords.
System Keywords is a for use in Future Enhancement.
System Keywords are configuration-driven and Only the "System" edit, create or update System Keywordss.
System Keywords is part of Page Metadata Documentation
Configuration Structure
System keywords are defined in config/app-default-config.json and handled by the ConfigurationManager
Current System Keywords:
System Keywords (enabled=true)
System-defined keywords for controlled vocabulary| Label | Description | Category | Enabled | Default | Schema.org |
|---|---|---|---|---|---|
anthropology |
Human culture and society content | subject | Yes | No | - |
draft |
Work in progress content | workflow-status | Yes | No | - |
economics |
Economic and financial content | subject | Yes | No | - |
general |
General-purpose keyword for standard wiki content | content-type | Yes | Yes | - |
geology |
Geological and earth science content | subject | Yes | No | - |
medicine |
Medical and healthcare-related content | subject | Yes | No | - |
meteorology |
Weather and atmospheric science content | subject | Yes | No | - |
oceanography |
Ocean and marine science content | subject | Yes | No | - |
political-science |
Political science and governance content | subject | Yes | No | - |
psychology |
Psychological and behavioral science content | subject | Yes | No | - |
published |
Finalized and approved content | workflow-status | Yes | No | - |
review |
Content under review | workflow-status | Yes | No | - |
sociology |
Social science and society-related content | subject | Yes | No | - |
System Keywords Configuration Properties
Each system keyword has the following properties:
| Property | Type | Description |
|---|---|---|
label | string | The keyword value used in metadata |
description | string | Human-readable description of the keyword's purpose |
default | boolean | Whether this is the default keyword when none specified |
category | string | Grouping category (e.g., "content-type", "status", "priority") |
enabled | boolean | Whether the keyword is active and available for use |
Schema.org Alignment
When possible, system keywords should align with schema.org vocabulary for semantic web compatibility:
- Use
TechArticlefor technical documentation - Use
HowTofor tutorials - Use
APIReferencefor API documentation - Use
Articlefor general content
Configuration Validation
ValidationManager can validate System Keywordss configured. See ValidationManager Documentation] for details.
Related pages
- System Categories - System category definitions
- User Keywords - User-defined keywords
- ValidationManager - Validates keywords and System Categories
More Information
Pages that reference this topic:
No comments yet.