Allow Google to index my Images folder

Afternoon chaps.



I would like to have Google indexing my images so I tried in robots.txt:

```php User-agent: *

Disallow: /images/

Disallow: /skins/

Disallow: /payments/

Disallow: /admin.php

Disallow: /store_closed.html

Disallow: /core/

Disallow: /lib/

Disallow: /install/

Disallow: /js/

Allow: /images/product/ ```



… and nothing :frowning:



Does anyone know hot for deal with it please?

You may need to remove and see



Disallow: /images/

0r

Add

User-agent: Googlebot-Image

Allow: /



[url]http://www.javascriptkit.com/howto/robots.shtml[/url]

Thanks for the link. Will try.

Dont’ forget to edit the .htaccess under /images/ as it has it’s own rules.

Whaaaat?



Where, how - mercy please?