SEO glossary
What is an Image Caption?
Learn what an image caption is—the visible text displayed with an image—and how captions add context for readers and search beyond alt text and filenames.
Definition
An image caption is the visible text label displayed near an image—typically in a figcaption element or adjacent paragraph—that explains, titles, or comments on the image for sighted readers and supplies on-page textual context.
Image caption: the label readers actually see
An image caption is on-page visible text paired with an image—under a chart, beneath a hero photo, beside a product gallery slide. Unlike image alt text hidden in the alt attribute, captions participate in normal reading flow in primary content.
Captions answer: “Why is this image here?” and “What should I notice?”—often with titles, sources, or interpretive commentary.
Image caption vs alt vs title vs filename
| Element | Visibility | Typical content |
|---|---|---|
| Image caption | Yes—part of article | Title, source, takeaway |
| Image alt text | No (except broken image) | Objective description |
| Image title | Hover only (some browsers) | Rare advisory tooltip |
| Image filename | URL path only | File slug like chart.webp |
Use captions for commentary; alt for accessible naming; do not stuff keywords into captions that add no reader value.
Semantic HTML for image captions
<figure>
<img src="/media/crawl-spike.webp"
alt="Line chart of daily crawl requests from June to August 2026">
<figcaption>
Crawl requests doubled after XML sitemap resubmission (Crawlox crawl logs).
</figcaption>
</figure>
figure groups image + caption; figcaption identifies the caption element parsers associate with the figure.
CMS without figure support
Place caption paragraph immediately after img in main content—avoid distant captions in secondary content sidebars unrelated to the figure.
What image captions should accomplish
Contextualize data
Charts need captions stating period, metric, and conclusion—details too long for alt attribute alone.
Credit and licensing
Photo credits, CC licenses, and external links to creators belong in captions—visible attribution users expect.
Narrative bridge
Caption connects image to next paragraph: “The spike aligns with deploy noted in introduction.”
SEO reinforcement
Natural use of topic terms in captions reinforces keyword themes when captions are truthful—not forced.
Example: journalism caption
“Googlebot fetch rate for example.com, August 2026 (source: server logs).” Specific, factual, indexable—supports helpful content.
Example: weak caption
“Image.” or keyword list “SEO crawl budget tool software”—adds no value; worse than no caption.
Image captions and accessibility
Screen readers may read figcaption associated with figure—if alt and caption duplicate entirely, users hear repetition. Pattern:
- Alt: describes visual content objectively
- Caption: adds title, date, source, or interpretation
For complex diagrams, alt summarizes; caption expands; long data lives in table paragraphs below.
Image captions in Google Images
Image search uses page text, alt, captions, and structured data. Captions adjacent to images strengthen association between query themes and media—especially when image filename is generic.
Captions do not override weak primary content—contextual support, not ranking hack.
Image captions on ecommerce
Product galleries use captions sparingly—variant names may appear in visible labels. Lifestyle images in content marketing use captions more heavily for storytelling.
Avoid duplicate manufacturer captions across thousands of SKUs without unique primary content—template caption spam mirrors thin copy issues.
Image captions vs introduction blocks
Hero sections sometimes place subtitle text under images—functionally captions. Ensure one clear H1 for page; caption should not pretend to be the only page title unless template design is intentional.
Image caption length
- Short: 1–2 sentences for photos and simple charts
- Medium: 3–4 sentences for complex figures with sources
- Long: Move extended analysis to body paragraphs; caption stays scannable
Mobile layouts should not truncate captions off-screen without expand affordance on critical data.
Image caption pitfalls
| Pitfall | Fix |
|---|---|
| Caption far from image in DOM | Restructure template |
| Keyword-only captions | Write for readers |
| Missing source on data visuals | Add citation |
| Caption hidden via CSS | Ensure indexable visibility |
| All images same caption template | Customize per asset |
Image captions and internal links
Captions may include internal links to methodology posts—“See our log-file analysis guide”—with descriptive anchor text. Keep one or two links max; captions are not link farms.
Image caption myths
- Myth: “Captions replace alt text.” Both serve different audiences.
- Myth: “Hidden figcaption for SEO.” Hidden text risks quality issues.
- Myth: “Every stock photo needs witty caption.” Decorative stock → empty alt, no caption.
- Myth: “Caption text not indexed.” Visible near-image text is part of page content.
Image captions in localized sites
Translate captions with page locale—caption language mismatch with introduction signals low localization quality. hreflang pages need caption parity, not English captions on German articles.
How Crawlox reviews image captions
Crawlox detects figure/figcaption patterns and adjacent text heuristics—reporting images lacking nearby descriptive text on templates that usually include captions, duplicate caption strings across URLs, and divergence between caption language and image alt text. Align caption strategy with image optimization and alt discipline so each image layer—filename, alt, caption—adds unique value in main content.
Related terms
Frequently asked questions
Do image captions help SEO?
Captions add visible, indexable text near images that reinforces page topic and image meaning—especially in Google Images and rich results. They complement alt text and primary content; they do not replace them.
Should captions duplicate alt text?
Often no. Alt should describe the image for non-visual users; captions can add title, source, or interpretation. Avoid redundant word-for-word duplication that annoys screen reader users.
What HTML element should image captions use?
figure wrapping img plus figcaption is ideal semantic structure. Adjacent p tags work when CMS lacks figure support—keep caption visually and DOM-near the image.
Are captions required for every image?
Informative charts, photos central to the article, and media needing source credit benefit from captions. Small decorative icons usually need neither caption nor verbose alt.
Can captions include links?
Yes—source citations can be external links to studies; related reading can use internal links with descriptive anchor text. Keep captions concise.
References
Explore authoritative guidance and frameworks related to image caption.
Explore every glossary definition
Return to the glossary to search by term, alias, starting letter, or category.