Forum Moderators: phranque
I have a few links on my site that take the visitor to input forms. I’d like to prevent these pages from being indexed/crawled.
Is there a way to stop individual links from being indexed/crawled from within the link code?
i.e
<A href="form.html" robots="noindex,nofollow">Add information</A>
I don’t think using the robots.txt file isn’t really an option as the form link is different for each page.
Thanks
<meta name="robots" content="noindex"> There is the
rel="nofollow" attribute, but that doesn't stop indexing, it merely acts as an indicator that the linked page is not trusted by the linking page.