The image-search tag has no wiki summary.
1
vote
1answer
35 views
Several images are displayed in one <img> tag that's changeable via JavaScript - is that OK for those images to be indexed by Google?
I have a page which should contain text and several images related to this text.
I'd like to show only one image on the page and let the user change the image by clicking a "->" button (via ...
1
vote
2answers
69 views
Tackling thin content on an images gallery
We run an images gallery as part of our site, however we have over 8,000 images and every image has a separate HTML page of its own to display the image caption, related image and comments from users ...
1
vote
1answer
94 views
Redesigning a page while not using old images but also not losing rank
I have redesigned one of the pages of a website I'm current working on, and some of the images on this website, 2 to be exact, rank on the very first page of public google search results.
Those ...
1
vote
2answers
272 views
Full size images from Google Image Search cache
Due to a crash I have lost some images from my website. These are all in Google Image search, but they are all scaled down. Does anybody know if there is a way to recover the full images?
I have ...
2
votes
1answer
564 views
How to get google and bing to index original image, not thumbnail?
I've read this post Make google index the actual image not the thumbnail but my case is a little different.
I have over a thousand images, in many different directories, with many different names, ...
6
votes
2answers
297 views
SEO and external sites that serve responsive images (like Re-SRC)
Re-SRC is a tool that allows you to automatically serve responsive images for your website from their cloud servers. It delivers a new image file each time the browser window (viewport) is resized.
...
7
votes
3answers
944 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/
...
4
votes
3answers
265 views
How to name image files in multi language site?
I have one site with two languages: English and Spanish for example.
What would be the proper convention to name image files?
From my point of view it would be stupid to duplicate image and then name ...
0
votes
2answers
267 views
SEO with duplicate content [duplicate]
Possible Duplicate:
What is duplicate content and how can I avoid being penalized for it on my site?
I have a nature photography site with multiple types of photo galleries. Each photo and ...
2
votes
2answers
164 views
SEO for websites with very less content and a lot of images
Let's say we have an image exhibition website that has got a lot of images but next to nothing content. The focus keyword for this website is "Artistic wallpapers".
What would be the best approach ...
4
votes
1answer
504 views
Make google index the actual image not the thumbnail
In a website, we have a JavaScript that opens an image when people click on the thumbnail, it seems like Google only indexes the thumbnail not the actual image with real dimensions, I was wondering if ...
2
votes
1answer
51 views
How to spot plagiarized logos?
Is there a better method of finding if a logo is a shameless copy of another logo, other than Google's image search tool?
2
votes
1answer
45 views
Image Search Ranking
What are image-specific factors that contribute to ranking in Google Image Search?
Looking for what contributes to ranking and relevancy of images above and beyond the SEO of the hosting site itself.
...
1
vote
5answers
121 views
Serve gravatar extenerally?
Microsoft on their website seems to get the avatar server side, and then serve it as an image from their servers. IE:
<img src="avatar.jpg?username=Tom" />
I currently just link directly to ...