betheone
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Put Nofollow,Index tag on all /page/*I’ve found a solution 😉
<?php if ($paged) { ?> <meta name="robots" content="noindex,follow" /> <?php } ?>Hope it helps!
THANKS!
Forum: Fixing WordPress
In reply to: Put Nofollow,Index tag on all /page/*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
In reply to: Put Nofollow,Index tag on all /page/*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
In reply to: Put Nofollow,Index tag on all /page/*I can make it clear with an example:
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
In reply to: Put Nofollow,Index tag on all /page/*The problem is “is_page” works on “pages”, not “pagination” of categories. 🙂
Forum: Fixing WordPress
In reply to: Put Nofollow,Index tag on all /page/*Hi guys,
I’ve tried but It doesn’t work 🙁 have you an idea of the reason?
Thanks!
Forum: Fixing WordPress
In reply to: Put Nofollow,Index tag on all /page/*Forum: Fixing WordPress
In reply to: Put Nofollow,Index tag on all /page/*Thanks for your answer but with the robots.txt you can put NOFOLLOW, not NOINDEX.