From b7513fb65e085374d6aaf802360b4c8ee1c4ba23 Mon Sep 17 00:00:00 2001 From: Peter Tanner Date: Sat, 29 Jun 2024 03:06:53 +0800 Subject: [PATCH] Add error for discoverability --- ...-the-canonical-tag-to-Gitea-to-prevent-duplicate-spam.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_posts/2024-06-29-Adding-the-canonical-tag-to-Gitea-to-prevent-duplicate-spam.md b/_posts/2024-06-29-Adding-the-canonical-tag-to-Gitea-to-prevent-duplicate-spam.md index 99aa2af..8988469 100644 --- a/_posts/2024-06-29-Adding-the-canonical-tag-to-Gitea-to-prevent-duplicate-spam.md +++ b/_posts/2024-06-29-Adding-the-canonical-tag-to-Gitea-to-prevent-duplicate-spam.md @@ -9,6 +9,12 @@ tags: [tip] # systems | embedded | rf | microwave | electronics | solidworks | a Gitea doesn't include the canonical tag in their pages, leading to a lot of duplicate pages being indexed by Google. Each page being indexed has a different sorting option, or other superflous parameter. +> Duplicate without user-selected canonical +> +> These pages aren't indexed or served on Google + +Not sure if having a lot of these errors affects SEO but I've noticed a lot of my real pages are being discovered but not indexed by Google. + ![Search console page getting spammed with duplicate urls](/assets/img/2024-06-29-Adding-the-canonical/search%20console.png) To fix this,