From bcb4a7e05b888646d186ba9bcbcc3d052a135ef9 Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Tue, 25 Mar 2025 02:25:25 +0000 Subject: [PATCH] Add Search Atlas to Tools section --- admin/data/tools.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/admin/data/tools.php b/admin/data/tools.php index 4510426..dd15b45 100644 --- a/admin/data/tools.php +++ b/admin/data/tools.php @@ -402,6 +402,22 @@ function wp_allstars_get_tools() { ) ) ), + 'searchatlas' => array( + 'name' => 'Search Atlas', + 'description' => 'Comprehensive SEO platform with keyword research, rank tracking, and content optimization tools.', + 'button_group' => array( + array( + 'text' => 'Home Page', + 'url' => 'https://searchatlas.com/', + 'primary' => true + ), + array( + 'text' => 'Pricing', + 'url' => 'https://searchatlas.com/pricing/', + 'primary' => false + ) + ) + ), 'seoptimer' => array( 'name' => 'SEOptimer', 'description' => 'Website audit tool that provides SEO, usability, and performance recommendations.',