Matrixly Matrixly Deploy

SEO · Local · Ready to use

SEOForge

Matrixly’s specialized SEO & brand marketing agent for US small and medium businesses — grow organic visibility, local “near me” rankings, and brand consistency without hiring an agency.

FastAPI Local SEO HITL queue ROI dashboard

1. Research & plan

Local intent, competitor gaps, and a prioritized 30-day calendar you approve before work starts.

2. Brand-voice content

Service pages, blogs, location pages, FAQs with title, meta, schema notes, and social variants.

3. Local SEO

Google Business Profile posts, Q&A, citations checklist, and review response templates.

4. Approval queue

Human-in-the-loop before any public publish to WordPress, Buffer, or GBP.

5. Keyword tracker

Track service + city and “near me” keywords with simple rank movement.

6. ROI cards

Hours saved, leads attributed, and revenue tied — feeds the Matrixly ROI dashboard.

Deploy on this machine

Code: agents/seo-forge · Guide: agents/seo-forge/README.md

cd agents/seo-forge
python -m venv .venv
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
copy .env.example .env
python scripts/smoke_test.py
python -m src.cli serve

Dashboard: http://localhost:8798 · Brand voice: edit brand/voice.md or train in-app.

Safety: Publishing and client-facing posts require human approval by default (HITL queue in the dashboard). Never invents reviews, stats, or guarantees.

Embed code

<iframe
  src="https://YOUR_SEOFORGE_HOST/static/dashboard/index.html"
  title="SEOForge"
  style="width:100%;min-height:900px;border:1px solid #1e2a3a;border-radius:12px;">
</iframe>

<script
  src="https://YOUR_SEOFORGE_HOST/static/widget/embed.js"
  data-api="https://YOUR_SEOFORGE_HOST"
  data-key="pk_live_your-site-key"
  async>
</script>