Static Course metadata
import type { Metadata } from 'next';
export const metadata: Metadata = {
title: 'Course | Next.js foundations',
description: 'Learn App Router foundations in this full-stack monorepo.',
};A stable route can export metadata directly from its page or layout.