Does geotagging photographs help local SEO?
No. There is no supporting evidence, and most platforms strip location metadata on upload anyway, so the effort produces nothing. It is persistent advice that does not work. Spend the time on a real caption and on using photographs of your own work rather than stock imagery.
Write alt text as a description, not a keyword slot
Alt text exists first for people using screen readers. Its search value is a consequence of doing that job properly.
Describe what the image shows, specifically:
- Good:
Replaced cedar fence panels on a sloped back garden in The Woodlands - Poor:
fence - Bad:
fence repair the woodlands fence company best fence contractor
That third example is unhelpful when read aloud and reads as manipulation. Purely decorative images should carry an empty alt="" so screen readers skip them rather than announcing a filename.
Name files meaningfully
IMG_4821.jpg says nothing. cedar-fence-repair-sloped-garden.jpg says what it is. Use lowercase, hyphens between words, no spaces or underscores, and do not stuff it — the filename is a small signal, not a place to write a sentence.
Get this right at upload. Renaming later means updating every reference.
Put images near the text they belong to
The surrounding content is used to interpret the image. A photograph of completed work sitting directly under the paragraph describing that work is understood far better than the same photograph in a gallery grid with no text at all.
Captions are read by visitors more often than body copy, which makes them worth writing properly rather than leaving as filenames.
Use real photographs
Stock imagery is instantly recognisable to customers and adds nothing distinctive. For a service business, photographs of your own completed work are:
- Unique, so they can be found on their own
- Evidence, which stock photography never is
- Local, which matters to someone choosing between you and a company from elsewhere
A business in The Woodlands photographing its own jobs — the mature tree cover, the particular housing styles, the village layouts — builds a library no competitor can copy.
Do not rely on EXIF geotags
Geotagging photographs does not deliver local ranking benefit, and most platforms strip location data on upload anyway. It is a persistent piece of advice with no supporting evidence. Spend the effort on the caption instead.
Add an image sitemap where images matter
If images are a meaningful part of what you offer — a portfolio, a gallery of work, products — listing them in an image sitemap helps them be discovered:
<url>
<loc>https://example.com/portfolio/cedar-fence</loc>
<image:image>
<image:loc>https://example.com/img/cedar-fence-repair.jpg</image:loc>
<image:caption>Replaced cedar panels on a sloped garden</image:caption>
</image:image>
</url>
For a site with a handful of images this is not worth the effort.
Watch out for images that only exist in JavaScript
Images loaded by a script, a slider, or a lightbox that never appears in the page source may not be discovered at all. Check the rendered source, not just the visual result.
Frequently asked questions
What makes good alt text?
A specific description of what the image shows, written first for people using screen readers. Its search value follows from doing that properly. Decorative images should have an empty alt attribute so they are skipped.
Do filenames matter?
A little. Descriptive lowercase names with hyphens are better than IMG_4821.jpg, but the filename is a small signal, not a place to write a keyword sentence. Get it right at upload rather than renaming later.
Is stock photography a problem?
It is instantly recognisable to customers and adds nothing distinctive. Photographs of your own completed work are unique, function as evidence, and are visibly local — none of which stock imagery can do.
Does geotagging images help local rankings?
No. There is no supporting evidence, and most platforms strip location metadata on upload anyway. It is persistent advice that does not work. Write a good caption instead.
Do I need an image sitemap?
Only if images are a meaningful part of what you offer — a portfolio, a gallery, products. For a site with a handful of images it is not worth the effort.