YouTube channel + thumbnails + sales videos
YouTube is the second-biggest search engine in the world. A video ranked for "[product name] review" sends warm, high-intent buyers to your affiliate link for months or years — no further ad spend. It's also the slowest, hardest-to-fake organic channel, which is why fewer affiliates do it well and why the rewards are bigger when you do.
Why YouTube belongs in the playbook
- Buyer-intent searches: "[product] review", "[product] vs [product]", "does [product] work" — these are people in the buying decision.
- Compounding: a 3-minute video filmed once can earn for 3+ years.
- Lower competition than Google: 1/10th the SEO content for the same keywords. Easier to rank.
- Embedded everywhere: your videos can also live on your WordPress blog posts, giving them a second life.
Two channel types
| Type | What it looks like | Pros / cons |
|---|---|---|
| Faceless | Voice-over + screen recordings, AI avatars, stock footage, or animated explainers. | Easy to scale, no on-camera anxiety. Lower trust per view. Slightly lower CTR. |
| Face-to-camera | You on screen reviewing/explaining. | Highest trust, highest conversion. Slowest to produce. Hardest to delegate. |
For an AI-assisted operator, faceless is the obvious first move. Once you have a niche that works, consider transitioning to face-to-camera for the highest-converting topics.
Step 1 · Pick a niche the same way you did for paid
Same niche as your Module 03 choice is usually right — your assets compound. If you have a blood-sugar blog and a blood-sugar pixel, a blood-sugar YouTube channel adds to the same flywheel.
Don't try to do "general health" or "make money online" — too broad, too competitive. Niche down.
Step 2 · Channel setup (do this right once)
- Use a fresh Google account dedicated to this channel.
- Channel name: niche-relevant, brandable. e.g. SugarSmart Reviews, Sleep Better Lab. Don't tie it to your personal name unless you plan to be the face.
- Profile picture: clean logo (Canva, 5 minutes).
- Banner image: 2560×1440 px. Show what the channel is about in one sentence + upload schedule.
- Channel description: 2–3 sentences. Include the main keyword + your value prop.
- Links: your WordPress site, your Instagram (if any), affiliate disclaimer.
- Verify the channel (phone number) — unlocks custom thumbnails + videos > 15 min.
Step 3 · YouTube keyword research
YouTube search is its own ecosystem. Tools:
- YouTube autocomplete — same trick as Google. Type your seed; grab the suggestions.
- vidIQ / TubeBuddy (free tier) — Chrome extensions that show search volume, competition, and "score" for any keyword you search.
- Spy on competitor channels: sort their videos by Most Popular. Those are your topic ideas.
Best keyword pattern for affiliate: "[product name] review". Buyer intent peaks here. Variants: "[product name] honest review", "[product name] before and after", "does [product name] work", "[product] vs [competitor]".
Step 4 · Script the video
Affiliate review scripts follow a tight structure:
- 0–3 sec hook: direct hit on the viewer's question. "Does Gluco6 actually lower morning blood sugar? I tried it for 30 days. Here's what happened."
- 3–15 sec preview: tease the conclusion without giving it away. "Three things surprised me — one of them I didn't expect at all."
- 15 sec – 4 min body: 5 numbered sections.
- What it is
- How I tested it / what I expected
- What worked
- What didn't work
- Who it's for vs. not for
- 4–6 min: "Where to get it (link in description)" + soft CTA.
- Outro (15 sec): "If this helped, subscribe — I review one of these every week." End screen with related video.
yt_write_script(keyword, offer_url, minutes=8) generates this for you, with timecode markers.
Step 5 · Production (faceless flow)
The cheapest setup that produces watchable affiliate videos:
- Voice-over: record on your phone in a quiet room, or use an AI voice tool (ElevenLabs, etc.). Aim for natural, conversational, not "podcast announcer."
- Visuals: screen recordings of the product's website + stock B-roll (Pexels, Pixabay — free) + on-screen text callouts for key points.
- Edit: CapCut (free, web + desktop) is more than enough. Cuts every 3–5 seconds to keep retention. Background music low.
- Length: 6–10 minutes is the sweet spot for affiliate reviews. Long enough to satisfy the question, short enough to retain.
Step 6 · Thumbnail (more important than the video)
CTR on YouTube is overwhelmingly driven by the thumbnail. A great video with a bad thumbnail dies; a mediocre video with a great thumbnail thrives.
Rules:
- 1280×720, under 2MB, JPG or PNG.
- 1–3 words max of bold text on the thumbnail. Big enough to read at 320×180 mobile preview.
- High contrast. Bright colors, clean separation between text and background.
- An expressive face (yours or stock) — even faceless channels can use a stock surprised-face image. Boosts CTR ~20% in tests.
- One focal object — the product, an arrow, a comparison.
- Don't replicate the title verbatim — title says one thing, thumbnail adds visual context.
Make 2–3 thumbnail variants per video; YouTube's A/B thumbnail testing (in YouTube Studio) auto-picks the winner.
yt_thumbnail_prompt(keyword, vibe) outputs a prompt you can paste into Midjourney, DALL-E, or Stable Diffusion to render variants.
Step 7 · Title + description + meta
- Title (60–70 chars): keyword + curiosity hook. "Gluco6 Review: I Tried It for 30 Days (Honest Results)"
- Description: 200+ words; first 2 lines visible above the fold, must restate the value. Include your affiliate link in the first 100 chars ("👉 Get Gluco6: yoursite.com/go/gluco6").
- Tags: 8–12 tags. Variations of the main keyword.
- End screen + cards: link to a related video on your channel.
- Pinned comment: ask for engagement ("Did this answer your question? Drop a 👍").
Step 8 · Getting the first 100 subscribers
Until you have ~100 subs, YouTube doesn't push your videos much. The fast way to break through:
- Embed every video on your WordPress site (Module 11) — embeds count toward watch time.
- Share once per video in 2–3 relevant Reddit subs and 1–2 Facebook groups (with value, not spam).
- Ask in the video for a sub. Most viewers won't unless prompted.
- Reply to every comment in the first 48 hours after upload — boosts the video in the algorithm.
Monetization comes from affiliate, not YouTube
YouTube's own AdSense revenue (the YPP) requires 1,000 subs + 4,000 watch hours and pays cents on the dollar compared to affiliate. Don't optimize for YPP eligibility. Optimize for affiliate clicks from the description.
How the operator helps
yt_write_script(keyword, offer_url, minutes)— full script with timecode markers.yt_thumbnail_prompt(keyword, vibe)— prompt for image-gen tool.yt_upload(video_path, title, description, tags, privacy)— upload via YouTube Data API once you've OAuth'd. (You record/render the video locally; the operator handles the metadata + upload.)
The content_machine.py runner pairs the SEO post and the YouTube script — same keyword, same offer, one human review session per day produces both.