Please help me to remove following pages of my website from google,
mywebsiteurl/images
mywebsiteurl/images/core/?C=S;O=A
mywebsiteurl/images/email/?C=N;O=D
mywebsiteurl/images/portfolio/projrcts/?C=M;O=A
and So on
I try with robots.text
User-agent: *
Disallow: /images/
Is there any mistake in my robots.txt code or it’s proper?
And another things multiple images link are listed. so, i can noindex link one by one? or all images removed by using one code.
Google does warn that robots.txt is not guaranteed to exclude items from indexing if the URLs can be reached from other pages or sites. Meta tags are recommended as a more reliable solution.
You could also try Google’s robots.txt tester, to check whether your rules are being applied as you expect.