feat(seo): add localized route metadata
This commit is contained in:
@@ -52,6 +52,7 @@ export async function generateMetadata({
|
||||
languages: {
|
||||
"tr-TR": turkishUrl,
|
||||
"en-US": englishUrl,
|
||||
"x-default": turkishUrl,
|
||||
},
|
||||
},
|
||||
openGraph: {
|
||||
|
||||
@@ -32,6 +32,7 @@ export async function generateMetadata({
|
||||
languages: {
|
||||
"tr-TR": `${SITE_URL}/animation-sources`,
|
||||
"en-US": `${SITE_URL}/en/animation-sources`,
|
||||
"x-default": `${SITE_URL}/animation-sources`,
|
||||
},
|
||||
},
|
||||
openGraph: {
|
||||
|
||||
Reference in New Issue
Block a user