## Tags & Metadata (Yarn Spinner)

Source: [docs.yarnspinner.dev — Tags & Metadata](https://docs.yarnspinner.dev/write-yarn-scripts/advanced-scripting/tags-metadata)

### What it covers
- Attach tags/metadata to lines or nodes for tooling and runtime behavior.
- Drive VO, animation, or analytics pipelines with tagged content.

### Example (conceptual)
```yarn
title: Start
---
// Tags may be set in headers or editor UIs; usage varies by tooling.
Narrator: This line might carry a "vo=Line_001" tag.
===
```


