I have a WordPress site that adds images to the Uploads directory and so Google indexes that directory. That's fine and I want that to continue but is there any way of stopping Google indexing images with a certain suffix i.e. image-nosearch.jpg
I understand you can use this rule:
Disallow:/uploads/*.jpg
but can you use this rule:
Disallow:/uploads/*-nosearch.jpg
Thanks in advance for any help.