> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisepim.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Categorievariabelen

> Leg content die per categorie verschilt één keer vast: materialen, onderhoudsinstructies, maten, normen en SEO-keywords. Elk product haalt automatisch zijn categoriewaarde op.

Schrijf content voor een hele categorie één keer, en elk product erin gebruikt de juiste versie. Met categorievariabelen definieer je een set velden en vul je per categorie andere waarden in. Een bevestigingsmiddel krijgt het materiaal voor bevestigingsmiddelen; een kabel het kabelmateriaal. Hetzelfde schema, verschillende waarden per categorie.

Stel ze in op het tabblad **Categorieën** in **Instellingen > [Content Logic](/nl/workflows/content-logic)**.

<Info>
  Categorievariabelen worden opgelost vanuit de **primaire categorie** van elk product. Zorg dat je producten er een hebben. Gebruik [Primaire categorie instellen](/nl/essentials/bulk-editing/set-primary-category) om ze in bulk toe te wijzen.
</Info>

## Categorievariabelen instellen

<Steps>
  <Step title="Definieer een schema">
    Maak de velden aan die je nodig hebt, zoals `material` of `care_instructions`. Geef elk veld een sleutel, een label en een type: tekst, lange tekst of URL.
  </Step>

  <Step title="Vul waarden in per categorie">
    Selecteer elke categorie en voer de specifieke waarden in. De voortgangsindicator ("3/5 ingevuld") laat zien welke categorieën nog waarden nodig hebben.
  </Step>

  <Step title="Verwijs in content">
    Gebruik `{{category.your_key}}` in elk veld met formuleondersteuning. Elk product wordt opgelost naar de waarde van zijn primaire categorie.
  </Step>
</Steps>

Bijvoorbeeld een korte beschrijving die begint met een categorie-intro:

```
{{product.name}} by {{product.brand}}. {{category.short_intro}}
```

> "Stainless Steel Hex Bolt M10x50 by Fischer. High-grade fasteners for structural and industrial applications."

## Wat je ermee kunt

Hier zijn veelvoorkomende manieren om categorievariabelen te gebruiken. Elk is een veld dat je één keer definieert en per categorie invult.

