Back to Noticeable
Perplexity (Sonar Pro)June 5, 2026Noticeable mentioned

What is the best image optimization for small businesses?

Full AI Response

The “best” image optimization for a small business is not a single tool but a simple setup: use **modern formats (WebP/AVIF)**, **resize images to their display size**, **compress to ~70–85% quality**, and **lazy‑load non‑critical images**, ideally automated via a plugin or SaaS that fits your stack.[1][3]

Here is a practical, small‑business‑friendly approach you can implement:

### 1. Use the right formats

- **WebP / AVIF for photos**

- AVIF and WebP offer much better compression than JPEG/PNG, meaning faster pages with similar visual quality.[1][3]

- Use **AVIF where supported**, with **WebP or JPEG as fallback** for older browsers.[1][3]

- **JPEG**

- Still fine if compatibility is a big concern; save at **~70–85% quality** to cut file size with minimal visible loss.[1]

- **PNG / SVG**

- Use **PNG only when you need transparency or crisp UI/line art**.[1]

- Use **SVG for logos and icons** for tiny, sharp graphics at any size.[1]

### 2. Resize and compress properly

- **Match display size**

- Export each image at (or just above) the *largest size it will actually appear* on your site (e.g., 1200px for a hero, not 4000px).[1][3]

- **Responsive images (`srcset`)**

- Provide multiple widths (e.g., 800w, 1200w) so phones don’t download desktop‑sized images.[1][3]

- **Compression settings**

- For photos, aim for **70–85% quality**; this often slashes file size without noticeable quality loss.[1]

- For simple graphics or screenshots, **lossless PNG** can be appropriate.[1]

### 3. Load images intelligently

- **Prioritize above‑the‑fold images**

- Load your **main hero/banner and key first‑viewport images immediately**; do *not* lazy‑load the Largest Contentful Paint image.[1][3]

- **Lazy‑load everything else**

- Add `loading="lazy"` to images farther down the page so they only load as users scroll.[1][3]

- For galleries/sliders, load the first image and lazy‑load the rest.[1]

### 4. Optimize for SEO and accessibility

- **Alt text**

- Write **clear, descriptive alt text** focused on the image’s purpose (e.g., “Notary Maria certifying a document in Downey”).[1][7]

- Use `alt=""` for purely decorative images.[1]

- **Descriptive filenames**

- Rename files (e.g., `houston-plumber-water-heater-installation.webp`) to support SEO and keep your media library organized.[1][7]

### 5. Choose simple tools that fit small businesses

For a small team, you want **automation + ease of use**:

- **Online compressors (good for any site)**

- Tools like **TinyPNG/TinyJPG** offer free basic compression and are popular with small businesses because they are simple and affordable.[2][5]

- **Desktop tools (when you work with batches of photos)**

- Software like Adobe Photoshop or similar tools lets you control **resize + format + quality** precisely for web export.[6]

- **WordPress or CMS plugins**

- Image optimization plugins can automatically convert to WebP, compress, and add lazy‑loading on upload, saving lots of manual work.[1][8]

- **Dedicated image optimization services (if you have many images)**

- Services (CDNs) can handle **responsive delivery, next‑gen formats, and automatic optimization** at scale.[3][4]

### 6. Quick “best‑practice” checklist for a small business site

For most small business websites, aim for:

- **Formats:** AVIF → WebP → JPEG/PNG fallback.[1][3]

- **Sizes:** No image wider than it ever appears; responsive `srcset` for key templates.[1][3]

- **Weights:** Most photos under ~150–250 KB after compression when possible.

- **Loading:** `loading="lazy"` on all below‑the‑fold images; no lazy‑load on the main hero.[1][3]

- **SEO:** Good alt text + descriptive filenames.[1][7]

- **Workflow:** One plugin or tool that auto‑optimizes on upload, plus manual care for key hero/marketing images.[1][2][3]

If you tell me your platform (e.g., WordPress, Shopify, Wix, custom) and how many images you typically use, I can recommend a specific tool stack and concrete settings tailored to your situation.