Update metadata

This commit is contained in:
Thomas Camlong
2025-04-18 12:39:37 +02:00
parent 47d15f2b02
commit f9563ad359
4 changed files with 22 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ export async function generateMetadata(): Promise<Metadata> {
const totalIcons = icons.length
return {
title: "Browse Icons | Dashboard Icons",
title: "Browse Icons | Free Dashboard Icons",
description: `Search and browse through our collection of ${totalIcons} curated icons for services, applications and tools, designed specifically for dashboards and app directories.`,
keywords: [
"browse icons",
@@ -21,7 +21,7 @@ export async function generateMetadata(): Promise<Metadata> {
"app directory",
],
openGraph: {
title: "Browse Dashboard Icons Collection",
title: "Browse Icons | Free Dashboard Icons",
description: `Search and browse through our collection of ${totalIcons} curated icons for services, applications and tools, designed specifically for dashboards and app directories.`,
type: "website",
url: `${BASE_URL}/icons`,
@@ -37,7 +37,7 @@ export async function generateMetadata(): Promise<Metadata> {
},
twitter: {
card: "summary_large_image",
title: "Browse Dashboard Icons Collection",
title: "Browse Icons | Free Dashboard Icons",
description: `Search and browse through our collection of ${totalIcons} curated icons for services, applications and tools, designed specifically for dashboards and app directories.`,
images: ["/og-image-browse.png"],
},