noindex [ WordPress Function ]
| See: | |
| Defined at: |
|
Display a noindex meta tag if required by the blog configuration.
If a blog is marked as not being public then the noindex meta tag will be output to tell web robots not to index the page content. Add this to the wp_head action. Typical usage is as a wp_head callback. add_action( 'wp_head', 'noindex' );
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- noindex - Wikipedia, the free encyclopedia
The noindex value of an HTML robots meta tag requests that automated Internet bots avoid indexing a web page. Reasons why one might want to use this meta ...
en.wikipedia.org - <META> tags - The Web Robots Pages
Aug 23, 2010 ... title> <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> </head>. There are two important considerations when using the robots ...
www.robotstxt.org - Using meta tags to block access to your site - Webmaster Tools Help
Jan 6, 2012 ... To entirely prevent a page's contents from being listed in the Google web index even if other sites link to it, use a noindex meta tag. As long as ...
support.google.com - What should NOINDEX do?
Feb 24, 2008 ... I have always interpreted NOINDEX to mean just that, I do not want Google to index this page, à la the Deny restriction in a robots.txt ...
www.mattcutts.com
Kullanýcý Tartýþmalarý [ wordpress.org ]
- poorcookie on "How to remove "nofollow" when post has multiple links out?"
- Dawn on "Noindex Nofollow Problem"
- esmi on "Is Google blocking my blog?"
- Dawn on "Is Google blocking my blog?"
- Dawn on "Noindex Nofollow Problem"
- placutus on "Bulk noindex for a particular category"
- placutus on "Need search engines not index old posts - NOindex problem"
- poorcookie on "How to remove "nofollow" when post has multiple links out?"
- esmi on "In which stuff is default the setting of noindex, no follow in wp?"
- B_Dark on "In which stuff is default the setting of noindex, no follow in wp?"