# Blog Categories Structure

**Last Updated:** 2026-01-09

Complete breakdown of WordPress blog categories and their structure.

## Overview

The Ordio blog uses a category-based structure with three main categories:

- **Lexikon** (54 posts) - Encyclopedia/dictionary articles
- **Ratgeber** (37 posts) - Guide/advice articles
- **Inside Ordio** (8 posts) - Company news and updates

**Total:** 99 blog posts

## Category Structure

### Lexikon (54 posts)

**Purpose:** Encyclopedia-style articles defining terms, concepts, and processes related to HR, shift planning, time tracking, and compliance.

**URL Pattern:** `/insights/lexikon/{slug}/`

**Content Types:**

- Term definitions
- Concept explanations
- Process overviews
- Legal/regulatory explanations
- HR terminology

**Examples:**

- `/insights/lexikon/leitfaden-zur-finanzbuchhaltung/`
- `/insights/lexikon/arbeitsschutzvorschriften-und-programme/`
- `/insights/lexikon/personalfragebogen/`
- `/insights/lexikon/employer-branding/`
- `/insights/lexikon/tarifvertraege/`

### Ratgeber (37 posts)

**Purpose:** Practical guides, how-to articles, and advice for businesses on HR, shift planning, time tracking, and related topics.

**URL Pattern:** `/insights/ratgeber/{slug}/`

**Content Types:**

- How-to guides
- Best practices
- Troubleshooting guides
- Industry-specific advice
- Implementation guides

**Examples:**

- `/insights/ratgeber/fehler-digitalisierung-gastronomie/`
- `/insights/ratgeber/inventur-in-der-gastronomie/`
- `/insights/ratgeber/arbeitsschutzvorschriften-in-der-gastronomie/`
- `/insights/ratgeber/kostenkontrolle-im-restaurant/`
- `/insights/ratgeber/zeiterfassung-gastronomie-pflicht/`

### Inside Ordio (8 posts)

**Purpose:** Company news, product updates, team announcements, and behind-the-scenes content.

**URL Pattern:** `/insights/inside-ordio/{slug}/`

**Content Types:**

- Product announcements
- Feature updates
- Team news
- Company milestones
- Partnership announcements

**Examples:**

- `/insights/inside-ordio/david-keuenhof-im-kuechenherde-podcast/`
- `/insights/inside-ordio/ig-koelner-gastro-x-ordio/`
- `/insights/inside-ordio/neu-lightspeed-pos-im-ordio-appstore/`
- `/insights/inside-ordio/ordio-in-neuem-design/`
- `/insights/inside-ordio/ordio-sales/`

## Category Statistics

| Category     | Posts  | Percentage | Avg Posts/Month\* |
| ------------ | ------ | ---------- | ----------------- |
| Lexikon      | 54     | 54.5%      | ~4.5              |
| Ratgeber     | 37     | 37.4%      | ~3.1              |
| Inside Ordio | 8      | 8.1%       | ~0.7              |
| **Total**    | **99** | **100%**   | **~8.3**          |

\*Based on approximate blog age (assuming ~12 months of active blogging)

## URL Structure Analysis

### Permalink Pattern

WordPress uses the following permalink structure:

- Base: `https://www.ordio.com/insights/`
- Category: `{category}/`
- Slug: `{post-slug}/`

**Example:** `https://www.ordio.com/insights/lexikon/arbeitsschutzvorschriften-und-programme/`

### Slug Patterns

**Lexikon slugs:**

- Often descriptive German terms
- Frequently compound words (e.g., `arbeitsschutzvorschriften-und-programme`)
- Sometimes include "leitfaden" (guide) prefix

**Ratgeber slugs:**

- Action-oriented (e.g., `wie-gewinne-ich-neue-mitarbeiter`)
- Problem-solving (e.g., `fehler-digitalisierung-gastronomie`)
- Industry-specific (e.g., `inventur-in-der-gastronomie`)

**Inside Ordio slugs:**

- Event-based (e.g., `david-keuenhof-im-kuechenherde-podcast`)
- Feature-based (e.g., `neu-lightspeed-pos-im-ordio-appstore`)
- Company-focused (e.g., `ordio-in-neuem-design`)

## Category-to-Content Cluster Mapping

### Lexikon Posts

- Primarily map to: **Personalverwaltung**, **Compliance**, **Zeiterfassung** clusters
- Secondary: **Dienstplan**, **Lohnabrechnung** clusters

### Ratgeber Posts

- Primarily map to: **Gastronomie**, **Dienstplan**, **Zeiterfassung** clusters
- Secondary: **Compliance**, **Tools** clusters

### Inside Ordio Posts

- Primarily map to: **Tools** cluster (product-focused)
- May not fit traditional clusters (company news)

## Migration Considerations

### Category Preservation

**Option 1:** Maintain WordPress categories

- Keep `/insights/lexikon/`, `/insights/ratgeber/`, `/insights/inside-ordio/`
- Simple migration, preserves URLs
- May not align with new content strategy

**Option 2:** Reorganize by content clusters

- Group by topic clusters (Dienstplan, Zeiterfassung, etc.)
- Better SEO alignment
- Requires URL redirects

**Option 3:** Hybrid approach

- Keep categories for navigation
- Add cluster tags/metadata
- Flexible for future reorganization

### Recommended Approach

**Hybrid approach** recommended:

- Maintain category URLs for backward compatibility
- Add cluster metadata to posts
- Create cluster-based navigation/filtering
- Gradually transition to cluster-based organization

## Related Documentation

- [Blog Inventory](BLOG_INVENTORY.md) - Complete post inventory
- [Content Clusters](../../reference/architecture/content-clusters/CLUSTER_MAPPING.md) - Cluster mapping
- [WordPress Structure](WORDPRESS_STRUCTURE.md) - WordPress architecture
- [Migration Strategy](MIGRATION_STRATEGY.md) - Migration planning
