Google images indexing on no-index html page?
-
Hi,
I wonder if a image can get indexed, included in google images if it is located on a html page with a no-follow tag?
Thanks for your help.
-
i'd say yes they would get indexed unless you're using the "no index" attribute for that page.
-
It would not be an html with noindex tag? Because nofollow is used to links.
If your page has the tag:
In this case your images will index.
For an image not indexing, there is a meta tag "noimageindex":
You can see here:
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=79892

-
Of course, sorry. I meant content="noindex" - thanks a lot for your answer - thats clear now!!