diff --git a/src/app/(frontend)/[locale]/actualites/[slug]/page.tsx b/src/app/(frontend)/[locale]/actualites/[slug]/page.tsx index e4026ac..4d9b05b 100644 --- a/src/app/(frontend)/[locale]/actualites/[slug]/page.tsx +++ b/src/app/(frontend)/[locale]/actualites/[slug]/page.tsx @@ -156,7 +156,8 @@ export default async function Actualite({ params: paramsPromise }: Args) { {/* CENTER COLUMN: Main Article (Left aligned flow) */} -
+ {/* SEO: Changed
to
to prevent invalid nested
structures while keeping semantic landmarks, improving crawlability. */} +
{/* Hero Image */} @@ -254,7 +255,7 @@ export default async function Actualite({ params: paramsPromise }: Args) {
-
+
{/* RIGHT COLUMN: Related / Latest News */}