fix(seo): configure canonical links dynamically per page
This commit is contained in:
@@ -8,6 +8,9 @@ export async function generateMetadata({ params }: { params: Promise<{ lang: Loc
|
||||
return {
|
||||
title: dict.meta.process.title,
|
||||
description: dict.meta.process.desc,
|
||||
alternates: {
|
||||
canonical: `/${lang}/process`,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user