Foros de discusión

Robots and search

Mauro De Vito, modificado hace 13 años.

Robots and search

New Member Mensajes: 2 Fecha de incorporación: 7/10/10 Mensajes recientes
Hi all,
sorry for my bad english.
I need to avoid indexing some pages from robots of the search engines.
These page will be reachables by navigation, but will not appear as results of a search engine.
Is it possible?
I saw that exists a field "Robot", but doesn't look to answer to my need.

Thanks to all
Ciao
Mauro
Sameer Vohra, modificado hace 11 años.

RE: Robots and search

New Member Mensaje: 1 Fecha de incorporación: 21/09/12 Mensajes recientes
Hey,
I am assuming you are still not waiting on a response for this.
This is more addressed to anyone who might land up on this page.

On the page settings, under robot, add

noindex,nofollow,noarchive,nosnippet


resulting in the following meta element on your page,

<meta name="robots" content="noindex,nofollow,noarchive,nosnippet" lang="en-CA">




See here for an explanation of the tags - http://support.google.com/webmasters/bin/answer.py?hl=en&answer=79812

Note: This solves the problem if you intend to control this on the page by page level. However, it does not address how you would accomplish this on a site/portal level.

Cheers,
Sameer
Sanjay Sharma, modificado hace 11 años.

RE: Robots and search

New Member Mensajes: 6 Fecha de incorporación: 12/10/12 Mensajes recientes
why would you want less exposure on Google?

ok as per as my knowledge Google no longer recommends blocking crawler access to duplicate content on your website, whether with a robots.txt file or other methods.
thumbnail
Hitoshi Ozawa, modificado hace 11 años.

RE: Robots and search

Liferay Legend Mensajes: 7942 Fecha de incorporación: 24/03/10 Mensajes recientes
There's a Robot setting in Control Panel -> Sites where robot.txt settings can be entered.