Content Structures
and Multilingual
One of Drupal’s core strengths is its ability to model and structure content. Structured data serves as a foundation of content management systems (CMSs) and is arguably one of the most important features of Drupal. Drupal’s implementation is built on the concept of entities, fields, and bundles. Drupal has created features such as Nodes, Content Types, Menus, and Taxonomy from entities. Leveraging these capabilities is fundamental for any Drupal developer. Drupal extends the entity system to support multiple language translations per entity. This chapter reviews the structured content as a concept, with several examples in Drupal.
In this chapter, we’re going to cover the following main topics:
- Importance of structured content
- Structured content in Drupal
- Multilingual features