I have a web page which has links at the bottom like this:
- <a href='http://www.google.com/q?rome+photos'>photos of rome</a>
- <a href='http://www.google.com/q?paris+photos'>photos of paris</a>
- <a href='http://www.google.com/q?london+photos'>photos of london</a>
The idea is that if somebody clicks we go to Google search image page and we search for those images of those cities.
The questions are:
Edit: The 3rd point is very important to me: it's okay to work out the url from blogs and others but the question remains: is google okay with this ? will it ever discourage this approach ? if so then all my urls would become suddenly worth nothing
https://www.google.com/search?tbm=isch&q=findSomeImage
,So, the only change you have to make, is to add the tbm=isch
option to your urls.