Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 497 Bytes

File metadata and controls

27 lines (20 loc) · 497 Bytes

Keywords

Renders a <meta name="keywords"> tag.

Import

---
import { Keywords } from "@mannisto/astro-metadata"
---

Usage

<Keywords value={["astro", "seo", "metadata"]} />

<!-- With Head -->
<Head title="My Page" keywords={["astro", "seo", "metadata"]} />

<!-- Disabled -->
<Head title="My Page" keywords={false} />

Props

Prop Type Description
value string[] List of keywords