From a05dd839ba6fdccdf742b1594dac70c728f393dc Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 9 Jun 2026 19:49:14 -0300 Subject: [PATCH] add Backlinks campaign card --- operations.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/operations.html b/operations.html index 254e49d..b28319a 100644 --- a/operations.html +++ b/operations.html @@ -697,6 +697,16 @@ { t: 'Need blog posts (guest posts + own content)', ok: false }, { t: 'Directory listings: Product Hunt, BetaList, G2', ok: false }, ] + }, + { + label: '🔗 Backlinks', status: 'draft', + metrics: [{ v: 0, l: 'Quality Links' }, { v: 0, l: 'Ref Domains' }, { v: 0, l: 'Guest Posts' }], + items: [ + { t: 'Need competitor backlink gap analysis', ok: false }, + { t: 'Guest post pitches to AI/DevOps blogs', ok: false }, + { t: 'HARO / Qwoted alerts for journalist queries', ok: false }, + { t: 'Directory submissions: Product Hunt, BetaList, G2', ok: false }, + ] } ];