diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/chainlist/opengraph-image.png b/apps/dashboard/src/app/(dashboard)/(chain)/chainlist/opengraph-image.png new file mode 100644 index 00000000000..aceb6dba56b Binary files /dev/null and b/apps/dashboard/src/app/(dashboard)/(chain)/chainlist/opengraph-image.png differ diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/chainlist/page.tsx b/apps/dashboard/src/app/(dashboard)/(chain)/chainlist/page.tsx index adc5109f800..371061ff238 100644 --- a/apps/dashboard/src/app/(dashboard)/(chain)/chainlist/page.tsx +++ b/apps/dashboard/src/app/(dashboard)/(chain)/chainlist/page.tsx @@ -11,10 +11,17 @@ import { ChainListView } from "./components/client/view"; import { AddYourChainButton } from "./components/server/add-chain-button"; import { ChainsData, type SearchParams } from "./components/server/chain-table"; +const title = "Chainlist: RPCs, Block Explorers, Faucets"; +const description = + "A list of EVM networks with RPCs, smart contracts, block explorers & faucets. Deploy smart contracts to all EVM chains with thirdweb."; + export const metadata: Metadata = { - title: "Chainlist: RPCs, Block Explorers, Faucets", - description: - "A list of EVM networks with RPCs, smart contracts, block explorers & faucets. Deploy smart contracts to all EVM chains with thirdweb.", + title, + description, + openGraph: { + title, + description, + }, }; export default async function ChainListPage(props: {