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); }