From e3d9be08c63c8de4140cdbe7ff6c19be3668c827 Mon Sep 17 00:00:00 2001 From: Martin Haberfellner Date: Fri, 8 May 2026 02:01:37 +0200 Subject: [PATCH] =?UTF-8?q?fix(seo):=20=F0=9F=94=A7=20remove=20global=20ca?= =?UTF-8?q?nonical=20pointing=20all=20pages=20to=20homepage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Canonical link was set globally to https://neoncode.systems/, causing every page to signal the same canonical URL. Removed to let crawlers determine canonical URLs per page. --- .vitepress/config.mts | 1 - 1 file changed, 1 deletion(-) diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 24f5d5a..934f816 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -42,7 +42,6 @@ export default defineConfig({ ['meta', { name: 'twitter:card', content: 'summary_large_image' }], ['meta', { name: 'twitter:title', content: 'NEONCODE! — Martin Haberfellner' }], ['meta', { name: 'twitter:description', content: 'Behaviour Priming: design semantic fields instead of scripting LLM instructions. What do you resonate with?' }], - ['link', { rel: 'canonical', href: 'https://neoncode.systems/' }], ['link', { rel: 'icon', href: '/favicon.ico' }] ], rewrites: {