If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
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?
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.
Comment