# PhoenixPageMeta v0.1.2 - Table of Contents

Per-page metadata for Phoenix LiveView: breadcrumbs, active-link state, SEO tags.

## Pages

- [Changelog](changelog.md)

## Modules

- [PhoenixPageMeta](PhoenixPageMeta.md): Per-page metadata for Phoenix LiveView apps: breadcrumbs, active-link state,
SEO meta tag rendering.
- [PhoenixPageMeta.Breadcrumb](PhoenixPageMeta.Breadcrumb.md): A single entry in a breadcrumb trail, plus the builder.
- [PhoenixPageMeta.Components.Breadcrumbs](PhoenixPageMeta.Components.Breadcrumbs.md): Slot-based breadcrumb component.
- [PhoenixPageMeta.Components.MetaTags](PhoenixPageMeta.Components.MetaTags.md): HEEx component that renders SEO meta tags from a PageMeta struct.
- [PhoenixPageMeta.LiveView](PhoenixPageMeta.LiveView.md): Behaviour and helper for using PhoenixPageMeta from a LiveView.
- [PhoenixPageMeta.Site](PhoenixPageMeta.Site.md): Behaviour for site-wide PageMeta callbacks.

## Mix Tasks

- [mix phoenix_page_meta.install](Mix.Tasks.PhoenixPageMeta.Install.md): Sets up phoenix_page_meta in the Phoenix project

