# SEO and Meta

> 

Vuloom does not ship a documented head-management API yet.

## Current status

- `useHead()`, `useTitle()`, `useMeta()`, `useLink()`, `useStyle()`, `useScript()`, and `updateHead()` are available from `vuloom/app`
- until then, treat head management as an application concern inside `app/app.vue`

## Today

Because `app/app.vue` is the document shell, it remains the right place to manage:

- `<title>`
- `<meta>`
- `<link>`
- `<style>`
- `<script>`
- `<html>` attributes
- `<body>` attributes
