From 937d8bd1a2213857d01dd3044d0522d737c89026 Mon Sep 17 00:00:00 2001 From: Matthew Gold Date: Tue, 11 Jun 2024 11:59:45 -0400 Subject: [PATCH] SearchAction already existed in the header. --- best-cigars-guide/blocks/footer/footer.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/best-cigars-guide/blocks/footer/footer.js b/best-cigars-guide/blocks/footer/footer.js index 9331e79..a7d1b36 100644 --- a/best-cigars-guide/blocks/footer/footer.js +++ b/best-cigars-guide/blocks/footer/footer.js @@ -85,11 +85,6 @@ async function buildLdJson(container) { '@id': 'https://www.famous-smoke.com', }, inLanguage: 'en-US', - potentialAction: { - '@type': 'SearchAction', - target: 'https://www.famous-smoke.com/best-cigars-guide/search?q={query}', - query: 'required', - }, }; // Change type for category pages @@ -128,8 +123,6 @@ async function buildLdJson(container) { }; } - console.log(ldJson); - addLdJsonScript(container, ldJson); }