ย ๐ ๊ฐ์
ย ย 1. The metadata API in Next.js is a powerful feature that lets us define metadata for each page Metadata ensures our content looks great when it's shared or indexed by search engines
ย ๐ ์ฌ์ฉ
ย ย 1. Both layout.tsx and page.tsx can export metadata. Layout metadata applies to all its pages, while page metadata is specific to that page
ย ย 3. When metadata exists in multiple places along a route, they merge together, with page metadata overriding layout metadata for matching properties