From c1d51309a75e7df0f387048ca2b79bdcf6602108 Mon Sep 17 00:00:00 2001 From: JuanPabloDiaz Date: Thu, 29 Feb 2024 10:09:44 -0500 Subject: [PATCH] Add new devtool: Dr Link Check #2277 --- database/other/devtools.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/other/devtools.json b/database/other/devtools.json index f15aa96cd..404e1b4f0 100644 --- a/database/other/devtools.json +++ b/database/other/devtools.json @@ -117,5 +117,12 @@ "url": "https://imagecompressor.com/", "category": "other", "subcategory": "devtools" + }, + { + "name": "Dr Link Check", + "description": "Dr. Link Check is a valuable tool that helps website owners identify and address broken links on their websites. Broken links can negatively impact user experience, search engine rankings, and overall site credibility. ", + "url": "https://www.drlinkcheck.com/", + "category": "other", + "subcategory": "devtools" } ]