From 1dc5ea8139b88eba743356b4a30b0675fd137f54 Mon Sep 17 00:00:00 2001 From: Joshua <62268199+minimalsm@users.noreply.github.com> Date: Wed, 17 Dec 2025 21:25:38 +0000 Subject: [PATCH] Fix canonical URL mismatch for what-is-the-ethereum-network page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The slug was missing "the" - was "what-is-ethereum-network" but the actual URL path is "/what-is-the-ethereum-network/". This caused AHREFS to flag a non-canonical URL issue. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- app/[locale]/what-is-the-ethereum-network/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/what-is-the-ethereum-network/page.tsx b/app/[locale]/what-is-the-ethereum-network/page.tsx index e0399d705eb..1460ff2721d 100644 --- a/app/[locale]/what-is-the-ethereum-network/page.tsx +++ b/app/[locale]/what-is-the-ethereum-network/page.tsx @@ -717,7 +717,7 @@ export async function generateMetadata({ return await getMetadata({ locale, - slug: ["what-is-ethereum-network"], + slug: ["what-is-the-ethereum-network"], title: t("page-what-is-ethereum-network-meta-title"), description: t("page-what-is-ethereum-network-meta-description"), twitterDescription: t(