Component
description: 'JSX-based head management with Head, Title, Meta, Link, Script components. HTML-like syntax alternative to useHead().'
---
**Quick Answer:** Use ``, ``, ``, ``, and `
```
### How Do I Set Up Open Graph Tags?
```tsx
```
### How Do I Configure Twitter Cards?
```tsx
```
## How Do I Use Advanced Features?
### How Do I Control Tag Priority?
Control rendering order with `tagPriority`:
```tsx
Must Load First
```
### How Do I Position Tags in the Document?
Place tags in specific locations:
```tsx
```
### How Does Tag Deduplication Work?
Unhead automatically dedupes tags based on their content and attributes. Later instances override earlier ones:
```tsx
<>
>
```