Skip to content

Commit

Permalink
improve: canonical URL
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris committed Sep 20, 2024
1 parent 904d6d5 commit dfe8160
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/(routes)/blog/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export async function generateMetadata(): Promise<Metadata> {
return {
metadataBase: new URL(SITE_BASE_URL),
publisher: "Across Protocol",
alternates: {
canonical: `/blog`,
},
title,
description,
icons: {
Expand Down

0 comments on commit dfe8160

Please sign in to comment.