/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-metadata-hoisting-0b845be807a9-metadata-hoisting-s0017-c0001.md
Metadata hoisting (2) - hono-docs
Metadata hoisting (2) Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt metadata hoisting Summary :...
Metadata hoisting (2)
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#metadata-hoisting
Summary
:::info When hoisting occurs, existing elements are not removed. Elements appearing later are added to the end. For example, if you have Default in your and a component renders Page Title, both titles will appear in the head....
Content
:::info
When hoisting occurs, existing elements are not removed. Elements appearing later are added to the end. For example, if you have <title>Default</title> in your <head> and a component renders <title>Page Title</title>, both titles will appear in the head.
:::