PDA

View Full Version : Full URL to picture


Lars
11-20-2008, 11:11 PM
When Zoom find a picture then the URL to the page (www.somesite.com/myhouse.html) with the picture is displayed. Is it poosible to instead show the full URL, like www.somesite.com/pics/house.jpg?

/Lars

Ray
11-21-2008, 12:09 AM
This behaviour depends on how the image file was found by the spider. If the image was part of the page (e.g. an image tag like <img src="pics/house.jpg">), then the search result will be a link to the page containing the image.

If the image was found via a link to the image file itself, (e.g. <a href="pics/house.jpg">this is a picture of my house</a>) then the search result will link to the image file itself.

If you always want the latter behaviour, perhaps you should index the images by themselves first, either via additional start points (making sure they are indexed before the pages), or by creating (or indexing a pre-existing) web page which linked directly to the images as in the above example.