feat(seo): expand sitemap and structured data

This commit is contained in:
poyrazavsever
2026-08-31 10:27:33 +03:00
parent e2c33d6b29
commit caf9fceb7a
7 changed files with 304 additions and 98 deletions
@@ -109,6 +109,7 @@ export default async function AnimationSourceDetailPage({
image={source.coverImage}
datePublished={source.date}
authorName={source.author}
locale={locale === "en" ? "en" : "tr"}
/>
<AnimationSourceDetailContent source={source} />
</>