SEO
Meta tags
export const metadata: Metadata = {
title: 'NextJS Starter Template by Adarsh Dubey',
description:
'Simple and easy to use nextjs 14 starter template made by Adarsh Dubey.',
metadataBase: new URL('https://nextjs.adarshdubey.com'),
openGraph: {
title: 'NextJS Starter Template by Adarsh Dubey',
description:
'Simple and easy to use nextjs 14 starter template made by Adarsh Dubey.',
url: 'https://nextjs.adarshdubey.com',
siteName: 'NextJS Starter Template by Adarsh Dubey',
images: {
url: '/opengraph-image.png',
width: 1920,
height: 960,
alt: "The only nexjs starter kit you'll ever need.",
},
},
};Open Graph Image
Favicon
Last updated