fix(seo): configure canonical links dynamically per page
This commit is contained in:
@@ -65,6 +65,9 @@ export async function generateMetadata({
|
||||
return {
|
||||
title: `${content.title} | Ayris Tech`,
|
||||
description: content.excerpt,
|
||||
alternates: {
|
||||
canonical: `/${lang}/blog/${slug}`,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user