Crawler html help syntax for μSearch - class noindex

Modified on 2010/06/30 22:35 by Administrator — Categorized as: MWSF, uSearch

Class


Html markup method when no class

don't index

<div class="noindex">


Generate ' class="noindex"' if page != null || id != null

<%=AutoNoIndexClass%>




if <div> has "noindex" class, it's deleted from tree together with children

<div class="noindex"> <ul> ... </ul> </div>

Html markup method when already have class

don't index


<ul class="some-class noindex"> 

Generate 'noindex' if page != null || id != null

<%=AutoNoIndex%>






don't follow

<a href="..." rel="nofollow" />