From fec642a03937fa57a2fa789699d8b37e5ac5b8a7 Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Thu, 9 Jul 2026 22:27:09 -0400 Subject: [PATCH] Add Search Console property links to search performance page (#374) * Add Search Console property links to performance page * Simplify GSC property settings link --- .../SearchPerformancePage.tsx | 25 ++++++++++++++----- 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/src/client/features/search-performance/SearchPerformancePage.tsx b/src/client/features/search-performance/SearchPerformancePage.tsx index d082789..cef8d37 100644 --- a/src/client/features/search-performance/SearchPerformancePage.tsx +++ b/src/client/features/search-performance/SearchPerformancePage.tsx @@ -1,4 +1,5 @@ import { useEffect, useState } from "react"; +import { Link } from "@tanstack/react-router"; import { keepPreviousData, queryOptions, @@ -190,12 +191,24 @@ export function SearchPerformancePage({ projectId }: { projectId: string }) { return (
- See your site's clicks, impressions, CTR, and position from - Google Search Console. -
++ See your site's clicks, impressions, CTR, and position from + Google Search Console. +
+