ProgrUmar Logo
Module 4: Advanced SEO & Metadata

The Metadata API

Duration: 15 mins

Static & Dynamic Metadata

Export a metadata object from any page.tsx or layout.tsx to set titles, descriptions, Open Graph tags, and more — all server-rendered and crawlable.

For routes that need data (e.g. a blog post), export the async generateMetadata() function instead.

Chat with us