Short answer: buying from an unfamiliar store is an act of trust, and any doubt resolves against you. The customer needs to believe the product is real, the money won't vanish, and there will be someone to talk to if something goes wrong. According to Baymard Institute, around 18% of abandoned carts come down to not trusting the site with card details. And that is only the part people are willing to say out loud.
The five trust questions
A small or mid-sized store competes with marketplaces that already have trust by default. So your job is to answer five questions explicitly, rather than hoping it is "obvious":
- Who are you, exactly? — a legal entity, an address, a phone number, an inbox someone reads, faces of real people
- What if something goes wrong? — returns and warranty terms written in plain language
- Are the reviews real? — with dates, with a spread of ratings, with replies from the store
- Is paying safe? — familiar payment methods, HTTPS, a recognisable name on the card statement
- Has anyone bought before me? — customer photos, real cases, a visible number of reviews
What actually removes doubt
Real contact details, prominently placed. A phone number in the header, an email that gets answered, an address. A store whose only contact is a form looks temporary.
An "About us" page written by a human. Not "we are a dynamically developing company" but who you are, how long you've been trading, where the warehouse is, who handles orders. A photo of the team or the warehouse works better than any "quality seal".
A return policy in human language. Not a copy of the statute, but three sentences: how many days, who pays return shipping, how fast the refund lands. A clear return policy lowers both anxiety and support volume.
Specifics instead of promises. "Dispatched within 24 hours" is verifiable and creates an obligation. "Fast delivery" means nothing.
Replies to negative reviews. A calm store reply to a three-star review convinces more than ten more five-star ones: it shows that if there is a problem, someone will talk to you.
Customer photos and videos. The one content type that is hard to fake and that answers "but what does it actually look like".
What backfires, even though it looks like "conversion optimisation"
This list comes from audits where the owner added "tricks" and got a decline instead of a lift:
- Fake countdown timers. A counter that resets on page reload is read instantly and destroys trust in everything else on the page.
- "Only 2 left" when there are 200. A lie that one order disproves.
- "Anna from Kraków just bought this" pop-ups. They worked in 2016; now they read as a script.
- Stock photos of "the team". A reverse image search takes five seconds.
- Trust badges from the 2010s. Abstract "100% Secure" shields prove nothing. Logos of actual payment providers do.
- A discount pop-up on the first screen. It covers the content before the visitor has worked out where they are.
- Forced newsletter signup to get a discount. You gain an address that unsubscribes from the first email, and irritation instead of a purchase.
The general principle: trust is built on verifiable facts. Anything unverifiable is at best useless and at worst actively harmful, because it makes people wonder what else you embellished.
The legal minimum for selling in the EU
This is not only about law, it is about how the store reads. Missing mandatory information looks like "we don't know who these people are".
- Seller details — legal name, address, registration number, VAT number where applicable
- Right of withdrawal — for distance sales to EU consumers the general rule is 14 days to withdraw, with a set of exceptions (personalised goods, perishables and others); the reference point is Your Europe on guarantees and returns
- Transparent pricing — the final amount including tax and shipping, before checkout
- A cookie banner that works honestly — with a genuine option to decline, otherwise you get both legal exposure and corrupted analytics
The specifics depend on country and product type — this is a starting point, not legal advice. Getting the wording checked by a lawyer once before launch is cheaper than sorting it out afterwards.
Developer note
- Mark up the organisation. Organization with address, phone and logo; for a store with a physical location, LocalBusiness. It affects brand search results and what AI assistants know about you.
- Only mark up real reviews. Google's review snippet guidelines explicitly forbid a rating that isn't on the page.
- No mixed content. One
httpimage on the payment page triggers a browser warning at exactly the moment someone decides to pay. - The cookie banner must not break the page. An overlay that traps focus, blocks scrolling and shifts content is simultaneously a conversion loss and a CLS failure.
- Check what appears on the card statement. An unfamiliar merchant name is a common cause of chargebacks and support tickets.
- Policy pages must be indexable and alive. An empty "Returns" page is the worst possible option.
Practical check
- Phone and email are visible without scrolling on any page
- There is an "About us" page with real photos and a real history
- Return terms fit in three sentences and are understandable without a lawyer
- The product page states dispatch time and delivery date
- Reviews show a spread of ratings and the store replies to negative ones
- No fake timers, false stock counts or "someone just bought" pop-ups
- Logos of real payment methods on the product page and in checkout
- Company details and mandatory information are published
- The cookie banner offers a genuine decline and doesn't break the layout
What's next
Trust is the last barrier before payment. After it comes the second half of this guide: not "how to sell" but "how to know what is happening", and "how to sell to the same person again". Next: analytics you can trust.
