Title: betheone's Replies | WordPress.org

---

# betheone

  [  ](https://wordpress.org/support/users/betheone/)

 *   [Profile](https://wordpress.org/support/users/betheone/)
 *   [Topics Started](https://wordpress.org/support/users/betheone/topics/)
 *   [Replies Created](https://wordpress.org/support/users/betheone/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/betheone/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/betheone/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/betheone/engagements/)
 *   [Favorites](https://wordpress.org/support/users/betheone/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Put Nofollow,Index tag on all /page/*](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/)
 *  Thread Starter [betheone](https://wordpress.org/support/users/betheone/)
 * (@betheone)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/#post-2296275)
 * I’ve found a solution 😉
 *     ```
       <?php if ($paged) { ?>
       <meta name="robots" content="noindex,follow" />
       <?php } ?>
       ```
   
 * Hope it helps!
 * THANKS!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Put Nofollow,Index tag on all /page/*](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/)
 *  Thread Starter [betheone](https://wordpress.org/support/users/betheone/)
 * (@betheone)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/#post-2296269)
 * I prefer this way for several reason, one of these is I don’t have /category/
   in the “URL”, so I need to do something like Disallow: */page/*, and this include
   subpages of home page, and it makes difficult to Google to index all the pages…
 * And if I have “FOLLOW” in categories, instead “DISALLOW”, it gives more linkjuices
   to posts..
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Put Nofollow,Index tag on all /page/*](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/)
 *  Thread Starter [betheone](https://wordpress.org/support/users/betheone/)
 * (@betheone)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/#post-2296266)
 * The problem is not the “follow”, but the “noindex”. I want Google follow links
   in pages of categories, but NOT to index them.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Put Nofollow,Index tag on all /page/*](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/)
 *  Thread Starter [betheone](https://wordpress.org/support/users/betheone/)
 * (@betheone)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/#post-2296251)
 * I can make it clear with an example:
    [http://shebshi.wordpress.com/category/observations-commentary/page/2/](http://shebshi.wordpress.com/category/observations-commentary/page/2/)
 * This is an internal page of category 🙂 so.. /category/ home page: follow,index,
   and category/name/page/../ follow,noindex.
 * Clear? 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Put Nofollow,Index tag on all /page/*](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/)
 *  Thread Starter [betheone](https://wordpress.org/support/users/betheone/)
 * (@betheone)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/#post-2296218)
 * The problem is “is_page” works on “pages”, not “pagination” of categories. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Put Nofollow,Index tag on all /page/*](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/)
 *  Thread Starter [betheone](https://wordpress.org/support/users/betheone/)
 * (@betheone)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/#post-2296214)
 * Hi guys,
 * I’ve tried but It doesn’t work 🙁 have you an idea of the reason?
 * Thanks!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Put Nofollow,Index tag on all /page/*](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/)
 *  Thread Starter [betheone](https://wordpress.org/support/users/betheone/)
 * (@betheone)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/#post-2296142)
 * [@chadrew](https://wordpress.org/support/users/chadrew/) thanks a lot, now I’m
   on iPad, tomorrow I’ll try it 😉
 * [@zoonini](https://wordpress.org/support/users/zoonini/) don’t worry! Thanks 
   for your time!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Put Nofollow,Index tag on all /page/*](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/)
 *  Thread Starter [betheone](https://wordpress.org/support/users/betheone/)
 * (@betheone)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/put-nofollowindex-tag-on-all-page/#post-2296135)
 * Thanks for your answer but with the robots.txt you can put NOFOLLOW, not NOINDEX.

Viewing 8 replies - 1 through 8 (of 8 total)