Manual:$wgNamespaceRobotPolicies/pt-br

From mediawiki.org
This page is a translated version of the page Manual:$wgNamespaceRobotPolicies and the translation is 12% complete.
Políticas para robôs: $wgNamespaceRobotPolicies
Allow customisation of robot policies on a per-namespace basis.
Introduzido na versão:1.7.0 (r14559)
Removido na versão:ainda em uso
Valores permitidos:(each entry indicates a namespace and a text string)
Valor padrão:[]

Details

Robot policies for namespaces, e.g. tag <meta name="robots" content="noindex,follow" />

e.g.

$wgNamespaceRobotPolicies[NS_TALK] = 'noindex';

The default policy is given by $wgDefaultRobotPolicy , the array is made of Constantes de namespaces as defined in includes/Defines.php (see Manual:Namespace ) or the numeric identifier for the namespace.

Ver também