惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
A
About on SuperTechFans
Y
Y Combinator Blog
V
V2EX
Engineering at Meta
Engineering at Meta
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Visual Studio Blog
博客园 - 叶小钗
博客园 - 聂微东
阮一峰的网络日志
阮一峰的网络日志
H
Help Net Security
小众软件
小众软件
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
WordPress大学
WordPress大学
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
MongoDB | Blog
MongoDB | Blog
B
Blog
G
Google Developers Blog
J
Java Code Geeks
博客园 - 三生石上(FineUI控件)
IT之家
IT之家
N
Netflix TechBlog - Medium
腾讯CDC

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I shipped a fake AggregateRating to my own site. Then I c...
Giovanni Siz · 2026-05-05 · via DEV Community

Giovanni Sizino Ennes

I shipped a fake AggregateRating to my own site. Then I caught myself.

Six days into launching Vantage I had zero users. I added an AggregateRating schema with fake numbers anyway.

It was day 6 after launch. The site had three signups, none of them paying. I was looking at how Jobscan and Resume Worded ranked, copying patterns, and I added an AggregateRating schema to my Organization markup.

The numbers I made up were small. "ratingValue": 4.7. "reviewCount": 23. Nothing flashy. Just enough to feel real.

I committed it. Pushed it. Then I went to make coffee, came back, and reread the diff before opening the next task.

And it hit me, very simply: I had just lied in JSON-LD on a page where the second visible bullet on my pricing page is "no fabrication." A user shopping me against Jobscan would not see those numbers — Google would. But Google was not the audience I had spent six months building for. The audience was the one person about to spend £5 trusting me.

I removed it the same hour. The commit message is in my git log if you want to read it: fix(seo): remove fabricated AggregateRating + Review schemas. Not subtle.

Why fake social proof is the easiest thing to build and the worst thing to ship

Schema.org markup is invisible to your users by default. It only renders if Google decides to. So the temptation is: a small lie in a hidden file gives me rich-snippet stars in search results, which gives me clicks, which gives me real users, which eventually backfills the lie into truth.

Three things break that logic.

1. Google's manual review team specifically looks for this

Google's structured-data quality guidelines explicitly forbid review markup that does not match user-visible reviews on the page. They treat fabricated AggregateRating as a manual-action offense, and "manual action" means a human at Google can deindex you. For a six-day-old site, deindexing is fatal.

2. The lie compounds the moment it works

If the fake stars worked and brought five extra users to the site, every one of them is now operating under a false impression. The product they bought from is "the one with 4.7 stars from 23 reviews." Refunds, complaints, and chargebacks land harder when the customer feels deceived than when they just feel disappointed.

3. You will forget where you put it

I made the change in a hurry. I did not document it. If I had not caught it on the same-day reread, it would have shipped to production and stayed there for months while I forgot the specific number I picked. Future-me would not remember whether 4.7 was true.

What I built instead — a live transparency counter from Supabase

The fix is not "be more careful with schema." The fix is "make social proof verifiable." So I built a homepage strip that pulls real numbers from Supabase: total signups, total analyses run, waitlist size. Cached at the edge for 10 minutes so the homepage hit is cheap.

When I shipped it, the numbers were 4 signups, 0 analyses, 1 on the waitlist. They are still small as I write this. The strip is on the live site at aimvantage.uk if you want to verify.

The math: 4 real signups beats 23 fake reviews. 0 fake numbers means the product cannot be fact-checked into shame.

The framing on the strip says "Live transparency · Updated every 10 minutes" with a small green pulse-dot. It is intentional. The pulse signals freshness; the framing signals "yes the number is small, no I am not hiding it."

The lesson I had to learn the hard way

You do not get to fake your way to legitimate growth. The temptation is largest when growth is smallest, which is exactly when faking is most likely to compound into a credibility hole you cannot dig out of.

The growth tactics I have shipped since (programmatic SEO, FAQ schema, IndexNow submission, brand disambiguation in Organization markup, comparison pages, sample analyses) are all real. They are slow. They will not 10x my traffic this week. They will compound.

If you are a solo founder five days from running out of money, none of this is a moral lecture. It is a mechanics warning. Faking is not a shortcut. It is a delayed self-inflicted ban.

Vantage is the AI job preparation tool I built to compress two hours of manual application prep into 90 seconds. £5 starter pack, never expires. Real signup count visible on the homepage if you want to verify how big or small we actually are.

For other founders building in public

  • Audit your own schema for AggregateRating, Review, and FAQPage that does not match visible page content. Run it through Google Rich Results Test to see what Google sees.
  • Replace fake "trusted by 10,000+ teams" lines with the real number, even when the real number is 4. Frame the smallness — "be one of the first thousand" beats "10,000+ users" because it is true.
  • Keep one screenshot of every fake-looking thing you considered shipping, so future-you remembers what almost happened.
  • If you have already shipped fake schema, remove it the same day you read this and let Google recrawl. The deletion is logged in your commit history, which is exactly the receipt you want.

I am not pretending I will never be tempted again. I am saying I caught it once and I want the receipt visible.