1
vote
1answer
37 views

Image SEO with overlaid text?

I have a single image that I am using repeatedly with different text overlaid. If you hover over this image it will also give you a tooltip with more information. Of course, the text overlaid could ...
1
vote
1answer
35 views

Image folder name for SEO [duplicate]

We develop and sell ActiveX and .NET controls through our website. After doing some redesign works, every product will have its own top-level folder on the webserver. For instance, the home page for ...
2
votes
2answers
65 views

SEO Impact on changing the resolutions of already indexed images

Let's say that i have a image restaurant-photo_big.jpg which is 640x480.. How can I change the resolution safely for SEO purposes? it's the same identical image but 800x800 (it may be cropped out ...
3
votes
3answers
67 views

Convenient practice for where to place images?

A lot of developers place all image files inside a central directory, for example: /i/img/ /images/ /img/ Isn't it better (e.g. content architecture, on-page SEO, code maintainability, filename ...
7
votes
3answers
157 views

Image SEO - always repeat main keyword in alt text?

I'm working on an Easter Island website and I'm currently redesigning my image system. Virtually all my photos are of Easter Island. My question is, should I always include the keywords "Easter ...
7
votes
3answers
405 views

What should filenames and URLs of images contain for SEO benefit?

We know that good site architecture usually looks like this: example-company.com/ example-company.com/about/ example-company.com/contact/ example-company.com/products/ ...
2
votes
3answers
70 views

How do I replace images with any other technique for better SEO?

My website has many images which aren't good since we have a lot of content inside of them which Google won't know about. So by using CSS or JS isn't there a solution with which we can convert these ...
12
votes
1answer
239 views

Should you add version information to images on your website?

If you have images on your website that are likely to change (e.g. have a different watermark), but the same image name, should you add version information to the end of the image name, or would this ...
0
votes
2answers
60 views

Will doing this improve somewhat improve my site ranking (SEO)?

So I like to post a lot on forums. And often times, I'll link images. I usually use imgur as the image provider. But this thought just came into my head. Would it be a good idea to have the image on a ...
3
votes
1answer
119 views

Should image directories be indexable or not, for SEO?

By default, I have directory indexing turned off via apache, to limit oracle attacks to find php scripts. Should I turn directory indexing on for /images/ folders, to make all the images on the site ...
1
vote
2answers
1k views

any SEO sense in embedding EXIF metadata on web site images?

I got a quick question and would love to know your opinion. I develop a CMS that in it's large part is very SEO-centric with many features that allow to control various individual parts of a web ...
15
votes
13answers
3k views

How do I get images containing text to be indexed by search engines?

I am building a small portfolio website for a friend, and being in advertising and all, she hates the standard fonts and wants everything written in a custom font. As CSS font-embedding is not really ...