---
name: directory-submit
description: >
  Self-contained rulebook for submitting ANY business to online directories, review sites,
  marketplaces, registries, and AI surfaces. Use ONLY when explicitly invoked — e.g.
  "run directory-submit" or "submit <business> to directories". Drives a real browser (Claude in
  Chrome) to fill submission forms from one saved business profile, logs every attempt to an
  append-only file so it never double-submits and resumes after interruption, and falls back to
  copy-paste "fill packets" when no browser is available. Everything needed is in this one file —
  no other files required. Because it submits to live public forms it is a deliberate,
  explicitly-invoked action; do NOT trigger it just because a message says "submit".
---

# Directory Submission — Self-Contained Rulebook

This single file is the complete skill. Save it, follow **Setup** once, then run it. It works for any
business, fills each directory's form from one profile you control, and tracks every attempt so it
never submits the same place twice. Everything it needs — the operating rules, the profile template,
the state format, the archetype routing, the surface taxonomy, and the full 750-target catalog — is
inline below. No other files are required.

## Setup (one-time — about 5 minutes)

**You need:** Claude Code (or another agent that loads skills). For *automatic* submission you also
need the **Claude in Chrome** browser extension enabled with a tab open. No extension? It still works
— it produces copy-paste "fill packets" you submit yourself.

1. **Install the skill.** Save this file as `.claude/skills/directory-submit/SKILL.md` in your project
   (create the folders if needed). Claude loads it automatically. This file is fully self-contained —
   you do **not** need any other files.
2. **Make your working folder.** Your business details and progress live *outside* the skill so the
   skill stays clean to share. You don't have to create it by hand — on the first run, ask Claude to
   "set up the working folder for <your business>", and it creates
   `./.directory-submit/profiles/<slug>/` (your profile, plus an `assets/` folder for logos) and
   `./.directory-submit/state/` (the progress log). `<slug>` is your business's short lowercase name,
   e.g. `acmeplumbing`.
3. **Create your profile.** Either run the skill and let it draft your profile from your website, then
   confirm the details — or copy the **Profile template & intake** section below into
   `./.directory-submit/profiles/<slug>/profile.md` and fill it in. Put your logo(s) in the `assets/`
   folder. The skill never invents your email, phone, address, or any person's name — it asks you.
4. **Run it.** In Claude Code, say **`run directory-submit`** (optionally "for <slug>, do 10"). It
   loads your profile, builds the queue from the catalog, shows you the plan, waits for your go-ahead,
   then works through it.

**The one rule that keeps it safe:** every attempt is written to `./.directory-submit/state/<slug>.log.md`.
Don't hand-edit that file — it's how the skill knows what's already done, so it never double-submits and
can resume if interrupted.

---


## Rule #1 — State pre-flight (the idempotency backbone)

**Before opening a single submission page, every session:** read the business's append-only state log, fold it into a current-status view, reconcile any orphans, and compute the pending queue. This is what makes the run safe to interrupt and impossible to double-submit. If you skip it, you will re-submit things that already went through and burn accounts on duplicate-listing penalties.

Concretely (full detail in the **State protocol** section below):
1. **Locate/validate the log** at `<workdir>/state/<slug>.log.md`. If it is missing, this is a fresh business — start an empty log. If it exists but a line does not parse, **stop and report** the bad line for human reconciliation — never silently start fresh.
2. **Fold the log** per `target-id`: the latest event wins.
3. **Reconcile orphans:** any target whose latest event is `attempting` (with no terminal event after it) crashed mid-submit last time. Do **not** blindly retry and do **not** assume success — re-open that directory, check whether the business is already listed/queued, and append the correct event (`already-listed` / `submitted` / `error`). If you cannot tell, write a manual-recovery packet and mark `manual`.
4. **Compute the queue:** `pending = catalog ids − ids whose folded status is terminal`. Terminal = `submitted · already-listed · skip · payment-required · manual` (and `packet-generated` for the browser path). Everything else is eligible.

---

## Capability detection (run once at startup, before the plan)

You cannot assume the environment. Probe, then choose a path for each capability:

| Probe | If present | If missing |
|---|---|---|
| Browser MCP + an available tab (`tabs_context_mcp`) | Normal browser submission path | **Degraded mode** — produce fill packets for every eligible target (see Packet section) |
| State-mirror MCP (Google Sheets / Notion / Excel) connected & writable | Offer it as a read-only mirror of the local log | Local log only (this is always fine — the local log is the source of truth) |
| `<workdir>/profiles/<slug>/profile.md` exists | Load it | Run **intake** (see the **Profile template & intake** section below) |
| `<workdir>/state/<slug>.log.md` parses | Use it | Fresh log, or halt-for-reconciliation if it exists but is corrupt |

`<workdir>` defaults to `./.directory-submit/` at the project root; honor an explicit path if the user gives one. `<slug>` is the business's short lowercase name (e.g. `businessframe`).

---

## Session startup (the dry-run gate)

Do these in order. Nothing opens a submission form until the plan is announced and approved.

**1. Determine scope.**
- Named one directory/surface → single-submission mode (full loop, pause when needed, no tab-queueing).
- Asked for a specific Part / surface category (e.g. "submit to AI stores", "run Part 36") → single-part mode against the **Surface taxonomy** section below.
- Otherwise → batch mode over the always-on catalog. Cap at **10 per session** unless told otherwise.

**2. Load the profile (or run intake).** See the **Profile template & intake** section below. If no profile exists for `<slug>`, run the hybrid intake: crawl the business URL, auto-draft the derivable fields, ask the operator for the forbidden-to-invent fields (email, phone, address, legal entity, person names), then **save** the profile. Never invent PII.

**3. Readback the identity.** Show the operator every operator-`provided` value (contact email, phone, address, public identity, URLs) and the chosen `public_contact_identity` once, before the first submission. This is the last cheap chance to catch a wrong phone number before it lands on 10 live forms.

