Skip to content

Commit

Permalink
feat(seo): update metadata config
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGarrixen committed Feb 5, 2024
1 parent c47e779 commit e2eebe6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/config/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,17 @@ import type { Metadata } from "next";

const metadata: Metadata = {
metadataBase: new URL("https://coolcontrast.vercel.app"),
title: "Cool Contrast - Inspect and optimize the accessibility of your colors",
description: "Inspect and optimize the accessibility of your colors",
title: "Cool Contrast - Optimize the accessibility of your colors",
authors: [{ name: "Alex Garrixen", url: "https://alextexis.vercel.app" }],
robots: {
index: true,
follow: true,
},
description: "Check color pairings for contrast, ensuring alignment with WCAG guidelines",
openGraph: {
images: "/og-image.webp",
url: "https://coolcontrast.vercel.app",
type: "website",
},
icons: [
{
Expand Down

0 comments on commit e2eebe6

Please sign in to comment.