import React from 'react'; import { Link } from 'react-router-dom'; import BlogPostLayout from '../../components/BlogPostLayout'; import SEO, { SITE_URL } from '../../components/SEO'; const HERO_IMAGE = 'https://lh3.googleusercontent.com/aida-public/AB6AXuAipMlYLTcRT_hdc3VePfFIlrA56VzZ5G2y3gcRfmIZMERwGFKq2N19Gqo6mw7uZowXmjl2eJ89TI3Mcud2OyOfadO3mPVF_v0sI0OHupqM49WEFcWzH-Wbu3DL6bQ46F2Y8SIAk-NUQy8psjcIdBKRrM8fqdn4eOPANYTXpVxkLMAm4R0Axy4aEKNdmj917ZKKTxvXB-J8nGlITJkJ-ua7XcZOwGnfK5ttzyWW35A0oOSffCf972gmpV27wrVQgYJNLS7UyDdyQIQ'; const SOURCES = [ { label: 'Ceramic Arts Network - A Guide to Pottery Photography That Will Make Your Work Pop', href: 'https://ceramicartsnetwork.org/daily/article/A-Guide-to-Pottery-Photography-That-Will-Make-Your-Work-Pop', }, { label: "Etsy Seller Handbook - The Ultimate Guide to Telling Your Etsy Shop's Visual Story", href: 'https://www.etsy.com/seller-handbook/article/the-ultimate-guide-to-telling-your-etsy/22722480541', }, { label: 'ClayShare - Photographing Your Pottery', href: 'https://www.clayshare.com/photographing-your-pottery', }, ]; const articleSchema = { '@context': 'https://schema.org', '@type': 'Article', headline: 'Product Photography for Small Businesses', description: 'Product photography for small businesses selling handmade ceramics. Learn light, angles, styling, and listing-photo essentials that help convert browsers into buyers.', author: { '@type': 'Person', name: 'Claudia Knuth' }, publisher: { '@type': 'Organization', name: 'KNUTH Ceramics', url: SITE_URL }, datePublished: '2024-10-03', url: `${SITE_URL}/editorial/product-photography-for-small-businesses`, image: HERO_IMAGE, mainEntityOfPage: `${SITE_URL}/editorial/product-photography-for-small-businesses`, keywords: 'product photography for small businesses, pottery photography, ceramic product photos, handmade business photography', }; const ProductPhotography: React.FC = () => { return ( <>

Product photography for small businesses is one of the most powerful tools a maker has, and one of the most overlooked. Beautiful pots are not enough on their own. You also need beautiful photos to tell the story.

I remember a specific moment clearly. I had just finished a batch of Gulf-glazed mugs - soft seafoam bleeding into sandy cream, exactly the way the water looks near the shore on a quiet morning. I listed them on my shop within the hour, took a quick photo on my kitchen counter, and waited. Nothing.

A few weeks later I was scrolling through another potter's shop. The work was technically similar to mine, but her photos stopped me mid-scroll. Soft light across the throwing lines. A hand around a mug. A top-down shot that showed glaze pooling at the center of a bowl. I bought something without even meaning to.

That was the lesson: I was not selling bad pots. I was telling a bad story.

Why product photography matters so much

The strongest seller education on Etsy, Ceramic Arts Network, and ClayShare keeps circling the same truth: online buyers decide visually, and they decide quickly. For handmade ceramics, photos carry even more weight because customers cannot feel the clay body, read the glaze surface, or judge scale with their hands. Your images have to do that work for them.

Your job is to give the customer's hands something to imagine.

1. Start with light, not your camera

The camera matters less than the light. The most effective setup I know costs almost nothing: a large window, an overcast day, and a sheet of white foam board placed opposite the light source to lift the shadows.

What you want to avoid is direct sunlight. It creates harsh hotspots, flattens matte glazes, and blows out glossy surfaces. Soft directional light does the opposite. It reveals form, texture, and the subtle transitions that make handmade work feel alive.

If you need consistency year-round, two daylight-balanced LED lights with diffusion are enough for a small studio setup. But if you are just beginning, use the window first. Learn to see light before you spend money.

Product photography for small businesses - ceramics styled near a window with soft natural light

Natural window light is still the easiest and most flattering starting point for pottery photography.

2. The six photos every listing needs

You do not need twenty angles. You need the right six:

3. Backgrounds and props should support the pot

For listing images, stay neutral: white paper, linen, stone, raw wood. For lifestyle images, use props that feel like they come from the same world as the clay. In my studio here in Corpus Christi, that often means weathered wood, natural fiber cloth, and something gathered from outside.

The rule I keep coming back to is simple: props support the pot. They do not perform alongside it. If someone remembers the eucalyptus stem more than the bowl, pull the eucalyptus.

4. A few phone-camera habits matter more than gear

You can browse our current collection to see how we approach consistency across listings, and our atelier page for the studio atmosphere those images grow out of.

This is craft, too

Product photography for small businesses is a craft skill the same way trimming or pulling a handle is a craft skill. It takes repetition. It takes attention. And it gets better when you treat it as part of the work rather than something separate from it.

Beautiful pots deserve an audience. Good photographs are often how they find one.

Sources & Further Reading

); }; export default ProductPhotography;