<AccordionGroup>
  <Accordion title="Categorie-intro's" icon="align-left">
    Schrijf een oneliner per categorie en plaats die in korte beschrijvingen met [Veldwaarde instellen](/nl/essentials/bulk-editing/set-field).

    | Sleutel: `short_intro` | Waarde                                                                      |
    | ---------------------- | --------------------------------------------------------------------------- |
    | Fasteners              | High-grade fasteners for structural and industrial applications.            |
    | Electrical             | Industrial electrical components for professional wiring and installations. |
    | Safety Equipment       | Personal protective equipment meeting EU safety standards.                  |
  </Accordion>

  <Accordion title="Materiaalspecificaties" icon="layers">
    Verschillende categorieën gebruiken verschillende materialen. Sla ze per categorie op in plaats van per product.

    | Sleutel: `material` | Waarde                                  |
    | ------------------- | --------------------------------------- |
    | Fasteners           | Stainless Steel AISI 304                |
    | Electrical          | Copper / PVC insulation                 |
    | Plumbing            | Brass CW617N                            |
    | Safety Equipment    | High-tenacity polyester / polycarbonate |

    ```
    Material: {{category.material}}
    ```
  </Accordion>

  <Accordion title="Onderhouds- en verzorgingsinstructies" icon="wrench">
    Elke categorie heeft andere verzorgingsbehoeften. Voeg ze toe aan beschrijvingen met [Tekst toevoegen/voorvoegen](/nl/essentials/bulk-editing/append-prepend).

    | Sleutel: `care_instructions` | Waarde                                                                                       |
    | ---------------------------- | -------------------------------------------------------------------------------------------- |
    | Fasteners                    | Store in dry conditions. Avoid contact with dissimilar metals to prevent galvanic corrosion. |
    | Electrical                   | Keep away from moisture. Inspect insulation regularly. Comply with local electrical codes.   |
    | Safety Equipment             | Inspect before each use. Replace after impact. Clean with mild soap and water.               |
    | Paints & Coatings            | Store between 5-30°C. Keep container sealed. Dispose of according to local regulations.      |

    ```
    \n\nCare & Maintenance: {{category.care_instructions}}
    ```
  </Accordion>

  <Accordion title="Maten- en meetgidsen" icon="ruler">
    Link naar categoriespecifieke maatbronnen. Gebruik het type URL.

    | Sleutel: `size_guide_url` | Waarde                  |
    | ------------------------- | ----------------------- |
    | Fasteners                 | /guides/fastener-sizes  |
    | Electrical                | /guides/wire-gauges     |
    | Pipes & Fittings          | /guides/pipe-dimensions |
    | Safety Equipment          | /guides/ppe-sizing      |

    ```
    View the size guide: {{category.size_guide_url}}
    ```
  </Accordion>

  <Accordion title="Minimale bestelhoeveelheden" icon="boxes">
    Verschillende producttypen kunnen verschillende MOQ's hebben.

    | Sleutel: `moq`   | Waarde |
    | ---------------- | ------ |
    | Fasteners        | 100    |
    | Electrical       | 25     |
    | Heavy Machinery  | 1      |
    | Safety Equipment | 10     |

    ```
    Minimum order: {{category.moq}} units. {{global.lead_time_text}}
    ```

    > "Minimum order: 100 units. Ships within 3-5 business days."
  </Accordion>

  <Accordion title="SEO-keywords" icon="search">
    Definieer vooraf een keywordset per categorie en plaats die in de meta-keywords met [Veldwaarde instellen](/nl/essentials/bulk-editing/set-field).

    | Sleutel: `seo_keywords` | Waarde                                                            |
    | ----------------------- | ----------------------------------------------------------------- |
    | Fasteners               | bolts, nuts, screws, anchors, fixings, industrial fasteners       |
    | Electrical              | cables, wiring, connectors, circuit breakers, electrical supplies |
    | Safety Equipment        | PPE, safety helmet, safety glasses, protective gloves, workwear   |

    ```
    {{product.name}}, {{product.brand}}, {{category.seo_keywords}}
    ```
  </Accordion>

  <Accordion title="Wettelijke normen" icon="clipboard-check">
    Verschillende categorieën vallen onder verschillende normen en certificeringen.

    | Sleutel: `standards` | Waarde                                     |
    | -------------------- | ------------------------------------------ |
    | Fasteners            | EN 14399, ISO 4014, DIN 931                |
    | Electrical           | IEC 60228, EN 50575, CPR compliant         |
    | Safety Equipment     | EN 166 (eye), EN 397 (head), EN 388 (hand) |
    | Fire Protection      | EN 54, BS 5839, NFPA 72                    |

    ```
    Applicable standards: {{category.standards}}
    ```
  </Accordion>

  <Accordion title="Verzendnotities" icon="truck">
    Sommige producttypen hebben speciale verzendvereisten.

    | Sleutel: `shipping_note` | Waarde                                                                         |
    | ------------------------ | ------------------------------------------------------------------------------ |
    | Paints & Coatings        | Classified as hazardous goods for shipping. Ground transport only in EU.       |
    | Heavy Machinery          | Freight shipping required. Delivery by appointment. Pallet or crate packaging. |
    | Fasteners                | Standard parcel shipping.                                                      |
    | Electrical               | Handle with care. Anti-static packaging included.                              |

    Voeg het direct toe, of gebruik het in een [conditioneel blok](/nl/workflows/content-logic/conditional-blocks):

    ```
    Shipping: {{category.shipping_note}}
    ```
  </Accordion>

  <Accordion title="Installatiegidsen" icon="wrench">
    Link naar of voeg installatie-instructies toe die relevant zijn voor het producttype.

    | Sleutel: `installation_text` | Waarde                                                                                                            |
    | ---------------------------- | ----------------------------------------------------------------------------------------------------------------- |
    | Fasteners                    | Recommended torque values at `{{global.website_url}}`/torque-guide. Pre-drill required for hardwood applications. |
    | Electrical                   | Must be installed by a qualified electrician. Consult local wiring regulations first.                             |
    | Plumbing                     | Use PTFE tape on all threaded connections. Pressure-test after installation.                                      |
  </Accordion>
</AccordionGroup>

## Tips

* Combineer categorievariabelen met merkvariabelen voor gelaagde content, zoals `{{category.short_intro}} {{brand.tagline}}`.
* Categoriewaarden kunnen andere variabelen bevatten, zoals `{{global.lead_time_text}}`.

## Gerelateerd

<CardGroup cols={2}>
  <Card title="Merkvariabelen" icon="tag" href="/nl/workflows/content-logic/brand-variables">
    Leg content vast die per merk verschilt in plaats van per categorie.
  </Card>

  <Card title="Primaire categorie instellen" icon="folder-tree" href="/nl/essentials/bulk-editing/set-primary-category">
    Wijs producten in bulk een primaire categorie toe.
  </Card>

  <Card title="Globale variabelen" icon="globe" href="/nl/workflows/content-logic/global-variables">
    Definieer waarden die voor elk product hetzelfde blijven.
  </Card>

  <Card title="Conditionele blokken" icon="git-branch" href="/nl/workflows/content-logic/conditional-blocks">
    Toon andere content op basis van productgegevens.
  </Card>
</CardGroup>