**4. Run the state pre-flight (Rule #1)** and validate catalog integrity (no duplicate ids).

**5. Select the state backend.** Local log always. To discover a mirror, check which MCP tools are actually available this session (a Google Sheets / Notion / Excel server exposes its own tools — search for them if unsure). If one is connected and the profile's `state_backend` opts in, mirror writes go there too (best-effort, non-fatal). If none is connected, say so once and run local-only.

**6. Classify the queue** by the catalog's `Auth Required` column:

| Auth Type | Approach |
|---|---|
| **None** | Submit directly — no login. Highest-value, do these first. |
| **Free Account** | Queue into a tab; the operator logs in and finishes. Never auto-attempt. |
| **Paid/Partner** | `skip`. Log "requires partnership — manual". |

**7. Announce the plan and wait for "go ahead":**
> "directory-submit for **businessframe**. Browser: connected. Backend: local log (+ Notion mirror). Pending after pre-flight: 10 targets — 4 no-account (submitting), 5 free-account (opening tabs), 1 paid (skipping). Starting on your go-ahead."

If degraded (no browser): "No browser connected — I'll generate fill packets for the 10 pending targets instead of live-submitting. Go ahead?"

---

## The hardened submission loop (No-Account targets)

For each eligible `None`-auth target, in order:

**Step 1 — Navigate & find the form.** Start from the URL. Look for CTAs ("Submit", "Add your product", "List your startup", "Get listed", "Add a tool", "Suggest", "Add listing", "Contribute"). Try `/submit`, `/add`, `/new`, `/register`, `/claim`. If you can't find the form in **2 attempts** → append `manual` ("can't find form") and move on.

**Step 2 — Friction check (don't block).**
- Unexpected login wall → open in a tab, append `needs-login`, move on.
- Captcha / anti-bot on the form → open in a tab, append `needs-login` (operator must clear it) **or** generate a fill packet; move on.
- Payment gate before submitting → append `payment-required`, move on.

**Step 3 — Fill from the profile.** Use `profile.md` for every value. Match descriptions to the field's visible limit (shorten at a sentence boundary, never mid-sentence). Pick dropdown values from the profile's priority list — look at the actual options, don't guess. Use the UTM URL with the slug = the directory's short name. Upload the logo that matches the page background (light bg → dark logo, dark bg → light logo); if the required logo/icon dimension or format is absent from the profile → append `needs-asset` and move on. If the form **requires a product screenshot** and one can't be uploaded here (wrong crop/format, or upload only works behind login) → append `needs-screenshot`, open a tab so the operator can finish, and move on. **Never** put a value matching the profile's `prohibited_public_values` into any field — if a person-name field has no approved `public_contact_identity`, append `manual` instead of guessing.

**Step 4 — Verify-before-submit checklist.** Confirm: description under the limit; category exists in the directory's own taxonomy; logo theme matches; UTM slug correct & lowercase; **no placeholder text** (`__`, `TBD`, `*(`); contact fields match the profile; pricing matches the profile's pricing line.

**Step 5 — Record `attempting`, THEN submit.** Append an `attempting` event to the log *before* you click. Say "Submitting to [Directory] now." Click. (Exception: if the button triggers a payment flow, stop and ask.)

**Step 6 — Verify the outcome and record the terminal event.** Re-read the page. Classify into the enum from what you actually see:
- Explicit success / "thank you" / listing created → `submitted` (capture the confirmation text as `confirmation_ref`).
- "Pending review" / "we'll email you" → `pending-review`.
- Visible error → retry **once** (check the log: a target already showing one `attempting` has used its retry — escalate to `error` instead of looping); still failing → `error` (capture the message).
- Ambiguous (no clear confirmation), a redirect you can't interpret, a page showing **both** success and error text, or a network failure after clicking → `pending-review`, **never** `submitted`. A false "submitted" is worse than an honest "unknown" because it permanently hides the target from future runs; `pending-review` keeps it eligible for a recheck next run.

Append the terminal event immediately, then move to the next target. (Mirror the event to the external backend if one is active — best-effort.)

---

## Free-Account targets (Path B)

Do not attempt to submit — you can't log in for the operator. For each: open the submission/login URL in a new tab (`tabs_create_mcp` + `navigate`), append `needs-login` with the tab id and a one-line note on what to enter, and move on immediately. Do not wait.

---

## Degraded fill-packet path

When no browser is connected, or a target hard-blocks automation (captcha/anti-bot), still produce value: write `<workdir>/profiles/<slug>/packets/<id>.md` and append `packet-generated`. Use exactly this template:

```
# Fill packet — <Directory name> (id <id>)

**Submission URL:** <direct submit/add URL>
**Auth:** <None | Free Account>

## Fields (paste in order)
- <Field label>: <value from profile>
- <Field label>: <value from profile>
  ...

## Assets to upload
- Logo: <path to the right logo for this site's theme>
- Screenshot: <path, if the form accepts one>

## Checklist
1. Open the URL above.
2. Paste each field value.
3. Upload the listed asset(s).
4. Submit, then tell me the outcome so I can log it.
```

Redact any `prohibited_public_values` from the packet exactly as you would on a live form.

---

## Layer 2 & 3 surfaces (Parts 33–45)

The catalog (the **Appendix — Catalog** section below) is the always-on base list. The surface taxonomy (the **Surface taxonomy** section below) holds conditional expansions (Parts 33–39, 44, 45) and vertical packs (Parts 40–43) that are **off by default**. Activate a Part only when the active profile's archetype and assets call for it (see the **Archetype routing** section below for the archetype × part matrix and the activation checklist).

When running a surface Part: check the Part's required-asset gate against the profile; if an asset is missing, append `needs-asset: [asset]` and stop that Part (do not submit substandard entries — these surfaces have quality review and rejection burns the account). For each starter target you do run, treat it as a catalog row: assign it the next free id, run the loop above, and note in the log whether it's a one-time form or an ongoing **sync surface** (feeds, package registries, booking inventory) so the operator knows there's ongoing work.

---

## Robustness rules (apply throughout)

- **Speed over perfection on a batch.** If something blocks you, queue a tab or write a packet and keep moving. Never sit waiting.
- **Pace yourself.** Leave a short gap between submissions — hammering forms trips rate-limits and anti-bot defenses.
- **Retry once, then classify.** A transient failure gets one retry; a second failure becomes `error`.
- **Duplicate detected** ("already listed") → `already-listed`.
- **Site down / 404** → `error` ("site unavailable — retry later").
- **Interrupted?** Your state log is already current (you write after every step), so just report: "Paused after target N. Submitted: […]. Queued: […]. Remaining: […]." Re-running re-enters the pre-flight and continues.

---

## End-of-batch summary

When the batch is done, report in this shape:

```
✅ directory-submit — session complete

Submitted (no account needed):
  • <Directory> — submitted ✓
Queued in tabs (free accounts):
  • <Directory> — [Tab N] <what to do>
Fill packets generated:
  • <Directory> — packets/<id>.md
Skipped (paid partnership):
  • <Directory> — manual
Errors / not found:
  • <Directory> — <reason>

Totals: X submitted, Y queued, Z packets, W skipped, E errors.
State log updated for all. Re-run anytime — completed targets won't be re-attempted.
```

Give each queued tab and packet a one-line, glanceable next action.

---

## Tone

Brief, action-forward field reports. "Submitting to SaaSHub… done. Moving on." Not essays.

---

## Profile template & intake

A **profile** is one business's submission source-of-truth: every value you type into a form comes from here. Profiles live **outside the skill package**, at `<workdir>/profiles/<slug>/profile.md` (default `<workdir>` = `./.directory-submit/`). Keeping them outside the skill means the skill itself ships with zero PII and is safe to share or reinstall.

### Table of contents
1. Field-source classification (the PII safety rule)
2. Public-identity / sensitive-fields policy
3. Profile format (the template)
4. Hybrid intake procedure
5. Internationalization

---

### 1. Field-source classification (the PII safety rule)

Every field has a `source`. This is the single rule that stops the agent from typing a hallucinated phone number onto a live public form.

- **`provided`** — must come from the operator. **Never invent these.** If missing → ask the operator, or leave the form field blank, or mark the target `manual`. Never guess.
  Forbidden-to-invent: `contact_email`, `phone`, `mailing_address`, `legal_entity`, and **any person's name** (founder, owner, contact).
- **`derivable`** — safe to auto-draft from the website crawl, then confirm: taglines, descriptions, categories, tags, archetype guess, brand colors, competitor list, og-image/favicon fallback assets.

Before the first submission of any session, **read back** every `provided` value to the operator (Rule: "readback the identity"). It is far cheaper to fix a wrong address here than after it's on ten directories.

---

### 2. Public-identity / sensitive-fields policy

Some forms ask for a founder/owner/contact **name**. Many businesses do not want a real personal name on public listings. The profile makes this explicit and enforceable:

- `public_contact_identity` — the ONLY name allowed on public forms (e.g. `"Business Frame Team"`). If a form requires a name and this is set, use it.
- `prohibited_public_values` — strings that must NEVER reach a public field (real personal names, internal-only emails). Before typing any value, check it against this list.
- If a name field is required, `public_contact_identity` is empty, **and** no safe value exists → append `manual` for that target and move on. Do not guess a name.

**Recovery if a prohibited value reaches a live form:** locate the listing, use the directory's edit/claim/remove flow to correct it, and log the correction. Treat this as a priority follow-up.

---

### 3. Profile format (the template)

A profile is a markdown file with these sections. Mark each field's `source` where it isn't obvious. Copy this template for a new business.

```markdown
# <Business Name> — Submission Profile

## Meta
| Field | Value | source |
|---|---|---|
| slug | <lowercase-short-name> | provided |
| locale | en-US | provided |
| state_backend | local | provided |   # local | google-sheets | excel | notion
| state_backend_locator | <sheet id / notion db / file path, if not local> | provided |

## Identity
| Field | Value | source |
|---|---|---|
| company_name | … | provided |
| legal_entity | … | provided |
| website_base | https://… | provided |
| website_utm | https://…?utm_source=__DIRECTORY__ | provided |
| privacy_url / terms_url | … | provided |
| contact_email | … | provided |
| phone | … (optional) | provided |
| mailing_address | … (optional) | provided |
| socials (x / linkedin / …) | … | provided |
| location | … | provided |
| founded | … | derivable |
| public_contact_identity | "<Team name>" | provided |
| prohibited_public_values | [<real names>, <internal emails>] | provided |

## Classification
- primary_archetype / secondary_archetype  (see the **Archetype routing** section archetype list)  — derivable, confirm
- entity_types: company, product, …
- categories (priority order) — derivable
- tags — derivable
- competitors / alternatives — derivable

## Copy  (all derivable, confirm)
- tagline_ultra_short (≤50) / short (≤80) / oneliner (≤140) / pitch
- description_short (~100–150w) / medium (~250–300w) / long (~400–500w)
- open_ended: "why feature you", "your story", "what makes you different"
- bios: short / medium / press  (respect public-identity policy — no real names unless allowed)

## Edge-case answers  (derivable, confirm)
- platform, license, open_source, self_hosted, company_size, industry,
  problem_solved, pricing_oneliner, brand_colors

## Assets
| Asset | Path | Dimensions | Use case |
|---|---|---|---|
| logo_dark_on_light | assets/logos/… | … | light backgrounds |
| logo_light_on_dark | assets/logos/… | … | dark backgrounds |
| icon_square | assets/logos/… | … | avatar/favicon |
| og_card | assets/logos/… | 1200×630 | social cover |
| screenshot_primary | assets/screenshots/… | … | feature image |
| favicon_fallback / og_fallback | assets/… | auto-fetched | last resort |

**Asset rule:** if a directory needs a format/dimension not listed → append `needs-asset`, move on. Never upscale, crop, vectorize, or fabricate an asset without operator approval.
```

---

### 4. Hybrid intake procedure (when no profile exists for `<slug>`)

1. **Crawl the business URL** with whatever is available (WebFetch / ctx_fetch / browser `read_page`). Pull title, meta description, headings, services, pricing hints, og-image, favicon.
2. **Auto-draft the `derivable` fields** from the crawl: taglines at each length, the three description lengths, category/tag guesses, an archetype guess (cross-reference the **Archetype routing** section), brand colors from the site, competitor guesses. Save og-image + favicon as fallback assets.
3. **Ask the operator for every `provided` field** the crawl can't supply — at minimum: legal entity, contact email, phone (optional), mailing address (optional), socials, `public_contact_identity`, and `prohibited_public_values`. Ask in one consolidated message, not field-by-field.
4. **Confirm the `derivable` drafts** — show them; let the operator correct.
5. **Save** `profile.md` (and create `assets/` with any fetched fallbacks). Reruns now load instantly.

---

### 5. Internationalization

Do not assume US/English. The profile carries `locale`; `phone` and `mailing_address` are **optional** (many businesses won't publish them — that's fine, leave dependent form fields blank). For multilingual businesses, add per-locale copy blocks (`## Copy [es-MX]`, …) and pick the block matching the directory's locale. The catalog's international Parts (56–59) are driven by the profile's `locale`/`location`, not hardcoded to any country.


---


## State protocol

This file defines how run-state is recorded so the runner **never double-submits** and **resumes cleanly** after any interruption — using nothing but disciplined appends to a markdown file. There is no code; the guarantees come from following this protocol exactly.

### Table of contents
1. Why append-only
2. The log grammar
3. Event vocabulary & terminality
4. Folding (log → current status)
5. Orphan reconciliation
6. Integrity validation
7. External backends (best-effort mirror only)
8. Redaction

---

### 1. Why append-only

Editing a status cell in place has two fatal failure modes for a no-code runner: a crash between "submitted" and "saved" loses the fact that you submitted (→ duplicate next run), and a concurrent edit (another run, or the operator) silently clobbers state. An **append-only log** removes both: you only ever add a line, the latest line for a target wins, and history is never lost. The local log is the **single source of truth**. Everything else (the snapshot, external mirrors) is derived and disposable.

---

### 2. The log grammar

Canonical file: `<workdir>/state/<slug>.log.md`. One event per line, pipe-delimited, never edited or deleted:

```
<iso-timestamp> | <target-id> | <event> | <directory> | <confirmation_ref> | <note>
```

- `iso-timestamp` — e.g. `2026-06-19T17:40:00Z`.
- `target-id` — the immutable `id` from the **Appendix — Catalog** section (or the id you assigned to a surface starter target).
- `event` — one value from the vocabulary below.
- `directory` — human name, for readability.
- `confirmation_ref` — the success/pending text you saw, or empty.
- `note` — short, constrained, **PII-free** (see Redaction).

Empty trailing fields are fine: `… | submitted | SaaSHub | "Thanks, pending review" |`.

A file header line (`# state log — <slug> · catalog-version <n>`) is allowed and ignored by folding.

---

### 3. Event vocabulary & terminality

`attempting · submitted · pending-review · already-listed · needs-login · needs-asset · needs-screenshot · payment-required · error · manual · skip · packet-generated · mirror-degraded`

- **Terminal** (never re-attempted): `submitted · already-listed · skip · payment-required · manual`. `packet-generated` is terminal for the browser path (the packet is the deliverable).
- **Non-terminal** (re-enters the queue): `attempting · pending-review · needs-login · needs-asset · needs-screenshot · error`.
- `mirror-degraded` is informational only (a mirror write failed); it never affects queueing.

Absence of any event for a catalog id = not-started.

---

### 4. Folding (log → current status)

To get a target's current status: take all its events, order by timestamp, the **latest event wins** — with one exception handled by reconciliation (§5). Build the pending queue as:

```
pending = { catalog ids } − { ids whose folded status is terminal }
```

Attempt count for a target = number of `attempting` events for it (used to cap retries).

---

### 5. Orphan reconciliation

An **orphan** is a target whose latest event is `attempting` with no terminal event after it. It means the previous run crashed between "about to submit" and "recorded the outcome". You do **not** know if the submission went through.

Resolve every orphan during the pre-flight, before normal queue processing:
1. Re-open the directory and check for the business (search the directory, or look for "already listed"/"pending" state).
2. Append the event the evidence supports: `already-listed`, `submitted` (with the confirmation you find), or `error` (re-enters the queue for a clean retry next time).
3. If you genuinely cannot determine the outcome, write a **manual-recovery packet** using the same packet template as the **Degraded fill-packet path** above (file `packets/<id>.md`), with these extra lines: the orphan `attempting` timestamp, the identity that would have been submitted, and "verify whether this was already submitted before re-running". Then append `manual`.

This is the rule that turns "crash mid-submit" from a duplicate-submission bug into a safe, evidence-based recheck.

---

### 6. Integrity validation (startup, before anything opens)

- **Parse check:** every non-header line must match the grammar. A malformed line → **stop and report it** for human reconciliation. Never silently start a fresh log over a corrupt one.
- **Catalog check:** no duplicate ids in the **Appendix — Catalog** section.
- **Drift check:** ids present in the log but absent from the current catalog (target removed/renamed) → report them; never drop them.

---

### 7. External backends (best-effort mirror only)

Google Sheets / Notion / Excel are **read-friendly mirrors** for the operator — never the authority. The local log is always truth. A mirror write that fails is **non-fatal**: append `mirror-degraded` and keep going. Because the mirror is written one-directionally and never read back as authority, an operator editing the Sheet/Notion page mid-run cannot corrupt run-state.

Mirror only **terminal and queue-relevant** events (`submitted`, `pending-review`, `already-listed`, `needs-login`, `manual`, `skip`, `packet-generated`). Map the logical record `{id, directory, status, date, confirmation_ref, note}` per backend:

**Google Sheets** (if a Sheets MCP is connected): append a row to the sheet named in `state_backend_locator`, columns `[id, directory, status, date, confirmation_ref, note]`, via the MCP's append/add-row tool. On rate-limit / auth-expiry / view-only error → append `mirror-degraded` to the local log and continue.

**Notion** (if a Notion MCP is connected): create or update a page in the database named in `state_backend_locator`, with properties `id` (title), `directory` (text), `status` (select), `date` (date), `confirmation_ref` (text), `note` (text). Prefer update-by-`id` if the page exists, else create. On permission/rate error → `mirror-degraded`, continue.

**Excel** (if an Excel/Office MCP is connected): append a row to the workbook/sheet in `state_backend_locator` with the same six columns. On lock/permission error → `mirror-degraded`, continue.

If the named MCP isn't connected, mirroring is simply off — say so once in the plan and proceed local-only. Discover the exact tool name/params at runtime via the connected MCP's own schema; the mapping above is the contract, not the literal tool signature.

---

### 8. Redaction

The log and every mirror must stay **PII-free** beyond the public business identity. Notes use a constrained taxonomy only: status reason, approval timeline, asset gap, tab id. Never write a contact phone, personal name, or private email into the log or a durable third-party store. If you must reference identity, reference `public_contact_identity`.

---

### 9. Worked example (the crash-safety story made concrete)

**Run 1.** Pre-flight finds an empty log → pending = all 10 batch ids. For id 7 (SaaSHub) the agent fills the form, appends `attempting`, clicks submit — then the session is interrupted before it can verify. Log so far:

```
2026-06-19T17:40Z | 4 | submitted | AlternativeTo | "Listing created" |
2026-06-19T17:42Z | 7 | attempting | SaaSHub | |
```

**Run 2.** Pre-flight folds the log: id 4 = `submitted` (terminal → excluded). id 7's latest event is `attempting` with no terminal follow-up → **orphan**. The agent does NOT re-submit blindly and does NOT assume it's done. It re-opens SaaSHub, searches for the business: it's already listed. It appends:

```
2026-06-19T18:05Z | 7 | already-listed | SaaSHub | "found existing listing" |
```

id 7 is now terminal. `pending = catalog − {4, 7, …terminal}`. No double-submission occurred, and nothing was falsely marked done. This is the entire idempotency guarantee in one example — it works only because every step appends before/after the click and reconciliation re-checks evidence instead of guessing.


---


## Archetype routing

Read this to decide which conditional/vertical surface Parts (33–45, defined in the **Surface taxonomy** section) apply to the business you're running. Cross-reference the active **profile's** `primary_archetype` against the rows below, then apply the activation checklist.

Legend:

- **Default** = usually on for this archetype
- **Conditional** = turn on only if the required asset exists
- **Vertical** = industry-specific add-on
- **Rare** = only in edge cases

| Archetype | 33 Commerce Feeds | 34 Procurement | 35 AI Stores | 36 Automation | 37 Templates | 38 Dev Registries | 39 Mapping/Data | 40 Booking | 41 Home Services | 42 Travel | 43 Regulated | 44 Marketplaces | 45 Associations |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| SaaS / B2B software | Rare | Conditional | Conditional | Default | Conditional | Conditional | Rare | Rare | Rare | Rare | Rare | Rare | Conditional |
| AI tool / assistant | Rare | Conditional | Default | Default | Conditional | Conditional | Rare | Rare | Rare | Rare | Rare | Rare | Conditional |
| Agency / consultancy | Rare | Default | Conditional | Conditional | Default | Rare | Rare | Rare | Rare | Rare | Rare | Rare | Default |
| Local service business | Rare | Rare | Rare | Rare | Rare | Rare | Default | Conditional | Conditional | Rare | Rare | Rare | Default |
| Ecommerce / DTC brand | Default | Conditional | Rare | Conditional | Conditional | Rare | Conditional | Rare | Rare | Rare | Rare | Default | Conditional |
| Multi-location retail / franchise | Default | Conditional | Rare | Rare | Rare | Rare | Default | Rare | Rare | Rare | Rare | Default | Default |
| Developer tool / API company | Rare | Conditional | Conditional | Default | Conditional | Default | Rare | Rare | Rare | Rare | Rare | Rare | Conditional |
| Home services / contractor | Rare | Rare | Rare | Rare | Rare | Rare | Default | Rare | Default | Rare | Rare | Rare | Default |
| Hospitality / tours / attractions | Rare | Rare | Rare | Rare | Rare | Rare | Default | Conditional | Rare | Default | Rare | Default | Conditional |
| Professional practice (legal/medical/etc.) | Rare | Rare | Rare | Rare | Rare | Rare | Default | Conditional | Rare | Rare | Default | Rare | Default |
| Manufacturer / wholesaler | Conditional | Default | Rare | Rare | Rare | Rare | Rare | Rare | Rare | Rare | Rare | Conditional | Default |
| Creator / education business | Rare | Rare | Conditional | Conditional | Default | Rare | Rare | Conditional | Rare | Rare | Rare | Conditional | Conditional |

### Activation checklist

Cross-check against the profile's `entity_types` and assets. If a question is "yes", the listed Parts are eligible (still subject to the per-Part asset gate in the **Surface taxonomy** section).

| Question | If yes, activate |
|---|---|
| Does the business maintain a sellable product catalog with pricing and inventory? | 33, 44 |
| Does it sell into government, procurement, enterprise sourcing, or supplier onboarding flows? | 34 |
| Can it publish a GPT, agent, assistant, or other AI-native experience? | 35 |
| Does it have integrations, actions, webhooks, or an API? | 36, 38 |
| Can it package a useful template, framework, workspace, or asset? | 37 |
| Does it have a physical location, service area, or multi-location footprint? | 39 |
| Does it accept bookings, reservations, or appointments? | 40 |
| Is it a contractor, trade, or service-area project business? | 41 |
| Does it sell lodging, dining, attractions, or tours? | 42 |
| Is discovery tied to an individual license or regulated credential? | 43 |
| Does it sell via marketplaces, delivery networks, or wholesale platforms? | 44 |
| Does it hold memberships, certifications, or official partner badges? | 45 |

### Recommended execution order

1. Run the always-on catalog (the **Appendix — Catalog** section) first.
2. Route by the profile's archetype (table above).
3. Apply per-Part asset gating (the **Surface taxonomy** section).
4. Prioritize **sync surfaces** ahead of ordinary forms: catalogs/feeds, integrations, package publishing, booking inventory.
5. Run **vertical packs** (40–43) only after the required business metadata is complete.

### Profile metadata that drives routing

These map directly to fields in the **Profile template & intake** section:

| Field | Why it matters |
|---|---|
| `primary_archetype` | Selects the matrix row. |
| `entity_types` | Company, product, location, professional, template, app, agent, package, etc. |
| Catalog available | Needed for 33 and 44. |
| Public API / webhook / SDK | Needed for 36 and 38. |
| Booking inventory | Needed for 40. |
| Physical locations / service area | Needed for 39 and often 45. |
| Regulated credential | Needed for 43. |
| Memberships / certifications | Needed for 45. |
| Partner status | Needed for many partner directories and Part 45. |


---


## Surface taxonomy (optional — Parts 33–45)

This extends the master submission list from **directories** into broader **discovery surfaces** so the same system can work for SaaS, agencies, ecommerce, local businesses, professional practices, developer tools, and vertical businesses. Activation is driven entirely by the active profile's archetype and available assets — no single business is assumed.

### Working definitions

- **Red ocean**: mature, obvious, crowded channels with established buyer intent.
- **Blue ocean**: newer or underused channels where most competitors are not systematically present.
- **Hybrid**: established category, but still underutilized by many businesses.
- **Universal**: potentially relevant to many businesses, but still requires fit checks.
- **Conditional**: turn on only if the business has the required asset (catalog, API, agent, etc.).
- **Vertical pack**: only relevant to specific industries.

### Summary table

| Part | Category | Ocean | Scope | Best fit | Primary entity | Automation potential |
|---|---|---|---|---|---|---|
| 33 | Commerce & Shopping Feeds | Red | Conditional | Ecommerce, retail, DTC, distributors | Catalog / product / store | High |
| 34 | Procurement & Supplier Networks | Hybrid | Conditional | B2B vendors, services, manufacturing, public sector | Company / supplier profile | Medium |
| 35 | LLM / AI Storefronts & Agent Exchanges | Blue | Conditional | AI tools, assistants, knowledge products | GPT / agent / assistant | Medium |
| 36 | Automation Ecosystems & Workflow Libraries | Blue | Conditional | SaaS, APIs, ops tools, AI tools | Integration / workflow / template | High |
| 37 | Template, Asset & Creator Marketplaces | Blue | Conditional | Agencies, consultants, educators, productivity tools | Template / asset / kit | High |
| 38 | Developer Registries & API Hubs | Hybrid | Conditional | Devtools, APIs, SDK-driven products | Package / SDK / API listing | High |
| 39 | Knowledge Graph, Mapping & Upstream Data | Blue | Conditional | Local, multi-location, brands | Place / brand / location | Medium |
| 40 | Booking & Appointment Platforms | Red | Vertical pack | Salons, wellness, classes, consultants, restaurants | Business / staff / services | Medium |
| 41 | Home Services & Project Marketplaces | Red | Vertical pack | Contractors, trades, service-area businesses | Business / service area / projects | Medium |
| 42 | Travel, Hospitality & Experience Platforms | Red | Vertical pack | Hotels, rentals, tours, attractions, restaurants | Property / experience | Medium |
| 43 | Professional & Regulated Directories | Red | Vertical pack | Legal, medical, dental, therapy, finance | Professional / practice / license | Low-Medium |
| 44 | Retail Marketplaces & Delivery Networks | Red | Conditional | Brands, retailers, food, delivery | Seller / catalog / menu | Medium |
| 45 | Associations, Certifications & Member Directories | Blue | Universal-tailored | Almost any business with memberships or certifications | Business / member profile / credential | Low-Medium |

---

### PART 33 — COMMERCE & SHOPPING FEEDS

| Dimension | Guidance |
|---|---|
| Why it exists | These surfaces convert a business profile into a searchable product catalog. They are often more valuable than generic directories for product-led businesses. |
| When to activate | Turn on when the business has a real product catalog, compliant policy pages, and the ability to maintain inventory and pricing. |
| Best archetypes | Ecommerce brand, retailer, distributor, multi-location retail, wholesale catalog seller. |
| Primary entities | Product catalog, individual product, store location, offer feed. |
| Required assets | Verified domain, return/shipping policies, product images, SKU/GTIN data, pricing, stock status. |
| Submission mode | Feed/API sync first; dashboard upload second. |
| Automation note | Treat this as a **sync surface**, not a one-time form. Ongoing diagnostics matter more than initial submission. |

#### Starter targets
| Surface | Notes |
|---|---|
| Google Merchant Center | Highest-leverage catalog surface for free listings and shopping exposure. |
| Microsoft Merchant Center | Similar merchant/feed surface for Microsoft Shopping. |
| Meta Commerce Manager | Useful when catalog assets feed Facebook / Instagram commerce and ads. |
| Pinterest Catalogs | Strong fit for visual commerce and product discovery. |
| TikTok Shop / Seller Center | Only if the business supports catalog-driven commerce and fulfillment. |

#### Discovery queries
- `"merchant center" OR "shopping feed" [platform]`
- `"[platform] product catalog submission"`
- `"[platform] free listings" merchant`
- `"[platform] seller center" [country]`

---

### PART 34 — PROCUREMENT & SUPPLIER NETWORKS

| Dimension | Guidance |
|---|---|
| Why it exists | These are pipeline surfaces, not just listings. They matter when buyers search for approved vendors, suppliers, or certified firms. |
| When to activate | Turn on for B2B vendors, agencies, professional services, wholesalers, manufacturers, or businesses pursuing enterprise/public-sector demand. |
| Best archetypes | Enterprise SaaS, agency, consulting firm, manufacturer, wholesaler, government contractor. |
| Primary entities | Supplier profile, capability statement, legal entity, certifications, commodity codes. |
| Required assets | Legal name, tax/entity data, capabilities summary, NAICS/UNSPSC codes, certifications, service geographies. |
| Submission mode | Registration + profile completion + periodic renewal. |
| Automation note | Expect more verification and slower approval than ordinary directories. |

#### Starter targets
| Surface | Notes |
|---|---|
| SAM.gov | Core U.S. federal supplier registration path. |
| SBA Small Business Search | Useful once the SBA profile is active and searchable. |
| SAP Business Network Discovery | Large B2B supplier discovery surface. |
| Coupa Supplier Portal | Relevant for enterprise procurement visibility. |
| Thomasnet | Strong industrial / supplier discovery channel. |
| Kompass | International B2B company and supplier database. |

#### Discovery queries
- `"supplier registration" [industry]`
- `"[buyer] supplier portal"`
- `"vendor registration" [industry]`
- `"[country] procurement supplier directory"`

---

### PART 35 — LLM / AI STOREFRONTS & AGENT EXCHANGES

| Dimension | Guidance |
|---|---|
| Why it exists | These are discovery surfaces for assistants, agents, and AI-native products. They can become their own distribution layer. |
| When to activate | Turn on when the business has a publishable GPT, agent, assistant, prompt product, or task-specific AI workflow. |
| Best archetypes | AI SaaS, automation tool, knowledge product, service business with repeatable workflows. |
| Primary entities | GPT, agent, assistant, action bundle, AI workflow. |
| Required assets | Clear use case, policy-safe prompts/actions, privacy policy, testable outcomes, support URL. |
| Submission mode | Manual publishing plus policy/quality review. |
| Automation note | Metadata quality matters: name, category, description, and trust signals drive discovery. |

#### Starter targets
| Surface | Notes |
|---|---|
| OpenAI GPT Store | Best current example of an LLM-native discovery surface. |
| Salesforce AgentExchange | Relevant for partner-built agent components and AI solutions. |
| Hugging Face Spaces | Good for demos, lightweight apps, and technical AI discoverability. |
| Poe | Useful for assistant-style distribution if the format matches the product. |

#### Discovery queries
- `"agent marketplace"`
- `"publish GPT"`
- `"AI agent store"`
- `"[platform] assistant marketplace"`

---

### PART 36 — AUTOMATION ECOSYSTEMS & WORKFLOW LIBRARIES

| Dimension | Guidance |
|---|---|
| Why it exists | Integration and workflow ecosystems often outperform generic directories because they map directly to the user's stack. |
| When to activate | Turn on when the business exposes triggers/actions, APIs, webhooks, or reusable workflows. |
| Best archetypes | SaaS, AI tools, ops software, service businesses with repeatable playbooks. |
| Primary entities | Integration, app connector, workflow recipe, automation template. |
| Required assets | API docs, auth flow, action schema, triggers, sample workflows, support docs. |
| Submission mode | Developer integration + marketplace listing + template publishing. |
| Automation note | Ship templates at the same time as the connector; templates improve adoption and discoverability. |

#### Starter targets
| Surface | Notes |
|---|---|
| Zapier App Directory | High-value integration discovery layer. |
| Make Integrations | Good for no-code / ops users. |
| n8n templates | Strong fit for technical workflow distribution. |
| Workato Marketplace | Relevant for enterprise automation use cases. |
| IFTTT | Useful for lightweight consumer/prosumer automations. |
| Pipedream | Strong fit for API-first workflows and developer automation. |

#### Discovery queries
- `"[platform] app directory"`
- `"[platform] integrations"`
- `"[platform] templates"`
- `"[platform] workflow marketplace"`

---

### PART 37 — TEMPLATE, ASSET & CREATOR MARKETPLACES

| Dimension | Guidance |
|---|---|
| Why it exists | Some businesses can distribute expertise as templates, kits, workspaces, checklists, or dashboards instead of only listing the company. |
| When to activate | Turn on when the business can package a repeatable asset that users can duplicate or install. |
| Best archetypes | Agencies, consultants, educators, creators, productivity tools, operations tools. |
| Primary entities | Template, board, base, kit, worksheet, workspace, dashboard. |
| Required assets | Public share link, thumbnail/preview, description, use case, category tags. |
| Submission mode | Self-serve submission or creator program. |
| Automation note | A template can be both a lead magnet and a discovery surface entry. |

#### Starter targets
| Surface | Notes |
|---|---|
| Notion Marketplace | High-leverage for knowledge products and operational templates. |
| Canva Creators / template ecosystem | Strong distribution for design-heavy assets. |
| Figma Community | Strong fit for UI kits, marketing assets, and systems. |
| Airtable Universe | Useful for bases, workflows, and planning templates. |
| Miroverse | Good for frameworks, workshops, and planning canvases. |
| Coda Gallery | Useful for docs-as-tools and operational systems. |
| Framer templates | Strong fit for agencies and website/productized assets. |

#### Discovery queries
- `"[platform] submit template"`
- `"[platform] creator marketplace"`
- `"[platform] publish asset"`
- `"[platform] template gallery"`

---

### PART 38 — DEVELOPER REGISTRIES & API HUBS

| Dimension | Guidance |
|---|---|
| Why it exists | Technical distribution surfaces help a business show up where developers search for code, packages, APIs, and implementation paths. |
| When to activate | Turn on when the business has a real SDK, package, CLI, API collection, or containerized component. |
| Best archetypes | Developer tools, platforms, APIs, infrastructure, SDK-led B2B software. |
| Primary entities | Package, SDK, API collection, Docker image, plugin. |
| Required assets | Versioned package, README, changelog, install docs, examples, support URL. |
| Submission mode | Publish from source control or package pipeline, then maintain versions. |
| Automation note | This category works best with CI/CD-driven publishing rather than manual submission. |

#### Starter targets
| Surface | Notes |
|---|---|
| npm | Standard registry for JavaScript packages. |
| PyPI | Standard registry for Python packages. |
| Docker Hub | Good for images, self-hosted deployments, and dev infrastructure. |
| Postman API Network | Useful for discoverable API collections and onboarding. |
| RapidAPI Hub | Useful if the product is API-consumable and usage-based. |
| Maven Central | Java ecosystem distribution. |
| NuGet | .NET package distribution. |
| RubyGems | Ruby ecosystem distribution. |
| crates.io | Rust ecosystem distribution. |

#### Discovery queries
- `"publish package" [ecosystem]`
- `"[ecosystem] package registry"`
- `"[platform] API marketplace"`
- `"[platform] public package publishing"`

---

### PART 39 — KNOWLEDGE GRAPH, MAPPING & UPSTREAM DATA

| Dimension | Guidance |
|---|---|
| Why it exists | Upstream map and data sources can influence where a business appears downstream, making them leverage points rather than just another listing. |
| When to activate | Turn on when the business has physical locations, service areas, or strong brand/entity needs. |
| Best archetypes | Local business, multi-location brand, retail chain, regional service provider. |
| Primary entities | Place, brand, location, coordinates, business attributes, photos. |
| Required assets | NAP consistency, categories, geo data, photos, hours, service area, brand details. |
| Submission mode | Edits, claims, data sync, corrections, or aggregator submission. |
| Automation note | This category is often maintenance-heavy and should include monitoring for drift. |

#### Starter targets
| Surface | Notes |
|---|---|
| OpenStreetMap | Important open data source for map ecosystems. |
| HERE Map Creator / support flows | Useful for map corrections and business data coverage. |
| TomTom MapShare | Good for map corrections and location accuracy. |
| Foursquare Places | Useful where place data feeds consumer or partner experiences. |
| Wikidata | Useful for brand/entity presence and structured knowledge. |

#### Discovery queries
- `"[map provider] edit place"`
- `"[map provider] add business"`
- `"knowledge graph add organization"`
- `"[provider] location correction"`

---

### PART 40 — BOOKING & APPOINTMENT PLATFORMS

| Dimension | Guidance |
|---|---|
| Why it exists | These are transactional discovery surfaces. Users do not just find the business; they book it. |
| When to activate | Turn on for services with availability, staff calendars, reservations, or appointment inventory. |
| Best archetypes | Salons, spas, studios, consultants, restaurants, classes, clinics. |
| Primary entities | Business, staff member, service, appointment slot, reservation availability. |
| Required assets | Services menu, staff profiles, location, hours, booking policies, real availability. |
| Submission mode | Profile + scheduling/inventory setup. |
| Automation note | Availability sync matters more than profile completion. |

#### Starter targets
| Surface | Notes |
|---|---|
| Mindbody | Wellness, fitness, and class booking. |
| Vagaro | Beauty, salon, and wellness businesses. |
| Booksy | Barbers, salons, and appointment-driven services. |
| Fresha | Beauty and wellness scheduling. |
| OpenTable | Restaurant reservations. |
| Resy | Restaurant reservations. |
| ClassPass | Classes and capacity-driven businesses. |

#### Discovery queries
- `"[vertical] booking marketplace"`
- `"[vertical] appointment platform"`
- `"[vertical] reservation directory"`
- `"[vertical] schedule online marketplace"`

---

### PART 41 — HOME SERVICES & PROJECT MARKETPLACES

| Dimension | Guidance |
|---|---|
| Why it exists | These channels pair service-area businesses with high-intent project demand. They are more specific than generic local citations. |
| When to activate | Turn on for contractors, trades, repair, maintenance, design/build, landscaping, and similar local service categories. |
| Best archetypes | Remodelers, roofers, cleaners, landscapers, plumbers, electricians, designers. |
| Primary entities | Business, trade category, service area, project gallery, license/insurance data. |
| Required assets | Service areas, project photos, trade categories, reviews, certifications, response workflows. |
| Submission mode | Profile claim + lead marketplace setup. |
| Automation note | Lead routing and response SLAs affect ROI more than DR/link value. |

#### Starter targets
| Surface | Notes |
|---|---|
| Houzz | Design/build and home improvement discovery. |
| Angi | Broad home-service marketplace. |
| Thumbtack | Strong local lead marketplace across many service categories. |
| Porch | Home services and homeowner project discovery. |
| Bark | Broad service lead marketplace. |
| BuildZoom | Contractor/project discovery and reputation layer. |

#### Discovery queries
- `"[trade] lead marketplace"`
- `"[trade] contractor directory"`
- `"[trade] near me marketplace"`
- `"[vertical] service-area platform"`

---

### PART 42 — TRAVEL, HOSPITALITY & EXPERIENCE PLATFORMS

| Dimension | Guidance |
|---|---|
| Why it exists | These are discovery + transaction surfaces for properties, tours, attractions, and dining. |
| When to activate | Turn on for hotels, rentals, attractions, tours, restaurants, activities, and destination businesses. |
| Best archetypes | Hotels, vacation rentals, tour operators, attractions, restaurants, activity providers. |
| Primary entities | Property, room, tour, attraction, menu, amenity, availability. |
| Required assets | Photos, amenities, policies, availability, pricing, category data, review readiness. |
| Submission mode | Profile claim or partner onboarding. |
| Automation note | Inventory, policy, and review management are operational requirements. |

#### Starter targets
| Surface | Notes |
|---|---|
| Tripadvisor | Free claim/add path with strong travel discovery value. |
| Booking.com | Hotel/property marketplace. |
| Expedia Group | Hotel and travel distribution. |
| Airbnb | Lodging and hosted stays. |
| Viator | Tours and experiences. |
| GetYourGuide | Tours and experiences. |

#### Discovery queries
- `"[vertical] host marketplace"`
- `"[vertical] partner onboarding"`
- `"[vertical] add property"`
- `"[vertical] supplier portal travel"`

---

### PART 43 — PROFESSIONAL & REGULATED DIRECTORIES

| Dimension | Guidance |
|---|---|
| Why it exists | In regulated categories, the person and the license are often more important than the company page. |
| When to activate | Turn on for licensed professionals and practices where credential visibility affects discovery or trust. |
| Best archetypes | Lawyers, doctors, dentists, therapists, accountants, advisors. |
| Primary entities | Individual professional, practice, credentials, specialties, insurers, jurisdictions. |
| Required assets | License data, education, specialties, practice locations, accepted insurance or service scope. |
| Submission mode | Claim/update profile; often manual verification. |
| Automation note | Expect more manual review and less API support than in SaaS categories. |

#### Starter targets
| Surface | Notes |
|---|---|
| Avvo | Legal professionals. |
| Healthgrades | Medical professionals. |
| Psychology Today | Therapists and behavioral health. |
| Zocdoc | Bookable medical professionals. |
| FindLaw | Legal directory / firm visibility. |
| Doximity | Physician-focused professional presence. |

#### Discovery queries
- `"[profession] directory [state]"`
- `"[profession] claim profile"`
- `"[profession] board-certified directory"`
- `"[profession] find a provider"`

---

### PART 44 — RETAIL MARKETPLACES & DELIVERY NETWORKS

| Dimension | Guidance |
|---|---|
| Why it exists | These surfaces create direct demand capture when customers are ready to transact, not just browse. |
| When to activate | Turn on for brands, retailers, marketplaces sellers, restaurants, grocers, and local delivery businesses. |
| Best archetypes | DTC brand, retailer, restaurant, grocery, specialty seller, wholesale catalog business. |
| Primary entities | Seller account, storefront, product catalog, menu, delivery inventory. |
| Required assets | Fulfillment policies, seller verification, catalog/menu quality, pricing, operations support. |
| Submission mode | Marketplace onboarding + catalog sync + compliance. |
| Automation note | Treat marketplace operations as ongoing account management, not a simple listing task. |

#### Starter targets
| Surface | Notes |
|---|---|
| Amazon | Core retail marketplace for many products. |
| Walmart Marketplace | Strong marketplace channel for catalog sellers. |
| Etsy | Best for handmade, custom, or creator-led products. |
| eBay | Broad marketplace coverage. |
| Faire | Wholesale marketplace for independent retailers and brands. |
| DoorDash | Restaurant and local delivery distribution. |
| Uber Eats | Restaurant and local delivery distribution. |
| Grubhub | Restaurant distribution. |
| Instacart | Grocery and local retail delivery. |

#### Discovery queries
- `"[platform] seller sign up"`
- `"[platform] merchant onboarding"`
- `"[vertical] wholesale marketplace"`
- `"[platform] restaurant partner"`

---

### PART 45 — ASSOCIATIONS, CERTIFICATIONS & MEMBER DIRECTORIES

| Dimension | Guidance |
|---|---|
| Why it exists | Membership and certification directories are trust surfaces. They rarely look big on paper, but they compound credibility and niche discovery. |
| When to activate | Turn on whenever the business has memberships, certifications, accredited status, local chapters, franchise affiliations, or official partner badges. |
| Best archetypes | Nearly all businesses, especially B2B, trades, local services, consultants, and certified partners. |
| Primary entities | Business, member profile, certification badge, chapter listing, partner directory entry. |
| Required assets | Membership status, certificate IDs, approved logos, category tags, geographies, contact info. |
| Submission mode | Manual directory profile or certification claim. |
| Automation note | Discovery is not static: the system should search for relevant trade and local associations per business type. |

#### Target classes
| Target class | Notes |
|---|---|
| Local chamber directories | City / county / regional chamber member pages. |
| Trade associations | Industry member directories and chapter listings. |
| Certification directories | Official lists for certified providers, installers, advisors, etc. |
| Partner directories | Platform partner finders, resellers, and accredited consultants. |
| Franchise / dealer locators | Useful for distributed organizations and service networks. |

#### Discovery queries
- `site:.org "[industry] member directory"`
- `"[city] chamber of commerce member directory"`
- `"certified [platform] partner directory"`
- `"[state] [profession] association directory"`
- `"[industry] find a member"`

---

### Routing rules

Use these activation rules to decide which parts turn on:

| If the business has... | Activate |
|---|---|
| A real product catalog and fulfillment | 33, 44 |
| Enterprise, government, or procurement motion | 34, 45 |
| A publishable GPT, agent, or AI workflow | 35 |
| Public API, webhooks, or integrations | 36, 38 |
| Reusable templates, kits, dashboards, or frameworks | 37 |
| Physical locations or service-area visibility needs | 39, 45 |
| Appointment / reservation inventory | 40 |
| Home-service or trade lead generation needs | 41 |
| Travel, lodging, dining, or experiences inventory | 42 |
| Licensed professionals or regulated credentials | 43 |
| Memberships, badges, partnerships, or certifications | 45 |

### Default recommendations (by archetype)

These are read off the active profile's archetype. Match the archetype to the closest pattern below and activate the corresponding parts only when the gating assets are present.

1. **AI tool / assistant archetype** typically activates **Part 35 (LLM / AI storefronts)** and **Part 37 (template / asset marketplaces)**.
   Package one or more narrow assistants around the product's core workflows, and ship reusable scorecards, audit templates, reporting frameworks, or brief assets that users can duplicate. Gate Part 35 on having a publishable GPT/agent/assistant; gate Part 37 on having a packageable, duplicable asset.

2. **SaaS / automation archetype** typically activates **Part 36 (automation ecosystems)** alongside Parts 35/37.
   Publish integrations and prebuilt workflows where the target users already operate. Gate on the business actually exposing triggers/actions, APIs, webhooks, or reusable workflows.

3. **Developer-tool archetype** activates **Part 38 (developer registries)**.
   Turn on only when the active profile has a real API, SDK, CLI, or package-worthy technical surface; otherwise leave it off.

4. **Enterprise / B2B / public-sector archetype** activates **Part 34 (procurement networks)**.
   Turn on once the business moves into enterprise, agency, or public-sector buying motions. Gate on having the legal entity, capability statement, and certification data these networks require.

5. **Any archetype that accumulates trust signals** uses **Part 45 (partner / certification / member directories)** continuously.
   As the active profile accumulates badges, memberships, and official ecosystem relationships, keep adding them here. Gate each entry on the relevant asset existing: membership status, certificate ID, approved logo, or partner badge.

6. **Product-led / commerce archetype** activates **Part 33 (commerce feeds)** and **Part 44 (retail marketplaces)**.
   Gate on a real product catalog, compliant policy pages, and the ability to maintain inventory and pricing.

7. **Local / multi-location and vertical-service archetypes** activate the vertical packs (Parts 39–43) only when the business type matches — locations/service areas (39), booking inventory (40), home-service/trade lead gen (41), travel/hospitality inventory (42), or licensed/regulated credentials (43).

In all cases the gating rule holds: only activate a part when the business has the required asset for that surface — catalog, API, GPT, template, location, membership, license, certification, etc.

### Operational recommendation

Do not treat these as one giant queue. Build the tool in three layers:

- **Always-on base list**: the current Parts 1–32.
- **Conditional expansions**: Parts 33–39 and 44–45, activated by business archetype and available assets.
- **Vertical packs**: Parts 40–43, activated only when the target business type matches.


---


## Appendix — Catalog (750 targets)

**catalog-version: 1** · 750 targets across 46 categories (Parts 1–32 core + Parts 46–59 long-tail). ids are immutable. Run-state is tracked externally (see the **State protocol** section) — this file is read-only reference.

**Auth Required:** `None` = direct form, no login · `Free Account` = login required, free · `Paid/Partner` = skip

---

### 🔴 PART 1: STARTUP & SAAS DIRECTORIES

#### Must Do

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 1 | Product Hunt | producthunt.com | 91 | Dofollow | Free Account | Time launch Tue/Wed. Engage community first. 1K–50K visitors on launch day. |
| 2 | Hacker News (Show HN) | news.ycombinator.com | 91 | Nofollow | Free Account | Post Show HN weekday morning US time. Authentic story, not a pitch. |
| 3 | Reddit r/SaaS / r/startups | reddit.com | 91 | Nofollow | Free Account | r/SaaS, r/startups, r/SideProject, r/Entrepreneur. Authentic posts only. |
| 4 | AlternativeTo | alternativeto.net | 76 | Dofollow | Free Account | Alternatives field -> pull from the profile's competitor/alternative list. |
| 5 | BetaList | betalist.com | 67 | Dofollow | Free Account | START THIS FIRST — 1–4 week free queue. Paid for faster feature. |
| 6 | Indie Hackers | indiehackers.com | 72 | Dofollow | Free Account | Write intro post about building the product. Community engagement beats a listing. |
| 7 | SaaSHub | saashub.com | 76 | Nofollow | Free Account | High DR. Essential SaaS listing. |
| 8 | G2 | g2.com | 91 | Nofollow | Free Account | Most important B2B review platform. Activate early. Get 5+ reviews. |
| 9 | Capterra | capterra.com | 91 | Nofollow | Free Account | Gartner-owned. Critical for SMB buyers. |
| 10 | Crunchbase | crunchbase.com | 90 | Nofollow | Free Account | Essential for investor and credibility signals. |
| 11 | Wellfound (AngelList) | wellfound.com | 85 | Nofollow | Free Account | Investor/talent visibility. Good for company credibility. |
| 12 | Clutch.co | clutch.co | 87 | Nofollow | Free Account | Top B2B review platform. Critical credibility for SMB buyers. |
| 13 | Google Business Profile | business.google.com | 99 | Nofollow | Free Account | Essential. Google trust signal. Affects Maps and local pack. |
| 14 | Bing Places | bingplaces.com | 95 | Nofollow | Free Account | Easy win. Complements Google Business Profile. |
| 15 | Apple Business Connect | businessconnect.apple.com | 95 | Nofollow | Free Account | Apple Maps listing. 10 min to set up. |
| 16 | LinkedIn Company Page | linkedin.com/company | 99 | Nofollow | Free Account | Non-negotiable. Strong backlink + B2B credibility. |

#### High Priority

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 17 | StackShare | stackshare.io | 79 | Dofollow | Free Account | List the product's tech stack. DR 79 dofollow. Good for dev-adjacent traffic. |
| 18 | TrustRadius | trustradius.com | 75 | Nofollow | Free Account | B2B tech reviews. Focus on 5+ detailed reviews. |
| 19 | GetApp | getapp.com | 80 | Nofollow | Free Account | Sister site to Capterra. Part of Gartner portfolio. |
| 20 | Software Advice | softwareadvice.com | 72 | Nofollow | Free Account | Enterprise-leaning. Includes phone-based lead gen. |
| 21 | AppSumo | appsumo.com | 82 | Dofollow | Paid/Partner | Apply for partnership. Very high traffic if accepted. |
| 22 | GrowthHackers | growthhackers.com | 65 | Nofollow | Free Account | Highly relevant — marketing tools community. |
| 23 | Futurepedia | futurepedia.io | 65 | Nofollow | Free Account | Active AI user base. The product's AI angle fits perfectly. |
| 24 | There's An AI For That | theresanaiforthat.com | 70 | Dofollow | Free Account | Exploding AI category. Get listed early. |
| 25 | Future Tools | futuretools.io | 69 | Dofollow | None | AI tool directory. Good fit for the product. |
| 26 | Good AI Tools | goodaitools.com | 71 | Dofollow | Free Account | AI-specific. DR 71 dofollow. |
| 27 | Ben's Bites | bensbites.com | 59 | Dofollow | None | Popular AI newsletter/directory. Perfect for the product. |
| 28 | RankInPublic | rankinpublic.xyz | 46 | Dofollow | Free Account | Weekly tournament. Ongoing visibility vs. one-off launch. |
| 29 | See What New AI | seewhatnewai.com | 54 | Dofollow | Free Account | AI directory. |
| 30 | AI X Collection | aixcollection.com | 51 | Dofollow | Free Account | AI directory. |
| 31 | Yelp for Business | biz.yelp.com | 93 | Nofollow | Free Account | SMB overlap. High DA backlink. |
| 32 | Wappalyzer | wappalyzer.com | 73 | Nofollow | None | Agencies use this to research tools. DR 73. |
| 33 | BuiltWith | builtwith.com | 79 | Nofollow | None | Similar to Wappalyzer. Agency research tool. |
| 34 | SaaS Mag | saasmag.com | 55 | Dofollow | None | Covers SaaS products. Pitch editorial feature on AI ads angle. |

#### Medium Priority — Tier 1 (DR 50+)

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 35 | F6S | f6s.com | 68 | Dofollow | Free Account | Accelerator-adjacent. Good for deal flow and visibility. |
| 36 | DevHunt | devhunt.org | 46 | Dofollow | None | Developer-focused. Submit via GitHub PR. |
| 37 | Launching Next | launchingnext.com | 55 | Nofollow | None | Less competitive than PH. Extra launch visibility. |
| 38 | Slant | slant.co | 60 | Nofollow | Free Account | Community-driven recommendations. |
| 39 | Brownbook | brownbook.net | 79 | Dofollow | Free Account | Business directory. |
| 40 | Active Search Results | activesearchresults.com | 74 | Dofollow | None | Search directory. |
| 41 | Viesearch | viesearch.com | 73 | Dofollow | Free Account | Search directory. |
| 42 | TinyLaunch | tinylaunch.com | 70 | Dofollow | Free Account | Launch platform. |
| 43 | SideProjectors | sideprojectors.com | 70 | Dofollow | Free Account | Community. |
| 44 | PeerPush | peerpush.com | 68 | Dofollow | None | Community. |
| 45 | Sitelike.org | sitelike.org | 67 | Nofollow | None | Web directory. |
| 46 | Addon Biz | addonbiz.com | 65 | Nofollow | Free Account | Business directory. |
| 47 | Navs Site | navs.site | 62 | Dofollow | None | Directory. |
| 48 | Acid Tools | acidtools.com | 59 | Dofollow | None | AI directory. |
| 49 | NextGen Tools | nextgentools.me | 56 | Dofollow | None | AI directory. |
| 50 | Idea Kiln | ideakiln.com | 56 | Nofollow | Free Account | Directory. |
| 51 | Firsto | firsto.net | 56 | Dofollow | None | Launch platform. |
| 52 | What Launched Today | whatlaunchedtoday.com | 55 | Dofollow | None | Launch platform. |
| 53 | Startups Lab | startupslab.io | 55 | Dofollow | None | Startup directory. |
| 54 | Startup Benchmarks | startupbenchmarks.com | 53 | Dofollow | Free Account | Startup directory. |
| 55 | Ramen.Tools | ramen.tools | 53 | Dofollow | Free Account | SaaS directory. |
| 56 | SaaS Browser | saasbrowser.com | 52 | Dofollow | None | SaaS directory. |
| 57 | Scout Forge | scoutforge.net | 51 | Dofollow | Free Account | Directory. |
| 58 | Unite List | unitelist.com | 50 | Dofollow | Free Account | Directory. |
| 59 | Product Wing | productwing.com | 50 | Dofollow | Free Account | Launch platform. |
| 60 | AI Tech Viral | aitechwiral.com | 50 | Dofollow | None | AI directory. |
| 61 | Sortlist | sortlist.com | 62 | Nofollow | Free Account | Agency-adjacent. SMB buyers finding ad tools. |

#### Medium Priority — Tier 2 (DR 30–49)

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 62 | OpenHunts | openhunts.com | 49 | Dofollow | Free Account |  |
| 63 | Shipybara | shipybara.com | 49 | Dofollow | Free Account |  |
| 64 | SaasHunt | saashunt.com | 48 | Dofollow | None |  |
| 65 | LaunchitX | launchitx.com | 48 | Dofollow | Free Account |  |
| 66 | Indietool | indietool.com | 48 | Dofollow | None |  |
| 67 | BusinessHunt | businesshunt.com | 48 | Dofollow | None |  |
| 68 | AppaList | appalist.com | 48 | Nofollow | Free Account |  |
| 69 | AI Toolz | aitoolz.com | 45 | Dofollow | None | AI directory — good fit. |
| 70 | BestofAI | bestofai.com | 46 | Dofollow | Free Account | AI directory. |
| 71 | Super AI Boom | superaiboom.com | 43 | Dofollow | Free Account | AI directory. |
| 72 | Latest AI Updates | latestaiupdates.com | 42 | Dofollow | Free Account | AI directory. |
| 73 | Startup AIdeas | startupaideas.com | 41 | Dofollow | Free Account | Startup directory. |
| 74 | FF2050.AI | ff2050.ai | 35 | Dofollow | None | AI directory. |
| 75 | Tool Finddir | toolfinddir.com | 47 | Dofollow | Free Account |  |
| 76 | Solver Tools | solvertools.com | 47 | Dofollow | Free Account |  |
| 77 | Software Bolt | softwarebolt.com | 47 | Dofollow | Free Account |  |
| 78 | SaaS Wheel | saaswheel.com | 47 | Dofollow | Free Account |  |
| 79 | Promote Project | promoteproject.com | 47 | Dofollow | Free Account |  |
| 80 | Power Up Tools | poweruptools.com | 47 | Nofollow | Free Account |  |
| 81 | My Launch Stash | mylaunchstash.com | 47 | Dofollow | Free Account |  |
| 82 | Appsy Tools | appsy.tools | 47 | Dofollow | None |  |
| 83 | AIGC 160 | aigc160.com | 47 | Dofollow | Free Account |  |
| 84 | Trustiner | trustiner.com | 46 | Dofollow | Free Account |  |
| 85 | Startup Vessel | startupvessel.com | 46 | Dofollow | Free Account |  |
| 86 | Saas Field | saasfield.com | 46 | Dofollow | Free Account |  |
| 87 | ProjectHunt | projecthunt.me | 46 | Dofollow | None |  |
| 88 | Hunt for Tools | huntfortools.com | 46 | Nofollow | Free Account |  |
| 89 | Beam Tools | beamtools.com | 46 | Nofollow | Free Account |  |
| 90 | Launch | launch.is | 45 | Dofollow | None |  |
| 91 | Best Tool Vault | besttoolvault.com | 45 | Dofollow | Free Account |  |
| 92 | We Like Tools | weliketools.com | 44 | Dofollow | Free Account |  |
| 93 | Toshi List | toshilist.com | 44 | Dofollow | Free Account |  |
| 94 | Source Dir | sourcedir.net | 44 | Dofollow | None |  |
| 95 | SaaS Hub Directory | saashubdirectory.com | 44 | Dofollow | Free Account |  |
| 96 | Product List Dir | productlistdir.com | 44 | Dofollow | Free Account |  |
| 97 | Launch Scroll | launchscroll.com | 44 | Dofollow | Free Account |  |
| 98 | CTRL ALT | ctrlalt.cc | 44 | Dofollow | Free Account |  |
| 99 | Ash List | ashlist.com | 44 | Dofollow | Free Account |  |
| 100 | Top Trend Tools | toptrendtools.com | 43 | Dofollow | Free Account |  |
| 101 | Tools Cosmos | toolscosmos.com | 43 | Dofollow | None |  |
| 102 | Tool Prism | toolprism.com | 43 | Dofollow | Free Account |  |
| 103 | Tool Journey | tooljourney.com | 43 | Dofollow | Free Account |  |
| 104 | The Core Tools | thecoretools.com | 43 | Dofollow | Free Account |  |
| 105 | That App Show | thatappshow.com | 43 | Dofollow | Free Account |  |
| 106 | Stack Directory | stackdirectory.com | 43 | Dofollow | Free Account |  |
| 107 | SaaS Tools Dir | saastoolsdir.com | 43 | Dofollow | Free Account |  |
| 108 | My Start Tools | mystarttools.com | 43 | Dofollow | Free Account |  |
| 109 | toolfio.com | toolfio.com | 42 | Dofollow | Free Account |  |
| 110 | Tool Signal | toolsignal.com | 42 | Dofollow | Free Account |  |
| 111 | Tiny Tool Hub | tinytoolhub.com | 42 | Dofollow | Free Account |  |
| 112 | The Key Tools | thekeytools.com | 42 | Dofollow | Free Account |  |
| 113 | Smart Kit Hub | smartkithub.com | 42 | Dofollow | Free Account |  |
| 114 | SaaS Roots | saasroots.com | 42 | Dofollow | Free Account |  |
| 115 | Tools Under Radar | toolsunderradar.com | 41 | Dofollow | Free Account |  |
| 116 | Tools List HQ | toolslisthq.com | 41 | Dofollow | Free Account |  |
| 117 | The Mega Tools | themegatools.com | 41 | Dofollow | Free Account |  |
| 118 | The App Tools | theapptools.com | 41 | Dofollow | Free Account |  |
| 119 | ShowMySites | showmysites.com | 41 | Nofollow | Free Account |  |
| 120 | Verified Tools | verifiedtools.com | 40 | Dofollow | None |  |
| 121 | BuiltByMe | builtbyme.io | 40 | Nofollow | Free Account |  |
| 122 | ProductBurst | productburst.com | 39 | Dofollow | Free Account |  |
| 123 | Open Launch | openlaunch.io | 39 | Dofollow | None |  |
| 124 | Launch List | launchlist.net | 39 | Dofollow | None |  |
| 125 | Make.rs | make.rs | 38 | Dofollow | Free Account |  |
| 126 | VerifiedDR | verifieddr.com | 37 | Dofollow | Free Account |  |
| 127 | TinyLaunchpad | tinylaunchpad.com | 37 | Dofollow | Free Account |  |
| 128 | NavFolders | navfolders.com | 37 | Dofollow | Free Account |  |
| 129 | Makerlist.io | makerlist.io | 36 | Dofollow | Free Account |  |
| 130 | Saaspa.ge | saaspa.ge | 35 | Dofollow | Free Account |  |
| 131 | Launch Vault | launchvault.dev | 35 | Dofollow | Free Account |  |
| 132 | DevHub | devhub.io | 35 | Dofollow | Free Account |  |
| 133 | DeepLaunch.io | deeplaunch.io | 35 | Nofollow | None |  |
| 134 | CurateClick | curateclick.com | 35 | Nofollow | None |  |
| 135 | Bowora | bowora.com | 35 | Dofollow | Free Account |  |

#### Lower Priority — Tier 3 (DR 10–29)

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 136 | Launchpad.so | launchpad.so | 29 | Dofollow | None |  |
| 137 | StartupLister | startuplister.com | 29 | Dofollow | None |  |
| 138 | IndiePages | indiepages.com | 28 | Dofollow | None |  |
| 139 | PitchGround | pitchground.com | 28 | Dofollow | Paid/Partner | LTD deals site. Requires partnership. |
| 140 | Nextpedia | nextpedia.io | 27 | Nofollow | None |  |
| 141 | SaaSpo | saaspo.com | 27 | Dofollow | None |  |
| 142 | Toolspedia | toolspedia.io | 26 | Dofollow | None |  |
| 143 | StartupBase | startupbase.io | 26 | Dofollow | Free Account |  |
| 144 | Betafy | betafy.co | 25 | Dofollow | Free Account |  |
| 145 | SaaS Pages | saaspages.xyz | 25 | Dofollow | None |  |
| 146 | EarlyTools | earlytools.com | 24 | Dofollow | None |  |
| 147 | GetWorm | getworm.com | 24 | Dofollow | None |  |
| 148 | AIFindr | aifindr.com | 24 | Dofollow | None | AI directory. |
| 149 | ListYourProduct | listyourproduct.com | 23 | Dofollow | None |  |
| 150 | The Startup Pitch | thestartuppitch.com | 23 | Dofollow | None |  |
| 151 | SaaSFrame | saasframe.io | 22 | Dofollow | Free Account |  |
| 152 | Alternative Tools | alternativetools.com | 22 | Dofollow | None |  |
| 153 | ToolRadar | toolradar.io | 22 | Dofollow | None |  |
| 154 | Launching Now | launchingnow.io | 21 | Dofollow | None |  |
| 155 | New Startups | newstartups.com | 21 | Dofollow | None |  |
| 156 | SaaS Arena | saasarena.com | 20 | Dofollow | None |  |
| 157 | StartupLift | startuplift.com | 20 | Dofollow | None |  |
| 158 | PitchWalker | pitchwalker.com | 20 | Dofollow | None |  |
| 159 | Tools For Makers | toolsformakers.com | 19 | Dofollow | None |  |
| 160 | Startup Resources | startupresources.io | 19 | Dofollow | None |  |
| 161 | SaaS Hunter | saashunter.com | 18 | Dofollow | None |  |
| 162 | WebWiki | webwiki.com | 18 | Dofollow | Free Account |  |
| 163 | IndieLaunch | indielaunch.io | 17 | Dofollow | Free Account |  |
| 164 | ProductDir | productdir.com | 17 | Dofollow | None |  |
| 165 | Side Hustle Stack | sidehustlestack.co | 15 | Dofollow | None |  |
| 166 | ToolDB | tooldb.io | 15 | Dofollow | None |  |
| 167 | SaaS Launch | saaslaunch.io | 14 | Dofollow | None |  |
| 168 | StartupNow | startupnow.com | 14 | Dofollow | None |  |
| 169 | LaunchTab | launchtab.com | 13 | Dofollow | None |  |
| 170 | Maker Directory | makerdirectory.com | 13 | Dofollow | None |  |
| 171 | TechPluto | techpluto.com | 12 | Nofollow | None |  |
| 172 | StartupDex | startupdex.com | 12 | Dofollow | None |  |
| 173 | Toolfolio | toolfolio.io | 11 | Nofollow | None |  |
| 174 | IndieStack | indiestack.com | 11 | Dofollow | None |  |
| 175 | SaaSDir | saasdir.com | 10 | Dofollow | Free Account |  |
| 176 | LaunchDay | launchday.io | 10 | Dofollow | None |  |

#### Lower Priority — Tier 4 (DR < 10)

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 177 | LaunchWeekly | launchweekly.co | 9 | Dofollow | None |  |
| 178 | NewTools | newtools.io | 9 | Dofollow | Free Account |  |
| 179 | Product Launch Dir | productlaunchdir.com | 9 | Dofollow | None |  |
| 180 | StartupTrack | startuptrack.com | 8 | Dofollow | None |  |
| 181 | SaaSPick | saaspick.io | 8 | Nofollow | None |  |
| 182 | StartupHive | startuphive.io | 8 | Dofollow | None |  |
| 183 | LauncherList | launcherlist.com | 7 | Dofollow | None |  |
| 184 | BuiltWithTools | builtwithtool.com | 7 | Dofollow | None |  |
| 185 | AppVault | appvault.io | 7 | Dofollow | None |  |
| 186 | FreshStartups | freshstartups.com | 5 | Dofollow | None |  |
| 187 | SaaSRegister | saasregister.com | 6 | Dofollow | Paid/Partner |  |
| 188 | DailyLaunch | dailylaunch.net | 4 | Dofollow | None |  |
| 189 | ToolScout | toolscout.io | 4 | Dofollow | None |  |
| 190 | LaunchBase | launchbase.io | 4 | Dofollow | None |  |
| 191 | MakerBoard | makerboard.io | 3 | Dofollow | None |  |
| 192 | SaaS Launch List | saaslaunchlist.com | 3 | Dofollow | None |  |
| 193 | IndieTools | indietools.io | 3 | Dofollow | None |  |
| 194 | ProductPages | productpages.io | 3 | Dofollow | None |  |
| 195 | StartupWave | startupwave.co | 2 | Dofollow | Free Account |  |
| 196 | LaunchPool | launchpool.io | 2 | Dofollow | None |  |
| 197 | SaaSNova | saasnova.io | 2 | Dofollow | None |  |
| 198 | IndieFounder | indiefounder.io | 1 | Dofollow | None |  |
| 199 | SaaSList | saaslist.co | 1 | Dofollow | None |  |
| 200 | StartupForge | startupforge.io | 1 | Dofollow | None |  |

---

### 🔴 PART 2: HIGH-DR BACKLINK PLATFORMS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 201 | Medium | medium.com | 94 | Nofollow | Free Account | Import article with canonical URL pointing to the product site. Free DR 94 backlink. |
| 202 | WordPress.com | wordpress.com | 95 | Dofollow | Free Account | Create free blog, publish a page with a link to the product. Don't spam. |
| 203 | Blogger (Google) | blogger.com | 94 | Dofollow | Free Account | Create free blog, publish about page with a link to the product. |
| 204 | GitHub Pages | pages.github.com | 96 | Dofollow | Free Account | Create useful page or portfolio linking back to the product. |
| 205 | Chrome Web Store | chromewebstore.google.com | 99 | Dofollow | Paid/Partner | Create a simple extension as lead magnet with a link to the product. High effort but DR 99. |
| 206 | ProvenExpert | provenexpert.com | 91 | Dofollow | Free Account | Create account, add the product website to profile. Easy win. |
| 207 | bio.site | bio.site | 87 | Dofollow | Free Account | Create profile with a link to the product. Quick setup. |
| 208 | IndiePage (Marc Lou) | indiepage.co | 67 | Dofollow | Paid/Partner | $45 lifetime pass. List all projects. DR 67 dofollow. |

---

### 🔴 PART 3: B2B REVIEW & SOFTWARE DIRECTORIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 209 | TrustPilot | trustpilot.com | 93 | Nofollow | Free Account | Claim business page. Get early reviews. Major trust signal. |
| 210 | SourceForge | sourceforge.net | 92 | Dofollow | Free Account | Create project page. High DR dofollow. |
| 211 | Software Suggest | softwaresuggest.com | 65 | Nofollow | Free Account | B2B software directory. Submit free listing. |
| 212 | Crozdesk | crozdesk.com | 55 | Dofollow | Free Account | B2B software comparison. |
| 213 | CompareCamp | comparecamp.com | 52 | Dofollow | None | Software reviews and comparisons. |
| 214 | GoodFirms | goodfirms.co | 68 | Dofollow | Free Account | B2B reviews. Good for agency/tool discovery. |
| 215 | SaaSWorthy | saasworthy.com | 52 | Dofollow | Free Account | SaaS review aggregator. |
| 216 | SelectHub | selecthub.com | 60 | Nofollow | Free Account | Enterprise software selection. |
| 217 | Serchen | serchen.com | 55 | Dofollow | Free Account | Cloud services directory. |
| 218 | SoftwarePundit | softwarepundit.com | 48 | Dofollow | None | Software reviews with SEO value. |
| 219 | All Top Startups | alltopstartups.com | 55 | Dofollow | Paid/Partner | Startup and tool listings. |

---

### 🟠 PART 4: AI-SPECIFIC DIRECTORIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 220 | OpenTools.ai | opentools.ai | 45 | Dofollow | None | AI tool directory. Growing fast. |
| 221 | AI Tool Directory | aitool.directory | 30 | Dofollow | None | Curated AI tools. |
| 222 | TopAI.tools | topai.tools | 55 | Dofollow | Paid/Partner | Large AI tool aggregator. |
| 223 | AItoolsguide | aitoolsguide.com | 40 | Dofollow | None | AI tool guide with categories. |
| 224 | AI Scout | aiscout.net | 30 | Dofollow | Free Account | AI directory. |
| 225 | Toolify.ai | toolify.ai | 60 | Dofollow | Paid/Partner | Major AI directory. High traffic. |
| 226 | GPT Store / GPTs Hunter | gptshunter.com | 48 | Dofollow | None | If the product has a GPT, list it. |
| 227 | AI Tools List | aitools.fyi | 35 | Dofollow | Paid/Partner | Curated AI tools list. |
| 228 | Every AI | everyai.co | 25 | Dofollow | None | AI directory. |
| 229 | SaaS AI Tools | saasaitools.com | 35 | Dofollow | Free Account | AI SaaS directory. |
| 230 | AI Depot | aidepot.co | 20 | Dofollow | Paid/Partner | AI tools aggregator. |
| 231 | Easy With AI | easywithai.com | 50 | Dofollow | Paid/Partner | Popular AI directory. |
| 232 | AI Tool Guru | aitoolguru.com | 25 | Dofollow | Free Account | AI directory. |
| 233 | Insidr AI | insidr.ai | 45 | Dofollow | None | AI newsletter + directory. |

---

### 🟠 PART 5: GOOGLE ECOSYSTEM

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 234 | Google Partners Directory | ads.google.com/intl/en/home/partners | 99 | Nofollow | Free Account | If the business qualifies as a Google Partner. Major credibility. |
| 235 | Google for Startups | startup.google.com | 99 | Nofollow | Free Account | Apply for Google for Startups program. Cloud credits + visibility. |
| 236 | Google Workspace Marketplace | workspace.google.com/marketplace | 99 | Nofollow | Free Account | If the product builds a Workspace add-on. |
| 237 | Google Cloud Marketplace | cloud.google.com/marketplace | 99 | Nofollow | Paid/Partner | List if the product offers a cloud-deployed version. |

---

### 🟠 PART 6: MARKETING & ADTECH ECOSYSTEMS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 238 | Chief Martech (Martech Map) | chiefmartec.com/martech-landscape | 72 | Nofollow | None | Submit to the annual MarTech landscape supergraphic. Map the product to the right Advertising & Promotion category. |
| 239 | MarTech Alliance | martechalliance.com | 52 | Dofollow | Free Account | MarTech vendor directory + community. |
| 240 | Marketing Technology Pilot | martechpilot.com | 30 | Dofollow | None | MarTech directory. |
| 241 | Martech Record | martechrecord.com | 25 | Dofollow | None | MarTech news and listings. |
| 242 | AdTech Hub | adtechhub.com | 20 | Dofollow | None | Advertising technology directory. |
| 243 | LUMAscape | lumapartners.com/luma-institute/lumascapes | 65 | Nofollow | Paid/Partner | Display/Digital Ad ecosystem map. Apply for inclusion. |
| 244 | Agency Spotter | agencyspotter.com | 55 | Dofollow | Free Account | Agency/tool discovery for marketers. |
| 245 | HubSpot App Marketplace | ecosystem.hubspot.com/marketplace | 93 | Nofollow | Free Account | If the product builds a HubSpot integration. Huge distribution. |
| 246 | Zapier | zapier.com/apps | 93 | Nofollow | Free Account | Build a Zapier integration. Massive distribution + DR 93. |
| 247 | Make (Integromat) | make.com/en/integrations | 80 | Nofollow | Free Account | Build a Make integration. Automation community. |
| 248 | n8n | n8n.io/integrations | 70 | Dofollow | Free Account | Open-source automation. Build integration. |
| 249 | Activepieces | activepieces.com | 45 | Dofollow | Free Account | Open-source automation platform. |

---

### 🟠 PART 7: AFFILIATE & PARTNER NETWORKS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 250 | PartnerStack | partnerstack.com | 65 | Nofollow | Free Account | B2B partner/affiliate marketplace. List the product's affiliate program. |
| 251 | Impact.com | impact.com | 75 | Nofollow | Free Account | Enterprise partnership platform. |
| 252 | ShareASale | shareasale.com | 78 | Nofollow | Free Account | Large affiliate network. List the product's program. |
| 253 | CJ Affiliate | cj.com | 80 | Nofollow | Free Account | Major affiliate network. |
| 254 | FirstPromoter | firstpromoter.com | 50 | Dofollow | Free Account | SaaS-focused affiliate tracking. Directory of programs. |
| 255 | Rewardful | rewardful.com | 45 | Dofollow | Free Account | Stripe-native affiliate platform. |
| 256 | Affiliate Program Database | affiliateprogramdb.com | 30 | Dofollow | None | Directory of affiliate programs. List the product's affiliate commission. |

---

### 🟡 PART 8: PRESS & MEDIA OUTREACH

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 257 | TechCrunch | techcrunch.com | 94 | Nofollow | None | Pitch via tips@techcrunch.com. AI advertising angle. |
| 258 | VentureBeat | venturebeat.com | 92 | Nofollow | None | AI/ML beat. Pitch the agent-run-ads angle. |
| 259 | AdExchanger | adexchanger.com | 75 | Nofollow | None | Core adtech trade pub. Pitch or contribute. |
| 260 | Search Engine Journal | searchenginejournal.com | 91 | Nofollow | None | SEM/PPC coverage. Guest post or pitch. |
| 261 | Search Engine Land | searchengineland.com | 89 | Nofollow | None | PPC and Google Ads coverage. |
| 262 | MarTech (by Third Door Media) | martech.org | 75 | Nofollow | None | Marketing technology coverage. |
| 263 | Digiday | digiday.com | 82 | Nofollow | None | Digital advertising industry pub. |
| 264 | The Drum | thedrum.com | 80 | Nofollow | None | Global marketing and media pub. |
| 265 | Marketing Dive | marketingdive.com | 72 | Nofollow | None | Industry news for marketing professionals. |
| 266 | Business Insider (tech) | businessinsider.com | 94 | Nofollow | None | Pitch AI + SMB advertising story. |
| 267 | Forbes (contributor) | forbes.com/councils | 96 | Nofollow | Paid/Partner | Forbes Technology Council. Apply as member. ~$2K/yr. |
| 268 | Entrepreneur | entrepreneur.com | 92 | Nofollow | None | Pitch founder story or AI tool angle. |
| 269 | Inc. | inc.com | 92 | Nofollow | None | Similar to Entrepreneur. Founder angle. |

---

### 🟡 PART 9: JOURNALIST / PR SOURCING

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 270 | Connectively (formerly HARO) | connectively.us | 80 | Nofollow | Free Account | Respond to journalist queries. Get quoted in major pubs. |
| 271 | Featured.com | featured.com | 60 | Dofollow | Free Account | Expert sourcing platform. Earn backlinks from quotes. |
| 272 | SourceBottle | sourcebottle.com | 50 | Dofollow | Free Account | Australian journalist sourcing. Some US queries. |
| 273 | Terkel | terkel.io | 55 | Dofollow | Free Account | Expert sourcing. Earn backlinks from quote placements. |
| 274 | Qwoted | qwoted.com | 50 | Dofollow | Free Account | Journalist-expert matching. |
| 275 | Help a B2B Writer | helpab2bwriter.com | 35 | Dofollow | Free Account | B2B-specific journalist sourcing. Perfect for the product. |
| 276 | PressHunt | presshunt.co | 40 | Dofollow | Paid/Partner | Journalist database. Paid service. |

---

### 🟡 PART 10: PR WIRE SERVICES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 277 | EIN Presswire | einpresswire.com | 82 | Nofollow | Paid/Partner | $99/release. Good pickup. Use for launch announcement. |
| 278 | PR Newswire | prnewswire.com | 91 | Nofollow | Paid/Partner | Premium wire. $500+/release. Major pickup. |
| 279 | Business Wire | businesswire.com | 90 | Nofollow | Paid/Partner | Berkshire-owned. Premium tier. |
| 280 | GlobeNewsWire | globenewswire.com | 88 | Nofollow | Paid/Partner | Intrado. Good international reach. |
| 281 | PRLog | prlog.org | 72 | Dofollow | Free Account | Free press release distribution. DR 72 dofollow. |
| 282 | OpenPR | openpr.com | 70 | Dofollow | Free Account | Free press release distribution. |
| 283 | PR Fire | prfire.com | 45 | Dofollow | Paid/Partner | Budget-friendly PR distribution. |

---

### 🟡 PART 11: NEWSLETTERS & MEDIA FEATURES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 284 | Morning Brew | morningbrew.com | 78 | Nofollow | Paid/Partner | Pitch for feature in marketing section. Or sponsor. |
| 285 | The Hustle (HubSpot) | thehustle.co | 75 | Nofollow | Paid/Partner | Pitch startup story angle. |
| 286 | TLDR Newsletter | tldr.tech | 72 | Nofollow | Paid/Partner | Tech newsletter. Sponsor or pitch for mention. |
| 287 | Stacked Marketer | stackedmarketer.com | 55 | Nofollow | Paid/Partner | Marketing-focused newsletter. Sponsor or pitch. |
| 288 | MarketingBrew | marketingbrew.com | 65 | Nofollow | Paid/Partner | Morning Brew's marketing vertical. |
| 289 | Superpath | superpath.co | 45 | Dofollow | Free Account | Content marketing community. Post about the product. |
| 290 | GrowthList | growthlist.co | 35 | Dofollow | Paid/Partner | Growth marketing newsletter. Submit the product. |
| 291 | Console.dev | console.dev | 50 | Dofollow | None | Weekly newsletter for developers. Submit tool. |
| 292 | Uneed | uneed.best | 40 | Dofollow | Free Account | Curated tool newsletter/directory. |

---

### 🟡 PART 12: PODCASTS TO PITCH

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 293 | Marketing Over Coffee | marketingovercoffee.com | 55 | Nofollow | None | Pitch the founder as guest. AI + small biz advertising. |
| 294 | Everyone Hates Marketers | everyonehatesmarketers.com | 50 | Nofollow | None | No-BS marketing pod. Good fit for the product's story. |
| 295 | The AI Marketing Podcast | — | — | — | None | Search for and pitch relevant AI marketing pods. |
| 296 | Perpetual Traffic | perpetualtraffic.com | 45 | Nofollow | None | Google Ads focused. Perfect fit. |
| 297 | Marketing School (Neil Patel) | marketingschool.io | 60 | Nofollow | None | Pitch AI ads angle. Huge audience. |
| 298 | My First Million | mfmpod.com | 55 | Nofollow | None | Side project/SaaS focus. Pitch the founder's builder story. |
| 299 | SaaS Breakthrough | saasbreakthrough.com | 35 | Nofollow | None | SaaS growth stories. |
| 300 | Indie Bites | indiebites.com | 30 | Dofollow | None | Short-form indie maker podcast. |
| 301 | Founders | founders.simplecast.com | 40 | Nofollow | None | Startup founder stories. |
| 302 | PPC Town Hall | ppctownhall.com | 30 | Nofollow | None | PPC industry podcast. Core audience for the product. |

---

### 🟡 PART 13: INDUSTRY AWARDS & COMPETITIONS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 303 | G2 Best Software Awards | g2.com/best-software-companies | 91 | Nofollow | Free Account | Need G2 reviews first. Annual awards. |
| 304 | Clutch Leaders | clutch.co/leaders | 87 | Nofollow | Free Account | Earn via Clutch reviews. |
| 305 | SaaS Awards | saasawards.com | 45 | Dofollow | Free Account | Annual SaaS award program. Apply. |
| 306 | The Webby Awards | webbyawards.com | 88 | Nofollow | Paid/Partner | Prestigious web awards. Entry fee. |
| 307 | SXSW Pitch | sxsw.com/pitch | 90 | Nofollow | Paid/Partner | Startup pitch competition at SXSW. Application-based. |
| 308 | TechCrunch Disrupt | techcrunch.com/events | 94 | Nofollow | Paid/Partner | Startup Battlefield. Very competitive. |
| 309 | Web Summit PITCH | websummit.com/startups | 85 | Nofollow | Free Account | Apply for startup program. Free exhibitor table. |
| 310 | Startup Grind Global | startupgrind.com | 70 | Nofollow | Free Account | Google-backed. Apply for global conference. |
| 311 | MassChallenge | masschallenge.org | 65 | Nofollow | Free Account | Zero-equity accelerator. Apply for cohort. |
| 312 | Golden Kitty Awards (PH) | producthunt.com/golden-kitty-awards | 91 | Nofollow | Free Account | Product Hunt's annual awards. Need strong PH presence. |

---

### 🟡 PART 14: INDUSTRY ASSOCIATIONS & MEMBERSHIPS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 313 | Interactive Advertising Bureau (IAB) | iab.com | 80 | Nofollow | Paid/Partner | Industry association. Member directory listing. |
| 314 | American Marketing Association (AMA) | ama.org | 78 | Nofollow | Paid/Partner | Marketing professionals association. |
| 315 | Product Marketing Alliance (PMA) | productmarketingalliance.com | 55 | Nofollow | Paid/Partner | Product marketing community. |
| 316 | Association of National Advertisers (ANA) | ana.net | 65 | Nofollow | Paid/Partner | Major advertising industry body. |
| 317 | American Advertising Federation (AAF) | aaf.org | 55 | Nofollow | Paid/Partner | Advertising industry. Local chapters. |
| 318 | CMO Council | cmocouncil.org | 55 | Nofollow | Paid/Partner | C-level marketing network. |
| 319 | SaaStr | saastr.com | 70 | Nofollow | Free Account | SaaS community. Submit for SaaStr Annual. |

---

### 🟡 PART 15: BUSINESS REGISTRIES & CITATIONS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 320 | Dun & Bradstreet (D&B) | dnb.com | 90 | Nofollow | Free Account | Get a DUNS number. Business credibility signal. |
| 321 | Better Business Bureau (BBB) | bbb.org | 93 | Nofollow | Paid/Partner | Accreditation requires fee. High trust signal. |
| 322 | Manta | manta.com | 72 | Dofollow | Free Account | Business listing directory. |
| 323 | Foursquare | foursquare.com | 91 | Nofollow | Free Account | Business listing. High DR. |
| 324 | Hotfrog | hotfrog.com | 62 | Dofollow | Free Account | Business directory. |
| 325 | Spoke | spoke.com | 55 | Dofollow | Free Account | Company information directory. |
| 326 | Cylex | cylex.us | 50 | Dofollow | Free Account | Business directory with US focus. |
| 327 | Kompass | kompass.com | 65 | Nofollow | Free Account | B2B business directory. International. |
| 328 | Thomasnet | thomasnet.com | 75 | Nofollow | Free Account | B2B industrial directory. Tech companies welcome. |
| 329 | ZoomInfo | zoominfo.com | 88 | Nofollow | Free Account | Claim your company page. B2B data. |
| 330 | Apollo.io | apollo.io | 80 | Nofollow | Free Account | Claim company profile. Sales intelligence. |

---

### 🟡 PART 16: NASHVILLE / LOCAL NETWORKS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 331 | Nashville Area Chamber of Commerce | nashvillechamber.com | 60 | Nofollow | Paid/Partner | Member directory listing. Local credibility. |
| 332 | Nashville Technology Council (NTC) | technologycouncil.com | 45 | Nofollow | Paid/Partner | Tech community. Member benefits + directory. |
| 333 | Nashville Entrepreneur Center (EC) | ec.co | 50 | Nofollow | Free Account | Startup community. Events and resources. |
| 334 | Nashville Business Journal | bizjournals.com/nashville | 85 | Nofollow | Free Account | Submit for local business coverage. |
| 335 | Tennessee Small Business Development Center | tsbdc.org | 45 | Nofollow | Free Account | State-run small business resources. |
| 336 | Launch Tennessee | launchtn.org | 40 | Nofollow | Free Account | State-backed startup ecosystem. Events + 36|86 conference. |

---

### 🟡 PART 17: Q&A PLATFORMS & COMMUNITIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 337 | Quora | quora.com | 93 | Nofollow | Free Account | Answer questions in the product's category. Link to the product in profile + answers. |
| 338 | Stack Overflow / Stack Exchange | stackoverflow.com | 94 | Nofollow | Free Account | Contribute to relevant tags. Profile link. |
| 339 | Dev.to | dev.to | 85 | Dofollow | Free Account | Publish technical articles about the product's architecture. |
| 340 | Hashnode | hashnode.dev | 80 | Dofollow | Free Account | Technical blogging. Publish and link. |
| 341 | HackerNoon | hackernoon.com | 82 | Dofollow | Free Account | Publish articles about AI advertising. DR 82 dofollow. |
| 342 | SaaS Hackers (Slack) | — | — | — | Free Account | Join and participate. Link in profile. |
| 343 | Indie Hackers Discord | — | — | — | Free Account | Community participation. Share the product's progress. |
| 344 | r/PPC | reddit.com/r/PPC | 91 | Nofollow | Free Account | PPC community. Share value, not promotions. |
| 345 | r/digital_marketing | reddit.com/r/digital_marketing | 91 | Nofollow | Free Account | Digital marketing subreddit. |
| 346 | r/smallbusiness | reddit.com/r/smallbusiness | 91 | Nofollow | Free Account | Core audience for the product. Contribute value. |
| 347 | r/GoogleAds | reddit.com/r/GoogleAds | 91 | Nofollow | Free Account | Google Ads practitioners. Core audience. |
| 348 | GrowthHackers Community | community.growthhackers.com | 65 | Nofollow | Free Account | Marketing growth community. |
| 349 | Warrior Forum | warriorforum.com | 65 | Nofollow | Free Account | Internet marketing community. Legacy but still active. |

---

### 🟡 PART 18: SOCIAL PROFILES & WEB 2.0

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 350 | Twitter / X | x.com | 93 | Nofollow | Free Account | Company profile. Link in bio. Regular posts. |
| 351 | YouTube | youtube.com | 99 | Nofollow | Free Account | Create channel. Even one explainer video helps. |
| 352 | Facebook Business Page | facebook.com | 96 | Nofollow | Free Account | Business page with a link to the product. |
| 353 | Instagram | instagram.com | 96 | Nofollow | Free Account | Business profile. Link in bio. |
| 354 | TikTok | tiktok.com | 93 | Nofollow | Free Account | Short-form demos of the product. Link in bio. |
| 355 | Pinterest | pinterest.com | 94 | Nofollow | Free Account | Create pins about AI advertising. Profile link. |
| 356 | Threads | threads.net | 88 | Nofollow | Free Account | Meta's platform. Profile link. |
| 357 | Mastodon | mastodon.social | 80 | Dofollow | Free Account | Decentralized social. Profile link. |
| 358 | Bluesky | bsky.app | 70 | Dofollow | Free Account | Growing social platform. Profile link. |
| 359 | Substack | substack.com | 90 | Dofollow | Free Account | Start a newsletter about AI advertising. High DR. |
| 360 | Slideshare | slideshare.net | 94 | Nofollow | Free Account | Upload a pitch deck or explainer presentation. DR 94. |
| 361 | Scribd | scribd.com | 92 | Nofollow | Free Account | Upload whitepapers or guides about AI advertising. |
| 362 | Issuu | issuu.com | 91 | Nofollow | Free Account | Publish digital version of the product's materials. |
| 363 | About.me | about.me | 89 | Nofollow | Free Account | Personal page for the founder with a link to the product. DR 89 dofollow. |
| 364 | Gravatar | gravatar.com | 88 | Dofollow | Free Account | Profile with a link to the product. DR 88 dofollow. |
| 365 | Behance | behance.net | 92 | Dofollow | Free Account | Adobe's portfolio platform. Upload the product's design assets. |
| 366 | Dribbble | dribbble.com | 90 | Dofollow | Free Account | Design portfolio. Upload the product's UI screenshots. |

---

### 🟡 PART 19: AGENCY NETWORKS & TOOL DISCOVERY

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 367 | Agency Analytics | agencyanalytics.com/integrations | 65 | Nofollow | Paid/Partner | If the product builds an integration. Agency audience. |
| 368 | DAN (Digital Agency Network) | digitalagencynetwork.com | 55 | Nofollow | Free Account | Agency directory. List the product as a tool. |
| 369 | Top Digital Agency | topdigitalagency.com | 40 | Dofollow | Free Account | Agency and tool listings. |
| 370 | Clutch Alternatives | — | — | — | — | Search for other agency review sites. |
| 371 | DesignRush | designrush.com | 65 | Nofollow | Free Account | Agency/tool marketplace. |
| 372 | The Manifest | themanifest.com | 70 | Nofollow | Free Account | Clutch's sister site. B2B service listings. |

---

### 🟡 PART 20: CONTENT SYNDICATION & PUBLISHING

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 373 | LinkedIn Articles | linkedin.com/pulse | 99 | Nofollow | Free Account | Publish thought leadership. The founder's profile. |
| 374 | Medium (syndication) | medium.com | 94 | Dofollow | Free Account | Republish blog posts with canonical. |
| 375 | Hacker Noon | hackernoon.com | 82 | Dofollow | Free Account | Submit articles about AI advertising tech. |
| 376 | Business 2 Community | business2community.com | 72 | Nofollow | Free Account | Guest posting. Marketing content. |
| 377 | ReadWrite | readwrite.com | 78 | Nofollow | None | Technology publication. Pitch articles. |
| 378 | Startup Nation | startupnation.com | 60 | Nofollow | None | Small business content. Pitch or guest post. |
| 379 | Small Business Trends | smallbiztrends.com | 78 | Nofollow | None | Core audience for the product. Pitch coverage. |
| 380 | Business News Daily | businessnewsdaily.com | 78 | Nofollow | None | SMB-focused pub. Pitch AI ads angle. |

---

### ⚪ PART 21: DEAL & DISCOUNT PLATFORMS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 381 | AppSumo | appsumo.com | 82 | Dofollow | Paid/Partner | LTD deal platform. Apply for partnership. |
| 382 | SaaS Mantra | saasmantra.com | 40 | Dofollow | Paid/Partner | SaaS deals. |
| 383 | DealMirror | dealmirror.com | 35 | Dofollow | Paid/Partner | LTD deal site. |
| 384 | StackSocial | stacksocial.com | 75 | Dofollow | Paid/Partner | Tech deals platform. |
| 385 | SaaSZilla | saaszilla.co | 25 | Dofollow | Paid/Partner | SaaS deals marketplace. |

---

### ⚪ PART 22: DEVELOPER & OPEN SOURCE PLATFORMS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 386 | GitHub | github.com | 97 | Nofollow | Free Account | Create org profile. If any of the product's tools are open source, list them. |
| 387 | GitLab | gitlab.com | 92 | Nofollow | Free Account | Mirror repos or create projects. Profile link. |
| 388 | npm | npmjs.com | 94 | Nofollow | Free Account | If the product publishes any npm packages. |
| 389 | PyPI | pypi.org | 91 | Nofollow | Free Account | If the product publishes Python packages. |
| 390 | Libraries.io | libraries.io | 65 | Dofollow | Free Account | Open source discovery. Auto-indexes from package managers. |

---

### ⚪ PART 23: STARTUP FUNDING & INVESTOR PLATFORMS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 391 | Crunchbase (already listed) | crunchbase.com | 90 | Nofollow | Free Account | See #10. |
| 392 | PitchBook | pitchbook.com | 80 | Nofollow | Paid/Partner | Claim company profile if listed. |
| 393 | AngelList / Wellfound (already listed) | wellfound.com | 85 | Nofollow | Free Account | See #11. |
| 394 | Gust | gust.com | 65 | Nofollow | Free Account | Startup funding platform. Profile. |
| 395 | SeedInvest | seedinvest.com | 60 | Nofollow | Free Account | If exploring equity crowdfunding. |
| 396 | Republic | republic.com | 65 | Nofollow | Free Account | Investment / crowdfunding platform. |

---

### ⚪ PART 24: JOB BOARDS (Company Profiles)

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 397 | Glassdoor | glassdoor.com | 91 | Nofollow | Free Account | Claim company profile even if not hiring. |
| 398 | Indeed | indeed.com | 94 | Nofollow | Free Account | Company page. Link to the product. |
| 399 | Built In | builtin.com | 78 | Nofollow | Paid/Partner | Tech company profiles. Nashville edition. |
| 400 | Levels.fyi | levels.fyi | 70 | Dofollow | Free Account | Add company if hiring in tech. |
| 401 | Otta | otta.com | 65 | Nofollow | Free Account | Tech jobs platform. Company profile. |
| 402 | Work at a Startup (YC) | workatastartup.com | 75 | Nofollow | Paid/Partner | Y Combinator job board. Apply even if not YC-backed. |
| 403 | RemoteOK | remoteok.com | 70 | Dofollow | Paid/Partner | Post job to get company listed. |

---

### ⚪ PART 25: MISCELLANEOUS HIGH-VALUE

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 404 | Wikipedia | wikipedia.org | 99 | Nofollow | Free Account | Long-term goal: get the product mentioned in relevant articles (its category, etc.). Requires notability. |
| 405 | Craigslist (services) | craigslist.org | 94 | Nofollow | Free Account | Post in Nashville services. High DR. |
| 406 | AngelList Venture | venture.angellist.com | 85 | Nofollow | Paid/Partner | If raising capital. Signal to investors. |
| 407 | Product School | productschool.com | 65 | Nofollow | Free Account | Contribute content. Product management community. |
| 408 | Notion Template Gallery | notion.so/templates | 93 | Nofollow | Free Account | If the product creates a useful Notion template. Creative backlink. |
| 409 | Airtable Universe | airtable.com/universe | 88 | Nofollow | Free Account | Share a useful Airtable base. Creative backlink. |
| 410 | VS Code Marketplace | marketplace.visualstudio.com | 96 | Nofollow | Free Account | If the product builds a developer extension. DR 96. |

---

## APPENDED EXPANSION PACK

### 🟠 PART 26: SOFTWARE REVIEW & COMPARISON DIRECTORIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 411 | Gartner Peer Insights | gartner.com/reviews/home | — | — | Paid/Partner | High-value review platform. Use vendor portal to add/manage product profile and collect customer reviews. |
| 412 | FinancesOnline | financesonline.com | — | — | Paid/Partner | Strong SaaS comparison site. Submit the product for editorial review and category placement. |
| 413 | OMR Reviews | omr.com/en/reviews | — | — | Free Account | DACH/EU software review directory. Useful if the product wants broader European discovery. |
| 414 | PeerSpot | peerspot.com | — | — | Free Account | Enterprise software review site. Claim vendor presence and activate review collection. |
| 415 | Tekpon | tekpon.com | — | — | Free Account | Software directory/review site. Good fit if the product wants another SaaS comparison surface. |
| 416 | SoftwareReviews | softwarereviews.com | — | — | Free Account | Info-Tech's review network. More enterprise-leaning than Capterra/GetApp. |
| 417 | Appvizer | appvizer.com | — | — | Free Account | European software directory with submission path for vendors. |
| 418 | SoftwareWorld | softwareworld.co | — | — | Free Account | B2B software discovery and rankings site. |
| 419 | SaaSGenius | saasgenius.com | — | — | Free Account | SaaS directory with vendor submission workflow. |
| 420 | Slashdot Software Directory | slashdot.org/software | — | — | Free Account | Long-running software catalog with business software categories. |

### 🟠 PART 27: AI-SPECIFIC DIRECTORIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 421 | AITopTools | aitoptools.com | — | — | None | AI tool directory with add/claim flow. |
| 422 | AIPURE | aipure.ai | — | — | None | Popular AI tool directory. Submit the product under its relevant category angles. |
| 423 | AIChief | aichief.com | — | — | None | AI tool directory with submit-your-tool workflow. |
| 424 | AIToolNet | aitoolnet.com | — | — | None | Another active AI tool directory with direct submission path. |
| 425 | AIxploria | aixploria.com | — | — | None | AI directory with submission flow and broad category coverage. |
| 426 | AI Stash | ai-stash.webflow.io | — | — | None | AI tools discovery site. Good fit for the product's AI-assisted workflow. |
| 427 | The AI Library | theailibrary.co | — | — | None | AI tools library with submit-tool option. |
| 428 | AI Review Battle | aireviewbattle.com | — | — | None | AI tool listing / comparison surface worth testing. |
| 429 | AIToolsDirectory.com | aitoolsdirectory.com | — | — | None | Separate from aitool.directory. Low-friction extra AI listing. |

### 🟠 PART 28: LAUNCH COMMUNITIES & EARLY-ADOPTER PLATFORMS

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 430 | Microlaunch | microlaunch.net | — | — | Free Account | Launch community oriented toward indie SaaS and early adopters. |
| 431 | Peerlist Launchpad | peerlist.io/launchpad | — | — | Free Account | Good launch surface for builders, designers, and early adopters. |
| 432 | Fazier | fazier.com | — | — | Free Account | Product discovery / launch site worth adding alongside Product Hunt. |
| 433 | Tiny Startups | tinystartups.com | — | — | None | Indie/startup showcase with straightforward submission path. |

### 🟠 PART 29: LOCAL / BUSINESS CITATION DIRECTORIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 434 | MerchantCircle | merchantcircle.com | — | — | Free Account | Claim/create business profile. Useful for citation breadth. |
| 435 | ChamberofCommerce.com | chamberofcommerce.com | — | — | Free Account | Large business directory. Good citation-layer listing. |
| 436 | MapQuest | mapquest.com | — | — | Free Account | Business listing ecosystem. Treat as citation/supporting profile. |
| 437 | Nextdoor Business | business.nextdoor.com | — | — | Free Account | Useful if the business wants neighborhood/business visibility and citation support. |
| 438 | Superpages | superpages.com | — | — | Free Account | Classic business directory. Lower intent but easy citation win. |
| 439 | EZlocal | ezlocal.com | — | — | Free Account | Business listing/citation platform with account dashboard. |
| 440 | Yellow Pages | yellowpages.com | — | — | Free Account | Claim business listing for broader citation footprint. |
| 441 | CitySquares | citysquares.com | — | — | Free Account | Business directory with add-business flow. |
| 442 | DexKnows | dexknows.com | — | — | Free Account | Another supporting citation site to round out coverage. |
| 443 | ShowMeLocal | showmelocal.com | — | — | Free Account | Easy additional directory submission. |
| 444 | Data Axle | data-axle.com/local-listings/claim-your-business/ | — | — | Free Account | Aggregator-level citation source. Higher leverage than many single directories. |
| 445 | TransUnion Digital Business Profile | neustarlocaleze.biz | — | — | Free Account | Localeze successor path for data distribution / business profile management. |

### 🟠 PART 30: APP, EXTENSION & INTEGRATION MARKETPLACES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 446 | Shopify App Store | apps.shopify.com | — | — | Paid/Partner | Only if the product ships a Shopify app or embedded commerce workflow. |
| 447 | Salesforce AppExchange | appexchange.salesforce.com | — | — | Paid/Partner | Only if the product builds a Salesforce integration/app. |
| 448 | Microsoft Marketplace | marketplace.microsoft.com | — | — | Paid/Partner | Current Microsoft marketplace surface replacing older AppSource naming. |
| 449 | Slack Marketplace | slack.com/marketplace | — | — | Free Account | Good if the product adds Slack alerts, approvals, or workflow integrations. |
| 450 | Zoom App Marketplace | marketplace.zoom.us | — | — | Free Account | Relevant if the product adds meeting, reporting, or conversational workflows. |
| 451 | Zendesk Marketplace | zendesk.com/marketplace | — | — | Free Account | Good if the product plugs into support/sales workflows. |
| 452 | Intercom App Store | intercom.com/app-store | — | — | Free Account | Relevant for support, lifecycle, or customer-messaging integrations. |
| 453 | Pipedrive Marketplace | pipedrive.com/en/marketplace | — | — | Free Account | Good fit if the product syncs leads, opportunities, or reporting into CRM. |
| 454 | Zoho Marketplace | marketplace.zoho.com | — | — | Free Account | Broad business software ecosystem. Good if the product ships a Zoho connector. |
| 455 | Freshworks Marketplace | freshworks.com/apps | — | — | Free Account | Relevant for CRM/support workflow integrations. |
| 456 | monday.com Apps Marketplace | monday.com/marketplace | — | — | Free Account | Useful if the product adds project, approval, or campaign workflow blocks. |
| 457 | BigCommerce Apps | bigcommerce.com/apps | — | — | Free Account | Good if the product expands into ecommerce ad automation. |
| 458 | WooCommerce Extensions | woocommerce.com/products/ | — | — | Free Account | Only if the product releases a WooCommerce extension/plugin. |
| 459 | Wix App Market | wix.com/app-market | — | — | Free Account | Relevant if the product targets SMBs running on Wix. |
| 460 | WordPress Plugin Directory | wordpress.org/plugins | — | — | Free Account | High-leverage if the product ships a WordPress plugin or connector. |
| 461 | Semrush App Center | semrush.com/app-center | — | — | Free Account | Excellent fit if the product can sit inside SEO/marketing ops workflows. |
| 462 | Mailchimp Integrations | mailchimp.com/integrations | — | — | Free Account | Useful if the product ties performance data to lifecycle/email data. |
| 463 | Klaviyo App Marketplace | klaviyo.com/integrations | — | — | Free Account | Strong fit if the product leans into ecommerce + retention loops. |
| 464 | Xero App Store | apps.xero.com | — | — | Free Account | Relevant if the product adds finance/reporting or ROI attribution hooks. |
| 465 | QuickBooks App Store | quickbooks.intuit.com/app/apps/home/ | — | — | Free Account | Useful if the product adds spend/revenue reporting integrations. |
| 466 | ServiceNow Store | store.servicenow.com | — | — | Paid/Partner | Enterprise-oriented. Only worthwhile if the product goes upmarket with workflow integrations. |
| 467 | Atlassian Marketplace | marketplace.atlassian.com | — | — | Free Account | Relevant for Jira/Confluence integrations tied to campaign ops. |
| 468 | Webflow Apps | webflow.com/apps | — | — | Free Account | Good if the product adds landing-page, CMS, or analytics workflow features. |
| 469 | Airtable Marketplace | airtable.com/marketplace | — | — | Free Account | Strong fit for campaign tracking, planning, and reporting automations. |
| 470 | Asana Apps | asana.com/apps | — | — | Free Account | Useful if the product integrates with tasking/approval workflows. |
| 471 | Notion Integrations | notion.so/integrations | — | — | Free Account | Relevant if the product pushes briefs, reports, or AI outputs into Notion. |
| 472 | Adobe Exchange | exchange.adobe.com | — | — | Free Account | Only if the product creates an Adobe plugin or creative workflow extension. |
| 473 | ActiveCampaign Apps | activecampaign.com/apps | — | — | Free Account | Good if the product syncs audiences, lifecycle stages, or campaign triggers. |
| 474 | Constant Contact Marketplace | constantcontact.com/features/integrations | — | — | Free Account | Useful for SMB-oriented marketing stack integrations. |
| 475 | Twilio Segment Catalog | segment.com/catalog | — | — | Free Account | Relevant if the product becomes a destination/source in CDP workflows. |
| 476 | Microsoft Edge Add-ons | microsoftedge.microsoft.com/addons | — | — | Free Account | Pair with Chrome store if the product ships a browser extension. |
| 477 | Firefox Add-ons | addons.mozilla.org | — | — | Free Account | Extra extension distribution surface beyond Chrome and Edge. |

### 🟠 PART 31: MARKETING / ADTECH PARTNER DIRECTORIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 478 | LinkedIn Marketing Partners | business.linkedin.com/marketing-solutions/marketing-partners | — | — | Paid/Partner | Apply only if the product qualifies as a formal LinkedIn marketing partner. |
| 479 | TikTok Marketing Partners | ads.tiktok.com/business/en-US/marketing-partners | — | — | Paid/Partner | Relevant if the product adds official TikTok ads capabilities and meets partner criteria. |
| 480 | Pinterest Business Partners | business.pinterest.com/business-partners | — | — | Paid/Partner | Useful if the product supports Pinterest campaign workflows. |
| 481 | Amazon Ads Partner Directory | advertising.amazon.com/partners/directory | — | — | Paid/Partner | Good if the product expands into Amazon Ads or retail media. |
| 482 | Snapchat Business Partners | partners.snapchat.com | — | — | Paid/Partner | Relevant if the product adds Snapchat campaign support. |
| 483 | Reddit Agency Partners | redditforbusiness.com/partners | — | — | Paid/Partner | Useful if the product grows into managed services or official Reddit campaign enablement. |
| 484 | Microsoft Advertising Partner Directory | msadvertisingpartnerprogram.powerappsportals.com/partner-directory/ | — | — | Paid/Partner | Apply if the product builds serious Microsoft Ads support and meets partner requirements. |
| 485 | AWS Partner Finder | partners.amazonaws.com/partners | — | — | Paid/Partner | Optional if the product wants cloud ecosystem credibility and partner discovery. |

### 🟠 PART 32: SOLUTIONS / SERVICE PARTNER DIRECTORIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 486 | HubSpot Solutions Directory | ecosystem.hubspot.com/marketplace/solutions | — | — | Paid/Partner | Only if the product offers implementation, onboarding, or managed services. |
| 487 | Shopify Partner Directory | shopify.com/partners/directory | — | — | Paid/Partner | Only if the product adds services or certified partner motion for Shopify merchants. |
| 488 | Asana Service Partners | asana.com/partners/services | — | — | Paid/Partner | Only if the product provides implementation or consulting around workflow setup. |
| 489 | Intercom Solution Partners | intercom.com/partners | — | — | Paid/Partner | Only if the product offers services or formal partner support. |
| 490 | Salesforce Consulting / Partner Finder | appexchange.salesforce.com/consulting | — | — | Paid/Partner | Only if the product offers consulting/services or becomes a formal Salesforce partner. |

---

## LONG-TAIL EXPANSION (Parts 46–59)

The sections below extend Layer 1 with long-tail, niche, international, and community surfaces. These entries skew lower-DR but provide broader backlink surface area, traffic inroads, and softer submission paths (GitHub PRs, community posts, newsletter tips, regional chambers). Parts 33–45 remain reserved for the Layer 2/3 surface taxonomy in the **Surface taxonomy** section below.

### 🟡 PART 46: GITHUB AWESOME LISTS (PR-BASED)

Submission path: fork repo, add entry in the right section following the repo's CONTRIBUTING.md rules, open a pull request. Reviews typically 2–14 days. Dofollow backlinks on merge.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 491 | awesome-generative-ai (steven2358) | github.com/steven2358/awesome-generative-ai | 65 | Nofollow | Free Account | PR submission; main + discoveries sub-list. High visibility awesome-list. |
| 492 | awesome-generative-ai (filipecalegario) | github.com/filipecalegario/awesome-generative-ai | 50 | Nofollow | Free Account | Tools, models, references. Active PR window. |
| 493 | awesome-llm (Hannibal046) | github.com/Hannibal046/Awesome-LLM | 62 | Nofollow | Free Account | Comprehensive LLM list. The product fits under the marketing/agent applications section. |
| 494 | awesome-prompt-engineering (promptslab) | github.com/promptslab/Awesome-Prompt-Engineering | 60 | Nofollow | Free Account | Hand-curated prompt engineering resources. |
| 495 | awesome-ai-tools (mahseema) | github.com/mahseema/awesome-ai-tools | 36 | Nofollow | Free Account | Marketing section accepts PRs at marketing.md. |
| 496 | awesome-ai-marketing (jmedia65) | github.com/jmedia65/awesome-ai-marketing | 45 | Nofollow | Free Account | AI marketing tools organized by function. Direct fit. |
| 497 | awesome-ai-marketing (alternbits) | github.com/alternbits/awesome-ai-marketing | 32 | Nofollow | Free Account | 300+ AI marketing tools, open PRs. Strong category fit. |
| 498 | awesome-marketing (gokepelemo) | github.com/gokepelemo/awesome-marketing | 51 | Nofollow | Free Account | Marketing articles and tools for product growth. |
| 499 | awesome-marketing (ronakganatra) | github.com/ronakganatra/awesome-marketing | 49 | Nofollow | Free Account | Hand-picked resources for marketers. |
| 500 | awesome-marketing-tools (tractiongroup) | github.com/tractiongroup/awesome-marketing-tools | 28 | Nofollow | Free Account | Curated marketing tools list, PRs welcome. |
| 501 | awesome-content-marketing (brandonhimpfen) | github.com/brandonhimpfen/awesome-content-marketing | 48 | Nofollow | Free Account | Content marketing tools, platforms, strategies. |
| 502 | awesome-digital-marketing (paulbradish) | github.com/paulbradish/awesome-digital-marketing | 34 | Nofollow | Free Account | Digital marketing guides and tools. |
| 503 | awesome-email-marketing (LLazyEmail) | github.com/LLazyEmail/awesome-email-marketing | 35 | Nofollow | Free Account | Email marketing tools & strategies; community PRs. |
| 504 | awesome-saas (georgezouq) | github.com/georgezouq/awesome-saas | 52 | Nofollow | Free Account | SaaS curated list; PR contributions. |
| 505 | awesome-saas (brandonhimpfen) | github.com/brandonhimpfen/awesome-saas | 48 | Nofollow | Free Account | Tools, frameworks, APIs, playbooks for SaaS. |
| 506 | awesome-saas-services (GetStream) | github.com/GetStream/awesome-saas-services | 58 | Nofollow | Free Account | Best-in-class SaaS services list. |
| 507 | awesome-saas-directories (mahseema) | github.com/mahseema/awesome-saas-directories | 45 | Nofollow | Free Account | Meta-list of directories to launch a SaaS. |
| 508 | awesome-oss-saas (vihar) | github.com/vihar/awesome-oss-saas | 42 | Nofollow | Free Account | Open-source SaaS tools collection. |
| 509 | awesome-free-saas (LlamaGenAI) | github.com/LlamaGenAI/awesome-free-saas | 26 | Nofollow | Free Account | Free-tier SaaS tools collection. |
| 510 | awesome-nocode-lowcode (valentin-vogel) | github.com/valentin-vogel/awesome-nocode-lowcode | 50 | Nofollow | Free Account | No-code & low-code resources and platforms. |
| 511 | awesome-lowcode (antdimot) | github.com/antdimot/awesome-lowcode | 46 | Dofollow | None | Low-code development platforms list. |
| 512 | awesome-no-code-tools (ElijT) | github.com/ElijT/Awesome-no-code-tools | 42 | Dofollow | None | Tools for apps, sites, chatbots without code. |
| 513 | awesome-productivity (jyguyomarch) | github.com/jyguyomarch/awesome-productivity | 50 | Dofollow | None | Productivity resources; open contributions. |
| 514 | awesome-selfhosted | github.com/awesome-selfhosted/awesome-selfhosted | 72 | Dofollow | None | Free self-hosted web apps. High authority. |
| 515 | awesome-automation (croqaz) | github.com/croqaz/awesome-automation | 48 | Dofollow | None | Automation software, local & cloud tools. |
| 516 | awesome-apis (whizkydee) | github.com/whizkydee/Awesome-APIs | 55 | Dofollow | None | Curated list of APIs from around the web. |
| 517 | awesome-ai-devtools (jamesmurdza) | github.com/jamesmurdza/awesome-ai-devtools | 46 | Dofollow | None | AI-powered developer tools collection. |
| 518 | awesome-ai-coding-tools | github.com/ai-for-developers/awesome-ai-coding-tools | 45 | Dofollow | None | AI coding tools (Qwen, Tabby, Continue, etc.). |
| 519 | awesome-opensource-ai (alvinreal) | github.com/alvinreal/awesome-opensource-ai | 48 | Dofollow | None | Open-source AI projects, models, tools. |
| 520 | awesome-ai-seo (best-of-ai) | github.com/best-of-ai/awesome-ai-seo | 30 | Dofollow | None | AI marketing/SEO tools, community PRs. |
| 521 | awesome-ai-newsletters (alternbits) | github.com/alternbits/awesome-ai-newsletters | 32 | Dofollow | None | 100+ AI newsletters curated; meta-list. |
| 522 | awesome-launch-platforms (DirectorySurf) | github.com/DirectorySurf/awesome-launch-platforms | 52 | Dofollow | None | Launch platforms for products and startups. |
| 523 | Startup Launch List (volodstaimi) | github.com/volodstaimi/Startup-Launch-List | 58 | Dofollow | None | 580+ directories to launch a startup/SaaS/AI. |
| 524 | PlacesToPostYourStartup (mmccaff) | github.com/mmccaff/PlacesToPostYourStartup | 68 | Dofollow | None | Ask HN compiled list; widely used by founders. |
| 525 | startup-directories (nilandev) | github.com/nilandev/startup-directories | 48 | Dofollow | None | Startup directories and review websites. |
| 526 | promote-your-next-startup (trekhleb) | github.com/trekhleb/promote-your-next-startup | 62 | Dofollow | None | Free resources for startup promotion. |
| 527 | awesome-visibility (dehenne) | github.com/dehenne/awesome-visibility | 50 | Dofollow | None | Achieve visibility for your product. |
| 528 | Awesome AI Market Maps (joylarkin) | github.com/joylarkin/Awesome-AI-Market-Maps | 48 | Dofollow | None | 400+ AI market maps updated quarterly. |
| 529 | best-of-ai/ai-directories | github.com/best-of-ai/ai-directories | 65 | Dofollow | None | Meta-list of best AI directories. |
| 530 | awesome-startup-resources (eferrares) | github.com/eferrares/awesome-startup-resources | 48 | Dofollow | None | Curated startup resources, open PRs. |
| 531 | awesome-ceo (kuchin) | github.com/kuchin/awesome-ceo | 56 | Dofollow | None | Resources for founders and high-growth leaders. |
| 532 | free-for-dev (ripienaar) | github.com/ripienaar/free-for-dev | 50 | Dofollow | None | 400+ free tiers for devs, tools category welcomes PRs. |

### 🟡 PART 47: AI MICRO-DIRECTORIES & LONG-TAIL

Form-based AI tool directories beyond the top tier. Lower DR but collectively drive tail traffic and strong backlink surface.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 533 | AIToolboard | aitoolboard.com | 45 | Unknown | None | 1,300+ AI tools, form-based submission. |
| 534 | AI Tools Directory (aitools-directory.com) | aitools-directory.com | 48 | Nofollow | Free Account | 2026-focused AI tools list. |
| 535 | AIDir.io | aidir.io | 32 | Unknown | Free Account | One of the earliest AI directories (since 2022). |
| 536 | AI Agents Live | aiagentslist.com | 42 | Nofollow | Free Account | 600+ AI agents & autonomous tools. Direct fit for the product's agent angle. |
| 537 | AI Agent Store | aiagentstore.ai | 48 | Dofollow | Free Account | Agentic frameworks and platforms. |
| 538 | AllGPTs | allgpts.co | 42 | Unknown | Free Account | GPT list directory; demo link required. |
| 539 | PoweredByAI | poweredbyai.app | 35 | Dofollow | None | 100K+ annual visitors. |
| 540 | NextGen Tools | nxgntools.com | 38 | Unknown | Free Account | AI tools indexed by community crawlers. |
| 541 | WhatTheAI.tech | whattheai.tech | 44 | Dofollow | Free Account | 10,000+ AI tools across 278 categories. |
| 542 | FastPedia | fastpedia.ai | 36 | Unknown | Free Account | 900+ AI tools segmented by application. |
| 543 | Altern.ai | altern.ai | 40 | Unknown | Free Account | AI tool alternatives and comparisons. |
| 544 | Easy With AI | easywith.ai | 45 | Dofollow | Free Account | Accessibility-focused AI tools directory. |
| 545 | RankmyAI | rankmyai.com | 48 | Dofollow | Free Account | 61,000+ AI tools and companies ranked. |
| 546 | Startup AI Tools | startupaitools.com | 30 | Dofollow | Free/Paid | AI tool submissions; ~$6/listing, 48h approval. |
| 547 | Find My AI Tool | findmyaitool.com | 30 | Unknown | Free Account | User-submitted AI tool directory. |
| 548 | AI Scout | aiscout.io | 38 | Dofollow | Free Account | 1,800+ tool directory for AI discoveries. |
| 549 | SaaS AI Tools | saasaitools.com | 35 | Unknown | Free Account | Curated AI SaaS directory; accepts submissions. |
| 550 | Hugging Face Spaces | huggingface.co/spaces | 78 | Dofollow | Free Account | ML apps community. Relevant if the product publishes a demo/agent space. |
| 551 | Poe (Quora AI Platform) | poe.com | 75 | Dofollow | Free Account | AI chatbots/agents/GPTs aggregator. |
| 552 | ENUM | enumhq.com/directory-list | 42 | Unknown | Free Account | 93+ directories to submit tools; meta-list. |
| 553 | LaunchPedia | launchpedia.co | 42 | Dofollow | Free Account | 150+ directories to list a SaaS. Curated aggregator. |
| 554 | ListingBott | listingbott.com | 35 | Unknown | Paid | Auto-submit to 100 directories in one click. |
| 555 | SubmitSaaS | submitsaas.com | 45 | Unknown | Paid/Partner | Managed SaaS directory listings; 48-hour turnaround. |

### 🟡 PART 48: INDIE MAKER & MICRO-SAAS AGGREGATORS

Low-friction early-stage launch and discovery communities. Most free with light accounts.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 556 | MicroLineup | microlineup.com | 30 | Unknown | Free Account | Weekly micro-SaaS lineup for indie makers. |
| 557 | Tiny Startups | tinystartups.com | 25 | Dofollow | Free Account | Community-driven platform for small startups and side projects. |
| 558 | OpenHunts | openhunts.com | 30 | Unknown | Free Account | Product launch checklist and indie maker community. |
| 559 | ItsLaunched | itslaunched.com | 30 | Unknown | Free Account | 10 products per day fair-voting platform. |
| 560 | Microlaunch | microlaunch.io | 25 | Unknown | Free Account | Month-long product launch cycle; iterative feedback. |
| 561 | WIP (What I'm Working On) | wip.chat | 52 | Nofollow | Paid/Partner | 1,800+ makers. $9–30/mo. Share launches in #shipping/#products. |
| 562 | Makerlog | getmakerlog.com | 48 | Nofollow | Free Account | 8K+ founders/indie hackers. Log tasks and post tools. |
| 563 | IndieExit | indieexit.com | 48 | Dofollow | Free Account | Marketplace for micro-startups and SaaS. |
| 564 | MicroSaaSHQ | microsaashq.com | 42 | Dofollow | Paid/Partner | 1,200+ validated micro-SaaS ideas and tools. |
| 565 | Indiemaker Marketplace | indiemaker.com/marketplace/micro-saas | 52 | Dofollow | Free Account | Free marketplace for bootstrapped founders. |
| 566 | Microns.io | microns.io | 40 | Dofollow | Free Account | Micro startups for sale; zero commission. |
| 567 | Indie Maker List | indiemakerlist.com | 35 | Dofollow | Free Account | Directory for indie makers and side projects. |
| 568 | Founder Cafe | foundercafe.com | 38 | Nofollow | Paid/Partner | Community for bootstrapped founders. |
| 569 | Founderland | founderland.com | 40 | Nofollow | Free Account | Global founder community. Pitch new tools. |
| 570 | Launchclub | launchclub.ai | 42 | Nofollow | Free Account | Invite-only video-chat community for founders. |
| 571 | Lunchclub | lunchclub.ai | 45 | Nofollow | Free Account | AI-matched networking for founders and monthly pitches. |

### 🟡 PART 49: SAAS DEALS & LIFETIME PLATFORMS

Alternative to AppSumo. Lower DR but high-intent buyer audiences.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 572 | Product Canyon | productcanyon.com | 48 | Nofollow | Free/Paid | Lifetime SaaS deals; AppSumo alternative. |
| 573 | DealMirror | dealmirror.com | 42 | Dofollow | Free/Paid | Marketing/B2B/AI tools deals. |
| 574 | SaaSZilla | saaszilla.com | 40 | Dofollow | Free/Paid | High-quality lifetime SaaS deals. |
| 575 | FounderPass | founderpass.com | 45 | Nofollow | Free/Paid | 100+ deals for founders on demand. |
| 576 | Early Shark | earlyshark.com | 38 | Dofollow | Free/Paid | Startup deals and lifetime offers. |
| 577 | Rocket Hub | rockethub.com | 42 | Nofollow | Free/Paid | SaaS deals and lifetime licenses. |
| 578 | SaaSspire | saasspire.com | 35 | Unknown | Free Account | SaaS deals aggregator. |
| 579 | Gumroad | gumroad.com | 78 | Dofollow | Free Account | Digital product marketplace; tools and templates featured. |

### 🟡 PART 50: PPC / GROWTH / MARKETING NICHE BLOGS & ROUNDUPS

Blog outreach targets — submit via contact form, pitch for roundups, or request tool review/inclusion. Most are editorial — expect relationship-building, not one-click submissions.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 580 | Optmyzr Blog | optmyzr.com/blog | 60 | Dofollow | None | Leading PPC management platform blog. Editorial pitch. |
| 581 | PPC Hero | ppchero.com | 65 | Dofollow | None | Dedicated PPC blog with tool reviews. Editorial pitch. |
| 582 | PPC Mastery | ppcmastery.com | 45 | Unknown | Free Account | PPC specialist community with tool discussions and newsletter. |
| 583 | PPC Live Blog | ppc.live/ppc-blog | 35 | Unknown | Free Account | PPC-focused blog with tool roundups. |
| 584 | HawkSEM Blog | hawksem.com/blog/ppc-tools | 50 | Dofollow | None | PPC agency blog running 17–20+ tool roundups. |
| 585 | Brafton PPC Tools | brafton.com/blog/ppc-tools | 70 | Dofollow | None | Digital marketing agency with comprehensive tool reviews. |
| 586 | SearchAtlas PPC Tools | searchatlas.com/blog/google-ppc-tools | 55 | Dofollow | Free Account | 12+ PPC tools roundup with submission path. |
| 587 | Verbolia | verbolia.com/best-google-ads-tools | 30 | Dofollow | Free Account | 20+ Google Ads tools roundup. |
| 588 | DashThis PPC Tools | dashthis.com/blog/great-ppc-tools | 45 | Dofollow | Free Account | Reporting tool with PPC tools roundup. |
| 589 | WiserBrand PPC Tools | wiserbrand.com/top-15-ppc-tools | 30 | Nofollow | Free Account | 15 PPC tools for research and optimization. |
| 590 | KeywordMe Blog | keywordme.io/blog/google-ads-ppc-tool | 30 | Dofollow | Free Account | 12 Google Ads PPC tool roundup. |
| 591 | Marketer Milk Blog | marketermilk.com/blog/ai-marketing-tools | 30 | Dofollow | Free Account | AI and marketing tools roundups. Active submissions. |
| 592 | Demand Curve Newsletter | demandcurve.com/newsletter | 55 | Unknown | Free Account | Growth marketing newsletter sharing tools and tactics. |
| 593 | Guideflow CRO Tools | guideflow.com/blog/best-cro-tools | 35 | Dofollow | Free Account | Interactive demo platform with CRO tools roundup. |
| 594 | Convertize Blog | convertize.com/cro-tools | 45 | Unknown | Free Account | CRO platform with tools directory. |
| 595 | WisePops Blog | wisepops.com/blog/best-cro-tools | 40 | Dofollow | Free Account | Pop-up and CRO tool with roundup content. |
| 596 | The Retail Exec | theretailexec.com/tools/best-ecommerce-marketing-tools | 45 | Nofollow | Free Account | Ecommerce tool roundups; accepts submissions. |
| 597 | Debutify Blog | debutify.com/blog/top-ecommerce-tools-and-apps | 40 | Dofollow | Free Account | Shopify theme & tool roundups. |
| 598 | AdNabu Ecommerce Marketing | blog.adnabu.com/ecommerce/ecommerce-marketing-tools | 30 | Dofollow | Free Account | Ecommerce PPC and marketing tool roundup. |
| 599 | SellerApp Blog | sellerapp.com/blog/ecommerce-marketing-tools | 40 | Nofollow | Free Account | Amazon and ecommerce tool roundups. |
| 600 | Influencer Marketing Hub — Ecommerce | influencermarketinghub.com/ecommerce-marketing-tools | 75 | Nofollow | None | Comprehensive ecommerce marketing tool roundups. |
| 601 | GrackerAI SaaS PPC Tools | gracker.ai/blog/best-ppc-tools-for-b2b-saas | 30 | Dofollow | None | 12+ best PPC tools for B2B SaaS. |
| 602 | AdLabz SaaS PPC Tools | adlabz.co/20-b2b-saas-ppc-tools-for-competitive-analysis | 30 | Dofollow | None | 20 B2B SaaS PPC tools roundup. |
| 603 | Powered by Search — SaaS PPC | poweredbysearch.com/learn/ppc-tools-competitive-analysis | 45 | Dofollow | None | SaaS PPC tool roundup and competitive analysis. |
| 604 | SimpleTiger | simpletiger.com/saas-ppc-agency | 50 | Dofollow | None | SaaS PPC agency with tool integrations. |
| 605 | SaaS Hackers PPC Guide | saas-hackers.com/guides/b2b-saas-ppc | 45 | Dofollow | None | B2B SaaS PPC guide with tool recommendations. |
| 606 | DashClicks Blog | dashclicks.com/blog/business-listing-management | 55 | Dofollow | Free Account | Local SMB marketing platform with tool roundups. |
| 607 | Marketgoo SMB Tools | marketgoo.com/smb-marketing-tools-resources | 35 | Dofollow | None | SMB marketing tools and resources. |
| 608 | Emailtooltester | emailtooltester.com/en/blog/free-marketing-tools | 55 | Dofollow | None | 20+ free marketing tool roundups. |
| 609 | Dan Siepen SaaS Stack | dansiepen.io/saas-stack | 50 | Dofollow | None | 500+ curated SaaS marketing tools stack. |
| 610 | Martechbase | velocitypartners.com/blog/meet-martechbase-the-searchable-martech-landscape | 55 | Dofollow | Free Account | Searchable martech directory; Chief Martech alternative. |
| 611 | GoHighLevel Blog | blog.gohighlevel.com | 55 | Dofollow | Free Account | Agency software platform with tool stack roundups. |
| 612 | Growyouragency Resources | growyouragency.group/top-57-website-directories-for-marketing-and-creative-agencies | 35 | Unknown | None | Agency-focused resource directory and community. |

### 🟡 PART 51: SLACK & DISCORD COMMUNITIES

Not true directories — these are engagement surfaces. Join, introduce yourself, contribute, then share the product in the designated #tools or #resources channels when appropriate. Backlinks are typically nofollow; value is in referral traffic and founder-to-founder distribution.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 613 | Online Geniuses (Slack) | onlinegeniuses.com | 62 | Nofollow | Free Account | 53K+ members. SEO/digital marketing/growth hacking. #marketing-automation, #paid-ads. |
| 614 | RevGenius (Slack) | revgenius.com | 55 | Nofollow | Free Account | 20K+ B2B sales/marketing. #tools-resources, #new-tools. |
| 615 | Growth Marketing Pros (Slack) | growthmkting.slack.com | 50 | Nofollow | Free Account | 8K+ SaaS/startup growth. #tools and #integrations channels. |
| 616 | The Efficient Growth Community | efficientgrowth.co | 45 | Nofollow | Free Account | 3K+ brands/agencies. Marketing tech and automation channels. |
| 617 | Email Geeks (Slack) | emailgeeks.net | 55 | Nofollow | Free Account | Email marketing/deliverability focus. #tools-integrations. |
| 618 | SaaS Alliance (Slack) | saasalliance.io | 50 | Nofollow | Free Account | 3K+ SaaS leaders. #marketing-automation and #growth channels. |
| 619 | The Agency Community (Slack) | growyouragency.group/agency-community | 45 | Nofollow | Free Account | 1,100+ agency owners. Free Slack with #marketing-tools channel. |
| 620 | Traffic Think Tank (Slack) | trafficthinkank.com | 52 | Nofollow | Paid/Partner | $119/mo. SEO/growth/automation channels. |
| 621 | Designer Hangout (Slack) | designerhangout.co | 58 | Nofollow | Paid/Partner | 15K+ UX/design pros. Invite-only; open applications. |
| 622 | Open Claw Community (Slack) | openclaw.ai/community | 38 | Nofollow | Free Account | AI agents/automation focus. Directly relevant to the product's tech stack. |
| 623 | PPC Mastery Discord | ppcmastery.com/community | 52 | Nofollow | Free Account | 10K+ Google Ads specialists. #tools-showcase. |
| 624 | Google Ads Community (Discord) | discord.gg/google-ads | 75 | Nofollow | Free Account | 14K+ member server for Google Ads practitioners. |
| 625 | The Agency Collective (Discord) | discord.gg/agency-collective | 42 | Nofollow | Free Account | Agency owners and team leads. #marketing-tools and #automations channels. |
| 626 | AI Founders Discord | discord.gg/aifounders | 45 | Nofollow | Free Account | AI tool builders and founders. #tool-announcements channel. |
| 627 | SaaS Owners Discord | discord.gg/saasfounders | 48 | Nofollow | Free Account | SaaS founders community focused on growth. |
| 628 | Marketing Automation Discord | discord.gg/marketing-automation | 38 | Nofollow | Free Account | Email/marketing automation-focused community. |
| 629 | Shopify Community | community.shopify.com | 76 | Nofollow | Free Account | 1M+ store owners. Marketing automation discussion boards. |
| 630 | WooCommerce Community Forum | wordpress.org/support/plugin/woocommerce | 74 | Nofollow | Free Account | 5M+ WooCommerce users. Integration discussions. |
| 631 | Klaviyo Community | klaviyo.com/community | 68 | Dofollow | Free Account | Email platform community with automation integration threads. |
| 632 | HubSpot Community | community.hubspot.com | 75 | Dofollow | Free Account | CRM platform community with integration discussions. |
| 633 | ActiveCampaign Community | activecampaign.com/community | 70 | Dofollow | Free Account | Marketing automation platform community. |
| 634 | GetResponse Community | community.getresponse.com | 65 | Dofollow | Free Account | Email/marketing automation community. |
| 635 | ConvertKit / Kit Creator Community | community.convertkit.com | 68 | Nofollow | Free Account | Creators and SOHO owners. Marketing automation discussions. |

### 🟡 PART 52: NICHE SUBREDDITS

Reddit communities beyond r/SaaS and r/startups. Self-promotion requires genuine context — use "tool", "case study", or "resource" flairs per subreddit rules.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 636 | r/Entrepreneur | reddit.com/r/Entrepreneur | 90 | Nofollow | Free Account | 800K+ founders. Tool posts with context in comments. |
| 637 | r/smallbusiness | reddit.com/r/smallbusiness | 85 | Nofollow | Free Account | 900K+ SMB owners. "Tool/Resource" flair. |
| 638 | r/marketing | reddit.com/r/marketing | 90 | Nofollow | Free Account | 600K+ general marketing. Agency/Tool flair. |
| 639 | r/digital_marketing | reddit.com/r/digital_marketing | 85 | Nofollow | Free Account | Digital marketing community with tool discussions. |
| 640 | r/growthmarketing | reddit.com/r/growthmarketing | 60 | Nofollow | Free Account | 120K+ growth practitioners. Show/Tell flair. |
| 641 | r/growth_hacking | reddit.com/r/growth_hacking | 85 | Nofollow | Free Account | Growth marketers; tool discussions welcome. |
| 642 | r/webmarketing | reddit.com/r/webmarketing | 55 | Nofollow | Free Account | 75K+ digital/web marketers. |
| 643 | r/marketingautomation | reddit.com/r/marketingautomation | 52 | Nofollow | Free Account | 85K+ automation/marketing ops pros. |
| 644 | r/EmailMarketing | reddit.com/r/EmailMarketing | 64 | Nofollow | Free Account | 150K+ email marketers. Resources/tools threads. |
| 645 | r/adops | reddit.com/r/adops | 50 | Nofollow | Free Account | 65K+ ad operations professionals. Direct audience. |
| 646 | r/agencylife | reddit.com/r/agencylife | 48 | Nofollow | Free Account | 120K+ agency owners and employees. |
| 647 | r/ecommerce | reddit.com/r/ecommerce | 80 | Nofollow | Free Account | 400K+ ecommerce business owners. Paid ads relevant. |
| 648 | r/SEO | reddit.com/r/SEO | 62 | Nofollow | Free Account | 200K+ SEO professionals. Paid search automation angle. |
| 649 | r/localSEO | reddit.com/r/localSEO | 55 | Nofollow | Free Account | 85K+ local search marketers. |
| 650 | r/nocode | reddit.com/r/nocode | 58 | Nofollow | Free Account | 250K+ no-code builders. Integration/automation angle. |
| 651 | r/affiliate | reddit.com/r/affiliate | 58 | Nofollow | Free Account | 150K+ affiliate marketers. Paid traffic relevance. |

### 🟡 PART 53: NEWSLETTERS WITH SUBMISSION PATHS

Submit new tools, launches, or stories. Most have "tip line", "submit a tool", or editor contact forms. High-quality audience but sparse dofollow value — main benefit is referral traffic and founder exposure.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 652 | The Rundown AI | therundown.ai | 65 | Nofollow | Free Account | 1.75M+ readers, C-suite focus. tools@therundown.ai. |
| 653 | Superhuman AI | superhuman.ai | 60 | Nofollow | Free Account | 1.25M+ readers, productivity. Tools section in each issue. |
| 654 | The Neuron | theneuron.ai | 60 | Nofollow | Free Account | 500K+ AI professionals. Tools featured regularly. |
| 655 | There's An AI For That (TAAFT) | thereisanaiforthat.com | 68 | Dofollow | Free Account | 2.5M+ subscribers. Curates AI tools by use case. Direct submission. |
| 656 | Towards AI Newsletter | newsletter.towardsai.net | 58 | Nofollow | Free Account | 130K+ readers. editorial@towardsai.net. |
| 657 | The Sequence | thesequence.substack.com | 48 | Nofollow | Free Account | Technical AI research newsletter. |
| 658 | Import AI (Jack Clark) | jack-clark.net | 55 | Nofollow | Free Account | Policy/ethics AI focus. Contact form. |
| 659 | FutureTools Weekly | futuretools.io | 55 | Nofollow | None | 5 AI tools + news weekly. Direct submission form. |
| 660 | Last Week in AI | lastweekin.ai | 52 | Nofollow | Free Account | Weekly AI roundup. |
| 661 | Machine Learnings | machinelearnings.co | 50 | Nofollow | Free Account | Weekly ML/AI news with tool submissions via tip line. |
| 662 | AI Newsletter by Elvis | nlp.elvissaravia.com | 48 | Nofollow | Free Account | Weekly AI tools and papers. |
| 663 | DataNorth AI | datanorth.ai | 52 | Nofollow | Free Account | Applied AI focus. Submit new tools via form. |
| 664 | AI Product Pick | aiproductpick.com | 42 | Dofollow | Free Account | AI tools by category; direct submission form. |
| 665 | Ask AI For It | askaifruit.com | 40 | Nofollow | Free Account | AI tools directory with newsletter. |
| 666 | Submit AI Tools | submitaitools.substack.com | 45 | Nofollow | Free Account | Monthly "new tools" newsletter. |
| 667 | Beehiiv | beehiiv.com | 78 | Dofollow | Free/Paid | Newsletter platform; tools featured in growth roundups and submit via editor outreach. |
| 668 | Sparkloop | sparkloop.com | 60 | Dofollow | Free/Paid | Newsletter referral tool; featured in roundups. |
| 669 | Inbox Collective | inboxcollective.com | 52 | Nofollow | None | Email marketing news and tools. |
| 670 | Marketer Tools Directory | marketertools.co | 30 | Dofollow | None | Marketing tools directory with email submission. |
| 671 | InboxReads | inboxreads.com | 38 | Unknown | Free Account | Professional newsletter directory. |
| 672 | Letterlist | letterlist.com | 42 | Unknown | None | Hand-picked high-quality newsletters. |
| 673 | Sidestack | sidestack.io/directory | 40 | Unknown | Free Account | Top Substack newsletters directory. |
| 674 | GrowGetters Newsletter | growgetters.substack.com | 45 | Nofollow | Free Account | Growth hacking/marketing newsletter. |
| 675 | Flodesk Tips (SaaS) | flodesk.com/tips/saas-newsletters | 50 | Dofollow | Free/Paid | Newsletter platform with SaaS-specific content and submissions. |
| 676 | Encharge SaaS Newsletters | encharge.io/saas-newsletter-examples | 45 | Dofollow | Free Account | Example roundup — contact for inclusion. |

### 🟡 PART 54: FORUMS & LEGACY COMMUNITIES

Older high-DR forums still drive crawler activity and SEO equity from relevant thread posts.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 677 | SEOChat | seochat.com | 58 | Dofollow | Free Account | SEO community with marketing automation threads. |
| 678 | TheHiveIndex | thehiveindex.com | 55 | Dofollow | Free Account | Community directory with forums. Create community hub. |
| 679 | Fastlane Forum | thefastlaneforum.com | 62 | Dofollow | Free Account | Entrepreneur forum with email marketing section. |
| 680 | Webmaster World | webmasterworld.com | 68 | Dofollow | Free Account | Webmaster and SEO forum with automation/tools threads. |
| 681 | Marketing Land Forums | forums.marketingland.com | 70 | Dofollow | Free Account | Marketing professionals forum. Tools/integration threads. |

### 🟡 PART 55: US LONG-TAIL CITATION DIRECTORIES

General US business citation directories. Value is NAP consistency and long-tail search visibility.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 682 | Alignable | alignable.com | 62 | Nofollow | Free Account | Local business network and directory; community referrals. |
| 683 | BirdEye | birdeye.com | 68 | Nofollow | Paid/Partner | Listings management platform; distributes to 50+ directories. |
| 684 | LocalStack (MojoPages) | localstack.org | 45 | Unknown | Free Account | Social ranking of local businesses. |
| 685 | Opendi | opendi.com | 58 | Dofollow | Free Account | ~9M monthly visitors. Free and paid listings. |
| 686 | CityLocal Pro | citylocalpro.com | 42 | Unknown | Free Account | Free local business directory with customer reviews. |
| 687 | USA Company Directory | usacompanydirectory.com | 35 | Unknown | Free Account | Nationwide local business directory. |
| 688 | SBDPro | sbdpro.com | 38 | Unknown | Free Account | Small Business Directory Pro. Free local listings. |
| 689 | US Business Info | us-business.info | 32 | Unknown | Free Account | Online business directory with 20M+ company listings. |
| 690 | Corporation Directory | corporation.directory | 40 | Unknown | Free Account | US corporation search; company formation data. |
| 691 | USA Directory | usa.directory | 28 | Unknown | Free Account | Home of Everything USA; local business listings. |
| 692 | LocalBizNetwork | localbiznetwork.com | 45 | Dofollow | Free Account | Countrywide directory with location databases. |

### 🟡 PART 56: UK & IRELAND DIRECTORIES

Regional citation directories. Relevant if the business expands client base internationally or wants cross-border SEO equity.

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 693 | Yell (UK) | yell.com | 82 | Dofollow | Free Account | UK Yellow Pages. Highest-traffic UK directory. |
| 694 | Thomson Local (UK) | thomsonlocal.com | 78 | Dofollow | Free Account | UK local directory; merged with Yell. |
| 695 | FreeIndex (UK) | freeindex.co.uk | 68 | Dofollow | Free Account | 650K+ reviews. Free submissions. |
| 696 | Companies House (UK) | find-and-update.company-information.service.gov.uk | 91 | Dofollow | None | Official UK company register. Government database. |
| 697 | Company Check (UK) | companycheck.co.uk | 72 | Dofollow | Free Account | UK company financials and information. |
| 698 | MyIndex (UK) | myindex.co.uk | 45 | Dofollow | Free Account | Free UK business directory. |
| 699 | Scoot (UK) | scoot.co.uk | 68 | Dofollow | Free Account | UK local search directory. |
| 700 | WhatsWhat (Ireland/UK) | whatswhat.ie | 52 | Dofollow | Free Account | 130K+ Irish businesses. |
| 701 | Business.ie | business.ie | 62 | Dofollow | Free Account | 80K+ Irish companies. B2B focus. |
| 702 | AskSpud (Ireland) | askspud.ie | 52 | Dofollow | Free Account | Growing Irish directory for trades and services. |
| 703 | Irish Business Link | irishbusinesslink.ie | 55 | Dofollow | Free Account | SME-focused Irish directory. |
| 704 | Digital Irish | digitalirish.com/directory | 42 | Dofollow | Free Account | Irish tech/digital business directory. |

### 🟡 PART 57: CANADA, AUSTRALIA & NEW ZEALAND DIRECTORIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 705 | Yellow Pages Canada | yellowpages.ca | 85 | Dofollow | Free Account | Dominant Canadian directory; 180M annual searches. |
| 706 | Canada 411 | canada411.yellowpages.ca | 82 | Dofollow | Free Account | Reverse phone and business search. |
| 707 | Yelp Canada | yelp.ca | 80 | Dofollow | Free Account | Reviews and directory; strong in major Canadian cities. |
| 708 | Canadian Business Directory | canadianbusinessdirectory.com | 42 | Unknown | Free Account | National SMB directory. |
| 709 | Yellow Pages Australia | yellowpages.com.au | 81 | Dofollow | Free Account | Australia's primary business directory. |
| 710 | True Local (AU) | truelocal.com.au | 76 | Dofollow | Free Account | Community-focused; 100M+ monthly searches. |
| 711 | White Pages Australia | whitepages.com.au | 74 | Dofollow | Free Account | Residential and business; part of Yellow Group. |
| 712 | Gumtree Australia | gumtree.com.au | 79 | Dofollow | Free Account | Classifieds and business listings. |
| 713 | Yellow NZ | yellow.co.nz | 78 | Dofollow | Free Account | NZ's primary business directory. |
| 714 | Finda NZ | finda.co.nz | 68 | Dofollow | Free Account | NZ business listings; free to list. |
| 715 | White Pages NZ | whitepages.co.nz | 74 | Dofollow | Free Account | Residential and business directory. |

### 🟡 PART 58: ASIA-PACIFIC DIRECTORIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 716 | RecordOwl (Singapore) | recordowl.com | 52 | Dofollow | Free Account | 500K+ verified SG businesses; daily updates. |
| 717 | StreetDirectory Singapore | streetdirectory.com/businessfinder | 58 | Dofollow | Free Account | Singapore business search by company/service. |
| 718 | SGPBusiness | sgpbusiness.com | 48 | Dofollow | Free Account | Singapore business database and sourcing. |
| 719 | HKGBusiness (HK/SG) | hkgbusiness.com/en | 55 | Dofollow | Free Account | #1 HK business directory; covers HK and Singapore. |
| 720 | Angloinfo Hong Kong | angloinfo.com/hong-kong | 62 | Dofollow | Free Account | Expat-friendly; English-speaking businesses. |
| 721 | HKGCC Directory | chamber.org.hk/en | 68 | Dofollow | Free Account | Hong Kong General Chamber of Commerce. |
| 722 | HK Corporation Search | hkcorporationsearch.com | 52 | Dofollow | Free Account | Corporate registry search. |
| 723 | AsiaXPAT HK | hongkong.asiaxpat.com/directory | 58 | Dofollow | Free Account | Expat services; English-language focus. |
| 724 | BusinessList.my (Malaysia) | businesslist.my | 48 | Dofollow | Free Account | 284K+ verified Malaysian businesses. |
| 725 | Simapages (Multi-country SEA) | simapages.com | 52 | Dofollow | Free Account | Multi-country: Malaysia, Singapore, Thailand, PH, ID, India. |
| 726 | BizPages Malaysia | bizpages.org/countries--MY--Malaysia | 42 | Nofollow | Free Account | Local Malaysia business directory. |
| 727 | IndustryConnect Malaysia | industryconnect.ai | 48 | Dofollow | Free Account | Corporate offices and business directory. |
| 728 | Thailand Business Directory | thailandbusinessdirectory.net | 38 | Dofollow | Free Account | General Thailand business listings. |
| 729 | Yellow Pages Thailand | yellowpages.co.th | 45 | Dofollow | Free Account | Thailand Yellow Pages. |
| 730 | Thailand BizIn | thailand.bizin.asia | 42 | Dofollow | Free Account | Free B2B business search for Thailand. |
| 731 | Business Indonesia | business-indonesia.org/directory | 48 | Dofollow | Free Account | Indonesian business directory with filters. |
| 732 | InCorp Indonesia | cekindo.com/e-library | 52 | Dofollow | Free Account | Indonesian business e-library and corporate data. |
| 733 | SEO Training Philippines | seotraining.ph | 45 | Dofollow | Free Account | Local PH directory with SEO resources. |
| 734 | JustDial (India) | justdial.com | 82 | Dofollow | Free Account | Major Indian directory; reviews and listings. |
| 735 | Sulekha (India) | sulekha.com | 76 | Dofollow | Free Account | Community services and business listings. |

### 🟡 PART 59: EUROPE, LATAM & AFRICA DIRECTORIES

| id | Directory | URL | DR | Link | Auth Required | Notes |
|----|-----------|-----|----|------|---------------|-------|
| 736 | Europages | europages.com | 81 | Dofollow | Free Account | 2.6M companies across 35 countries. Multilingual. |
| 737 | BizIn.eu | bizin.eu/eng | 45 | Dofollow | Free Account | European business directory; free registration. |
| 738 | Ezilon Europe | ezilon.com/business | 48 | Dofollow | Free Account | Directory of European companies. |
| 739 | Europe Business Directory | eurobizonline.com | 38 | Dofollow | Free Account | 300K+ European companies. |
| 740 | EuroBiz Hub | smallbusinessineurope.com | 42 | Dofollow | Free Account | European SMB directory. |
| 741 | Expat.com Business | expat.com/en/business | 68 | Dofollow | Free Account | Expat services plus business listings. |
| 742 | Angloinfo Mexico City | angloinfo.com/mexico-city | 62 | Dofollow | Free Account | English-speaking business directory. |
| 743 | BizPages Mexico | bizpages.org/countries--MX--Mexico | 42 | Dofollow | Free Account | Mexican SMB directory. |
| 744 | B2BMAP Mexico | b2bmap.com/mexico | 52 | Dofollow | Free Account | Mexico suppliers and exporters. |
| 745 | Yellosa (South Africa) | yellosa.co.za | 58 | Dofollow | Free Account | South Africa's primary business search. |
| 746 | The Business Directory SA | thebusinessdirectory.co.za | 52 | Dofollow | Free Account | Comprehensive SA business listings. |
| 747 | Business on View (SA) | businessonview.co.za | 48 | Dofollow | Free Account | Trusted SA directory with virtual tours. |
| 748 | SA Business Listings | sabusinesslistings.co.za | 55 | Dofollow | Free Account | 1.1M+ South African companies. |
| 749 | Pen To Point (SA) | pentopoint.co.za | 42 | Dofollow | Free Account | Local South African business search. |
| 750 | FreeFind South Africa | freefind.co.za | 45 | Dofollow | Free Account | Free SA business directory. |

