From 29d3f754fbed78df3203b4584f35c61da3f0e7a8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 9 Jun 2026 19:48:27 -0300 Subject: [PATCH] add SEO & Traffic campaign card --- operations.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/operations.html b/operations.html index ca26bf6..254e49d 100644 --- a/operations.html +++ b/operations.html @@ -687,6 +687,16 @@ { t: 'Company page TBD', ok: false }, { t: 'No content strategy defined', ok: false }, ] + }, + { + label: '🌐 SEO & Traffic', status: 'draft', + metrics: [{ v: 0, l: 'Visitors/mo' }, { v: 0, l: 'Blog Posts' }, { v: 0, l: 'Backlinks' }], + items: [ + { t: 'Plausible analytics live with 7 custom events', ok: true }, + { t: 'Need Google Search Console submission', ok: false }, + { t: 'Need blog posts (guest posts + own content)', ok: false }, + { t: 'Directory listings: Product Hunt, BetaList, G2', ok: false }, + ] } ];