How to avoid Google page index for Certain Parts of our Page?
        by barkkathulla[ Edit ] 2013-11-22 09:44:10 
         
        
        	Avoid google page index for certain parts of HTML in our page:
<p>My favorite poems,jokes ,essays...</p>
<!--googleoff: index-->
//below portion will not be indexed by google
<p>My favorite greetings...</p>
<!--googleon: index>
///indexed by google
Here,
after putting ,
 "googleoff: index" , it will not be indexed by Google
 "googleon: index" to index further things...
To  keep the page from Google index,we can  add googleon/googleoff tags as above....