Skip to content

Commit f477337

Browse files
committed
Add sponsor lead monetization path
1 parent 0c9334b commit f477337

44 files changed

Lines changed: 4951 additions & 330 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ secrets/
1313
.DS_Store
1414
Thumbs.db
1515
reports/screenshots/
16+
reports/sponsor-leads-*.csv
17+
reports/sponsor-leads-*.json
18+
reports/sponsor-prospect-queue.*
19+
reports/sponsor-outreach-batch.md
20+
reports/sponsor-outreach-log.*
21+
reports/sponsor-next-submission-batch.md

DISTRIBUTION.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Use these only for posts or listings that allow URL parameters. Directory fields
3434
- GitHub campaign: https://printable-tools-lab.pages.dev?utm_source=github
3535
- GitHub issue campaign: https://printable-tools-lab.pages.dev/upload-limit-fixer?utm_source=github-issue&utm_medium=organic&utm_campaign=zero_cost_push
3636
- Public Gist campaign: https://printable-tools-lab.pages.dev/upload-limit-fixer?utm_source=gist&utm_medium=organic&utm_campaign=zero_cost_push
37+
- Sponsor call campaign: https://printable-tools-lab.pages.dev/sponsor-call?utm_source=sponsor-outreach&utm_medium=organic&utm_campaign=sponsor_call&utm_content=distribution-pack
38+
- Sponsor inquiry form campaign: https://printable-tools-lab.pages.dev/sponsor?utm_source=sponsor-outreach&utm_medium=organic&utm_campaign=sponsor_call&utm_content=distribution-pack#sponsor-inquiry
3739
- Community campaign: https://printable-tools-lab.pages.dev?utm_source=community
3840
- Organic push kit campaign: https://printable-tools-lab.pages.dev/organic-push-kit?utm_source=distribution&utm_medium=organic&utm_campaign=organic_push_kit
3941

@@ -49,6 +51,18 @@ Use these only for posts or listings that allow URL parameters. Directory fields
4951

5052
Rule: downloads stay free, ads are disabled until review, and future ads must never block file generation or downloads.
5153

54+
## Sponsor and partner discovery
55+
56+
Use these only where sponsor, partnership, directory, newsletter, or resource-page submissions are explicitly welcome. This is not a payment page; every inquiry still needs manual fit review and a separate external agreement or payment record before revenue is real.
57+
58+
- Public sponsor call: https://printable-tools-lab.pages.dev/sponsor-call?utm_source=sponsor-outreach&utm_medium=organic&utm_campaign=sponsor_call&utm_content=public-call - Open invitation for policy-fit sponsors and partners to use the sponsor form instead of private outreach.
59+
- Sponsor inquiry form: https://printable-tools-lab.pages.dev/sponsor?utm_source=sponsor-outreach&utm_medium=organic&utm_campaign=sponsor_call&utm_content=inquiry-form#sponsor-inquiry - Manual intake for labeled guide sponsorship, starter review, and partner distribution inquiries.
60+
- Sponsor call JSON: https://printable-tools-lab.pages.dev/sponsor-call.json - Machine-readable sponsor openings, reply path, vertical pages, and success gate.
61+
- Sponsor media kit JSON: https://printable-tools-lab.pages.dev/sponsor-media-kit.json - Public facts, placement rules, vertical fits, and safety constraints for partners.
62+
- Sponsor outreach pack JSON: https://printable-tools-lab.pages.dev/sponsor-outreach-pack.json
63+
64+
Sponsor rules: downloads stay free, placements must be labeled, no misleading upload or finance offers, and no payment, tax, bank, phone, private identity, password, or customer-file details should be sent through the site.
65+
5266
## Organic push tasks
5367

5468
Use these as a small daily queue. Post only when the trigger is true; otherwise skip the task.

VALIDATION.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
# Validation Gates
22

3-
Last generated: 2026-06-06T01:49:28.626Z
3+
Last generated: 2026-06-07T06:19:42.197Z
44

55
## Current Automated Status
66

77
- Product ready: yes.
88
- Tools live in inventory: 66.
99
- Guide pages live in inventory: 95.
1010
- High-intent landing pages: 92.
11-
- Indexable routes: 271.
11+
- Indexable routes: 278.
1212
- Custom domain configured: no.
1313
- Live downloads: 2.
1414
- Live generations: 0.
1515
- Free-tool depth intent events: 0.
16+
- Commercial intent events: 1.
17+
- Sponsor leads captured: 0.
18+
- Sponsor outreach queued/sent/settled: 10/0/0.
1619
- Search impressions: 0.
1720
- Search clicks: 0.
1821
- External discovery ready: yes.
@@ -31,12 +34,12 @@ Last generated: 2026-06-06T01:49:28.626Z
3134

3235
## External Discovery Gate
3336

34-
- GitHub repo has 6 topic(s) and homepage https://printable-tools-lab.pages.dev/.
37+
- GitHub repo has 20 topic(s) and homepage https://printable-tools-lab.pages.dev/.
3538
- GitHub discovery release is live: https://github.com/yanqr213/printable-tools-lab/releases/tag/free-pdf-tools.
3639
- GitHub Pages discovery directory is live with 92 landing page link(s), 66 tool mirror link(s), 95 guide mirror link(s), and 1 game submission link(s).
37-
- GitHub Pages discovery sitemap has 259 URL(s), including 66 tool mirror URL(s), 95 guide mirror URL(s), and 3 game submission URL(s); expected at least 259.
40+
- GitHub Pages discovery sitemap has 260 URL(s), including 66 tool mirror URL(s), 95 guide mirror URL(s), and 3 game submission URL(s); expected at least 260.
3841
- IndexNow key file is reachable from the site root.
39-
- IndexNow latest report accepted 259 URL(s) for github-pages.
42+
- IndexNow latest report accepted 260 URL(s) for github-pages.
4043
- Directory monitor shows 3 listed, 6 pending, and 1 error directory target(s).
4144

4245
## Monetization Gate
@@ -59,6 +62,7 @@ Last generated: 2026-06-06T01:49:28.626Z
5962
- When AdSense provides the real ca-pub publisher ID, run configure:adsense; do not deploy fake IDs.
6063
- Keep the current free product live and track downloads/generations until the 30-day gate has enough signal.
6164
- Keep pushing free-tool depth links and watch for audit or directory-browse events before adding more monetization surfaces.
65+
- Submit the first sponsor outreach batch using reports/sponsor-next-submission-batch.md, but mark rows sent only after real public-form submission evidence exists.
6266

6367
## Commands
6468

_headers

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,12 @@
8686

8787
/organic-push-kit.json
8888
Content-Type: application/json; charset=utf-8
89+
90+
/sponsor-media-kit.json
91+
Content-Type: application/json; charset=utf-8
92+
93+
/sponsor-outreach-pack.json
94+
Content-Type: application/json; charset=utf-8
95+
96+
/sponsor-call.json
97+
Content-Type: application/json; charset=utf-8

0 commit comments

Comments
 (0)