Modeling Content

Design semantic content models for AEM Edge Delivery blocks.

45|59|Updated Oct 22, 2021
One-click install
npx skills add https://github.com/adobe/helix-website --skill modeling-content-adobe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Modeling Content
Source: https://github.com/adobe/helix-website/tree/main/.claude/skills/content-modeling
Command: npx skills add https://github.com/adobe/helix-website --skill modeling-content-adobe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solves? Poorly designed content models lead to author frustration, inconsistent content, and difficult maintenance. This Skill guides the creation of intuitive, semantic, and reusable content structures for AEM Edge Delivery blocks, simplifying content creation and ensuring long-term maintainability.

Core Features & Use Cases

  • Canonical Model Selection: Helps choose the best model (Standalone, Collection, Configuration, Auto-Blocked) for a block's purpose.
  • Table Structure Design: Guides in creating clear, semantic table structures that authors use in their CMS.
  • Best Practice Validation: Provides a checklist to ensure models are predictable, reusable, and avoid common anti-patterns.
  • Use Case: When creating a new "cards" block, use this Skill to design a content model where each card is a row with clear columns for image, title, and description, making it easy for authors to add and manage card content.

Quick Start

Design an author-friendly content model for a new "tabs" block.

Frequently Asked Questions about Modeling Content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a content model for an AEM block that authors can easily work with?

Design semantic content models by selecting the right canonical model type (Standalone, Collection, Configuration, or Auto-Blocked) for your block's purpose, then structure tables with clear columns and predictable data patterns. This ensures authors can consistently add and manage content without confusion or maintenance overhead.

What's the difference between standalone and collection models in AEM content structure?

Standalone models represent single content items, while collection models organize multiple items together. Choose based on whether your block displays one piece of content or groups of related content, ensuring the structure matches how authors think about the data.

How do I structure tables in AEM to make content authoring predictable and reusable?

Create semantic table structures where each row represents a logical unit and columns have clear, consistent purposes—for example, image, title, and description columns for a card block. This predictability lets authors understand the model immediately and reduces errors.

Can I migrate existing content models to AEM Edge Delivery Blocks without breaking author workflows?

Yes. Refactor content models by applying semantic integrity principles and compatibility checks with decoration logic. Plan the transition to maintain authoring patterns while conforming to Edge Delivery block structure requirements.

What are common mistakes to avoid when designing AEM content models?

Avoid inconsistent column naming, unclear data purposes, and models that don't match how authors think about content. Use the best practice validation checklist to ensure your model is predictable, reusable, and avoids anti-patterns that create maintenance burden.

How does content model design affect CMS authoring experience and content consistency?

Well-designed models reduce author frustration by making content structure intuitive and predictable. This drives consistent content quality, faster authoring, and easier long-term maintenance across your AEM implementation.