Title: Noindex Pages
Author: radgh
Published: <strong>3 de Febreiro, 2016</strong>
Last modified: 3 de Febreiro, 2016

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

![](https://s.w.org/plugins/geopattern-icon/noindex-pages.svg)

# Noindex Pages

 Por [radgh](https://profiles.wordpress.org/radgh/)

[Descargar](https://downloads.wordpress.org/plugin/noindex-pages.1.0.1.zip)

 * [Detalles](https://gl.wordpress.org/plugins/noindex-pages/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/noindex-pages/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/noindex-pages/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/noindex-pages/#developers)

 [Soporte](https://wordpress.org/support/plugin/noindex-pages/)

## Descrición

This simple and lightweight plugin adds a “Hide from search engines” checkbox above
the publish box to pages. By
 ticking this box, a meta tag will be placed into the`
<head>` section of your page specifying that robots should not index the page.

By default this only applies to pages. You may extend this functionality to posts
or other custom post types with a small bit of code. See the FAQ’s tab for further
instructions.

## Capturas

 * [[
 * The publish box when editing a page, the added checkbox is highlighted.
 * [[
 * The source code for the page, the added meta tag is highlighted.

## Instalación

 1. Upload the plugin files to `/wp-content/plugins/noindex-pages/`, or install the
    plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Edit a page, look for the checkbox above the “Publish” or “Update” button near 
    the top-right.
 4. (Optional) verify it works by viewing your page and then right-click, “View Source”,
    and look for the meta tag with the name “robots” and value “noindex”.
 5. (Optional) Extend the functionality to posts or other custom post types by reading
    the FAQ’s.

## Preguntas frecuentes

  Are there any advanced features, such as to block specific robots or add this 
code to archive/search pages?

No, this is just a simple plugin.

  Can this be used for custom post types or posts?

Yes, with a bit of PHP. Just use the following code in your functions.php, which
will add support for “post” and “product”:

    ```
    function noindex_for_cpts( $post_types ) {
        return $post_types + array( "post", "product" );
    }
    add_filter('noindex-pages-post-types', 'noindex_for_cpts');
    ```

## Comentarios

![](https://secure.gravatar.com/avatar/268c8ee79b90860bd919c241bb6240e100354b8b9c5969dc1c8cd096e932ce5c?
s=60&d=retro&r=g)

### 󠀁[gem of a plugin](https://wordpress.org/support/topic/gem-of-a-plugin-2/)󠁿

 [webgalway](https://profiles.wordpress.org/webgalway/) 29 de Marzo, 2021

exactly what I was looking for, my thanks to the developer.

![](https://secure.gravatar.com/avatar/c725ecd7aa72251dcfaecb6a4664454fe64a40366e0daa5d5684823c4d7ea6e3?
s=60&d=retro&r=g)

### 󠀁[Does not work for blog posts, no answers in support forum](https://wordpress.org/support/topic/does-not-work-for-blog-posts-no-answers-in-support-forum/)󠁿

 [Marc Bijl](https://profiles.wordpress.org/newoceans/) 31 de Xaneiro, 2019

It works for regular pages, however, it doesn’t for blog posts. Issues/support threads
are not answered, worse: are closed without answering.

![](https://secure.gravatar.com/avatar/91007eed81499da5d41498d94aed3a6ba662b0fda5a56f2367f5f3247c76ee6f?
s=60&d=retro&r=g)

### 󠀁[Perfect!](https://wordpress.org/support/topic/perfect-5321/)󠁿

 [hbirdofinet](https://profiles.wordpress.org/hbirdofinet/) 19 de Agosto, 2018

Simple to use and does exactly what it says. Definitely 5 stars. My only question
is (I’m new to this stuff): Is it safe to be using such an old plugin? Even though
I know it wouldn’t need updates for the functionality, is using this plugin going
to make my site unsafe or does it need updates simply for security reasons? Thanks!

![](https://secure.gravatar.com/avatar/b7d75e076fca68a2b0660e75b569cd98b3b7bc99cf3debdbd923f842ef7508c2?
s=60&d=retro&r=g)

### 󠀁[One thing it does, it does!](https://wordpress.org/support/topic/one-thing-it-does-it-does/)󠁿

 [ariapictures](https://profiles.wordpress.org/ariapictures/) 4 de Febreiro, 2017

I have All In One SEO, and Jet Pack and these do not show up on the pages with the
code, cannot find them doing a search for “noindex” With NoIndex Pages, it’s there!!!
Thanks

![](https://secure.gravatar.com/avatar/2f464a89e483164187501182236a3ec8b9e20a906195d225f876cbc54c929e39?
s=60&d=retro&r=g)

### 󠀁[Boom, does what it says](https://wordpress.org/support/topic/boom-does-what-it-says/)󠁿

 [Callum Macdonald](https://profiles.wordpress.org/chmac/) 12 de Xaneiro, 2017

Booya. Does exactly what it says on the tin. Read the code, it’s clean and simple.
Love it.

![](https://secure.gravatar.com/avatar/7b3bd83d9e1e29a7a296c984cd922f8202c3107783ed11261b663e59fbb033a1?
s=60&d=retro&r=g)

### 󠀁[nicely done!](https://wordpress.org/support/topic/nicely-done-51/)󠁿

 [rothschild86](https://profiles.wordpress.org/rothschild86/) 3 de Setembro, 2016

thank you!

 [ Ler todas as 6 opinións ](https://wordpress.org/support/plugin/noindex-pages/reviews/)

## Colaboradores e desenvolvedores

“Noindex Pages” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

 *   [ radgh ](https://profiles.wordpress.org/radgh/)

[Traduce “Noindex Pages” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/noindex-pages)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/noindex-pages/), bota
unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/noindex-pages/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/noindex-pages/)
por [RSS](https://plugins.trac.wordpress.org/log/noindex-pages/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 1.0.1

 * Improved screenshot quality for wordpress.org
 * Corrected “Tested up to” version number
 * Corrected “Requires at least” version number

#### 1.0.0

 * First release
 * Pre-release version notes can be found on Github

## Meta

 *  Versión **1.0.1**
 *  Última actualización **Fai 10 anos**
 *  Instalacións activas **2.000+**
 *  Versión de WordPress ** 3.2 ou superior **
 *  Probado ata **4.4.34**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/noindex-pages/)
 * Etiquetas
 * [noindex](https://gl.wordpress.org/plugins/tags/noindex/)[pages](https://gl.wordpress.org/plugins/tags/pages/)
   [robots](https://gl.wordpress.org/plugins/tags/robots/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/noindex-pages/advanced/)

## Valoracións

 4.5 de 5 estrelas

 *  [  5 valoracións de 5 estrelas     ](https://wordpress.org/support/plugin/noindex-pages/reviews/?filter=5)
 *  [  0 valoracións de 4 estrelas     ](https://wordpress.org/support/plugin/noindex-pages/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/noindex-pages/reviews/?filter=3)
 *  [  1 valoración de 2 estrelas     ](https://wordpress.org/support/plugin/noindex-pages/reviews/?filter=2)
 *  [  0 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/noindex-pages/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/noindex-pages/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/noindex-pages/reviews/)

## Colaboradores

 *   [ radgh ](https://profiles.wordpress.org/radgh/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/noindex-pages/)

## Doar

Queres apoiar o progreso deste plugin?

 [ Dona a este plugin ](https://paypal.me/radgh)