EXIF Injector

Comprehensive guide to EXIF metadata and image management

View the Project on GitHub adrifmohamed-ai/exifinjector-tool

Tutorial: How to Add Metadata to Images

A step-by-step walkthrough for embedding EXIF, IPTC, and XMP data into your images using ExifInjector.

Estimated time: 10–15 minutes
Skill level: Beginner
Tool used: ExifInjector


What You’ll Accomplish

By the end of this tutorial, you will have:


Before You Start: The Metadata Hierarchy

Understanding which standard to use for which purpose saves time:

For SEO & Discovery → IPTC Caption, Keywords, Location
For Copyright → IPTC Copyright, XMP Rights, EXIF Artist
For Location → EXIF GPS coordinates + IPTC City/Country
For Workflow → XMP Rating, Label, Collections
For Technical Correction → EXIF Date, Camera Info

Part 1: Adding Metadata to a Single Image

Step 1: Open ExifInjector

Navigate to exifinjector.com/en/exif-injector

Step 2: Upload Your Image

Drag and drop your image onto the upload zone, or click “Upload Image” to browse.

ExifInjector will:

  1. Parse any existing metadata in the file
  2. Display all current values in the editing interface
  3. Highlight empty fields that could benefit from completion

Step 3: Fill the IPTC Caption

The IPTC Caption (also called “Description” or “Abstract”) is the single most important SEO metadata field.

Click the Caption field and write a description following this formula:

[Subject] + [Key Attribute] + [Context/Location] + [Purpose/Use]

Examples by category:

Product photography:

Handcrafted leather messenger bag in cognac brown with brass hardware, 
15" laptop compartment, made from full-grain vegetable-tanned leather.

Real estate photography:

Bright open-plan kitchen with quartz countertops, stainless steel 
appliances, and subway tile backsplash in a modern Seattle townhouse.

Travel photography:

Sunset view from the Belvedere Palace gardens overlooking Vienna's 
historic city center with St. Stephen's Cathedral in the background.

E-commerce (Etsy/Shopify):

Minimalist ceramic coffee mug in matte sage green glaze, 12oz, 
microwave and dishwasher safe, handmade in Portland, Oregon.

Caption writing rules:

Step 4: Add IPTC Keywords

Keywords help search engines and stock platforms categorize your images by topic.

Click the Keywords field and add between 5–15 relevant terms:

Tips for effective keywords:
• Mix broad and specific terms
• Include the subject, style, color, material, use case, location
• Use lowercase, comma-separated
• No keyword stuffing (repeating the same term)

Example keyword set for a product photo:

ceramic mug, coffee mug, handmade pottery, sage green, 12oz mug, 
artisan ceramics, Portland pottery, handcrafted tableware, 
kitchen decor, minimalist mug, gift for coffee lovers

In the Credits section:

Field Your Value
Creator / Byline Your name or brand
Copyright © 2026 [Your Name / Brand]. All rights reserved.
Credit [Your Brand]
Rights Usage Commercial use by license only

Pro tip: Save this as a template in ExifInjector. Once saved, apply it to any future image with one click.

Step 6: Add Location Data (Optional)

IPTC Location Fields (human-readable):

EXIF GPS Coordinates (machine-readable, for SEO):

Step 7: Save Your Image

Click “Save Changes”“Download”

The modified image is saved to your device. The pixel data is unchanged — only the metadata was written.


Part 2: Bulk Metadata Injection

When you have many images to process, ExifInjector’s bulk mode handles the heavy lifting.

Open Bulk EXIF Editor

When to Use Bulk Mode

Step 1: Plan Your Metadata Template

Before uploading, decide what metadata will be common across all images vs. what needs to be unique per image.

Common (apply to all):
  Copyright Notice: © 2026 YourBrand
  Creator:          Your Name
  Credit:           YourBrand Photography
  Country:          United States

Unique (requires manual editing per image):
  Caption:          [Specific to each image]
  Keywords:         [Specific to each image]
  GPS:              [Specific location per image]

Step 2: Upload All Images

Drag your entire image folder into the upload zone. ExifInjector displays a grid of all uploaded files with their current metadata status.

Step 3: Set Common Fields

In the Batch Template panel, fill in all fields that should be applied identically to every image.

Step 4: Review Individual Images (Optional)

For images requiring unique captions or keywords, click the individual image thumbnail to enter per-image values.

Step 5: Apply and Download

Click “Apply to All”“Download ZIP”

A progress bar shows processing status. Your entire image batch downloads as a single ZIP archive.


Part 3: Using the EXIF Injector for Stock Photography

If you submit images to Adobe Stock, Shutterstock, or Getty Images, complete metadata dramatically improves discoverability.

Minimum metadata requirements for stock platforms:

Platform Required Fields
Adobe Stock Title, Keywords (min 5), Category
Shutterstock Description, Keywords (min 10)
Getty Images Caption, Keywords, Creator, City, Country

Best practice metadata stack for stock:

Headline:         [Short, punchy title — 70 chars max]
Caption:          [Full descriptive sentence, 150-200 chars]
Keywords:         [15-50 specific, relevant terms]
Creator:          [Your full legal name]
Copyright:        [© Year Your Name]
City:             [Where shot, if relevant]
Country:          [Country where shot]
GPS Coordinates:  [Exact location, if relevant]

Troubleshooting

“My keywords aren’t showing up in Google Images”

SEO results from metadata take time — typically 4–8 weeks for Google to re-crawl and re-index pages. Ensure:

“The metadata disappears after I upload to my CMS”

Some CMS platforms (WordPress, Squarespace, Shopify) strip metadata during image optimization. Solutions:

“IPTC fields appear blank after editing”

This can happen with PNG files, which don’t support IPTC in the same way as JPEG. For PNG files, use XMP fields instead — they’re equivalent and fully supported.


Next Steps