Managing Drupal Content: Using Pages, Articles, and Content Types Correctly
Drupal is more than a traditional page system. Content is not simply saved as individual HTML pages, but as structured content units. These units can have their own fields, categories, images, author information, URL aliases, publishing status, and display settings. Anyone who wants to use Drupal effectively should therefore understand how content, content types, and fields work together.
This article explains the most important basics for editors and administrators: how to create content, what role content types play, how to cleanly organize publications, and what you should consider from an SEO and GEO/AI SEO perspective.
What is Content in Drupal?
In Drupal, content pieces are frequently referred to as Nodes. A node is a single unit of content, for example a page, a blog post, a news article, a product, a download, or a knowledge base article. Every node belongs to a content type. The content type determines which fields are available and how the content is managed.
Typical standard content types are Basic page and Article. A basic page is suitable for static content such as an imprint, about us, or contact. An article is more suitable for posts with a date, author, categories, teaser image, and a list view.
Creating and Editing Content
- Log in to the Drupal backend.
- Navigate to Content -> Add content.
- Select the appropriate content type.
- Fill out the title, text, images, categories, and other fields.
- Check the URL alias, publishing status, and language.
- Save the content as a draft or publish it directly.
Depending on the configuration, editors can initially save content as unpublished. This is useful when posts need to be reviewed, translated, or approved. For professional websites, a clear editorial workflow is recommended.
Understanding Content Types Correctly
A content type is a template for specific content. For example, if you create a content type called Reference Project, you can define custom fields such as client, industry, project year, screenshot, and scope of services. This keeps content uniform and allows it to be better filtered, sorted, and displayed later on.
| Content Type | Suitable for | Typical Fields |
|---|---|---|
| Page | Static content | Title, text, URL alias |
| Article | News and blogs | Title, text, image, category, author |
| Product | Catalogs | Price, description, image, category |
| FAQ | Frequently asked questions | Question, answer, topic |
Using Fields Effectively
Drupal fields offer a massive advantage over simple page systems. Instead of writing all information into one large text area, you can use structured fields. This improves maintenance, output, filtering, and search engine understanding.
- Text fields: For short titles, subtitles, or notes.
- Long text: For main content and descriptions.
- Image fields: For teaser images, galleries, or logos.
- Taxonomy fields: For categories, topics, and tags.
- Link fields: For external resources or call-to-action buttons.
- Date fields: For events, deadlines, or publications.
Plan fields in a way that allows editors to use them intuitively. Too many fields make maintenance difficult. Too few fields result in important information landing unstructured within the main text.
SEO and GEO/AI SEO for Drupal Content
Good content requires clear titles, clean headings, user-friendly URLs, and helpful internal linking. Use a unique main title per page and structure longer texts with subheadings. For GEO/AI SEO, it is crucial that content answers questions precisely, uses relevant terms consistently, and is topically connected to other content.
- Use clean URL aliases instead of technical paths.
- Assign content to appropriate taxonomy terms.
- Link related articles internally.
- Add descriptive alternative texts to images.
- Answer specific user questions directly in the text.
- Avoid very short content that provides no added value.
You can find more basic guidelines in our SEO Basics.
Best Practices for Editorial Teams
- Define clear content types for recurring content.
- Use categories and tags in a controlled manner.
- Check titles, URLs, images, and links before publishing.
- Use drafts when content needs to be reviewed internally.
- Archive or update outdated content regularly.
- Keep writing style, structure, and naming conventions consistent.
FAQ
What is the difference between a page and an article?
A page is usually static and valid for the long term. An article is suitable for news, blog posts, or time-sensitive content.
Can I create my own content types?
Yes. This is precisely one of Drupal's core strengths. Custom content types help to cleanly structure recurring content.
Should I assign categories to my content?
Yes, if categories help visitors and improve the website structure. However, use taxonomy deliberately and avoid duplicate terms.