Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 473 Bytes

File metadata and controls

18 lines (14 loc) · 473 Bytes
toc description title
false
This example shows how to use useHead and Nuxt built-in components to bind meta data to the head of the page.
useHead

::alert{type=info icon=👉} Learn more about meta tags. ::

::ReadMore{link="/api/composables/use-head"} ::

::ReadMore{link="/getting-started/seo-meta"} ::

::sandbox{repo="nuxt/framework" branch="main" dir="examples/composables/use-head" file="app.vue"} ::