RatioReady
File Organization

File Naming Conventions for POD

A naming pattern that scales — find any file instantly even after 10,000 designs.

A naming pattern that scales — find any file instantly even after 10,000 designs.
MA By Mac 3 min read
The short answer

POD sellers accumulate thousands of files: source artwork, ratio variants, mockups, listing previews, and customer downloads. Without a naming convention, searching for "that boho clipart from last March" becomes a 30-minute hunt. A simple naming pattern (SKU + ratio + version) makes every file findable in seconds and prevents the chaos that kills productivity at scale.

This is one of those tiny disciplines that compounds. Set up the system once and it pays you back forever.

01

The Recommended Pattern

Use a pattern with 3–4 parts separated by hyphens or underscores:

{SKU-prefix}_{collection}_{ratio}_{variant}.{ext}

Example: BOHO_floral_2x3_v1.png

Part Example Purpose
SKU prefixBOHO, MNML, FLORBrand or collection family (3–4 chars)
Collectionfloral, autumn, abstractTheme or product line
Ratio / Size2x3, 4x5, 8x10, sqAspect ratio or print size
Variant / Versionv1, v2, alt, darkColor variant or revision
Extension.png, .jpg, .pdfFile format

Use lowercase (case-insensitive on Mac, case-sensitive on Linux/web). Underscores are safer than spaces (no URL encoding issues).

Related guides: Etsy mockup generator, pricing.

02

Why this matters

Three years into selling on Etsy, you'll have 5,000+ files: source PSDs, ratio variants, mockups, customer downloads, refund replacement files, retired designs. Without a naming convention, you'll waste hours searching ("which folder has the autumn floral set in 4:5?"). With a convention, you can search by SKU prefix or ratio and find any file in seconds. It also matters for customer support — if a buyer reports a defective file, you can pull the exact match by SKU. And when you eventually outsource (VAs, contractors), they can find files without your guidance.

03

Real scenarios

  1. A buyer reports a corrupt 8×10 download. You search for BOHO_floral_8x10 and have the replacement file in 5 seconds. Without a system: 20 minutes of folder hunting.
  2. You want to update all autumn designs to a new color palette. Search by SKU prefix AUTM_ to find every file in the collection.
  3. You hire a VA to package digital downloads. They follow the naming pattern automatically — no training, no errors.
  4. You sell a design to a buyer who wants both portrait and landscape. Pull both variants by ratio suffix in your batch tool.
04

Common mistakes

1. Using spaces in filenames

"Boho Floral 8x10.png" gets URL-encoded to "Boho%20Floral%208x10.png" on web platforms. Use underscores or hyphens.

2. Generic names like "design1.png," "art.jpg"

After 50 designs you have 50 files named "design1.png" in different folders. Impossible to search.

3. Including dates in filenames

"floral_2024-03-15.png" becomes outdated and noisy. Use file system metadata (created/modified date) instead.

4. Mixing case (BOHO_Floral, BOHO_floral, boho_floral)

Inconsistent case breaks searches. Pick lowercase or uppercase and stick with it.

5. No version control

"floral.png" and "floral_final.png" and "floral_FINAL2_v3.png" — chaos. Use v1, v2, v3 suffixes from the start.

Frequently asked questions

Keep reading

Ready to organize your files?

Set up your naming convention now while it's small. Ratio Ready batch processing applies your SKU prefix and ratio suffixes automatically on every export.