From 0f30e44d304f5eb634208ea54e416c133fbe8e5a Mon Sep 17 00:00:00 2001 From: Jason Colapietro Date: Sat, 5 Sep 2026 18:18:03 -0400 Subject: [PATCH] seo(meta): drop the legacy keywords tag from the root metadata Search engines stopped reading in 2009, so the tag carries no ranking weight in either direction. The crawl still flagged it as irrelevant_meta_keywords: two of the nine terms it listed ("Suede Agent Studio", "Jason Colapietro") do not appear in the page's visible prose, which is what the heuristic reads as keyword padding. Removing the keywords field from the metadata export drops the tag from every prerendered page. Nothing else in the metadata changes, and no test or contract pinned the array. --- src/app/layout.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index baabeb0..5fa4804 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -31,17 +31,6 @@ export const metadata: Metadata = { }, description: DEFAULT_DESCRIPTION, applicationName: SITE_NAME, - keywords: [ - "x402 agent earnings", - "agent portfolio tracker", - "USDC on Base", - "AI agents that earn", - "pay-per-call API revenue", - "agent commerce dashboard", - "Suede Agent Studio", - "Suede Labs AI", - "Jason Colapietro", - ], authors: [{ name: "Jason Colapietro", url: "https://github.com/JasonColapietro" }], creator: "Jason Colapietro", publisher: "Suede Labs AI",