Page History: Crawler html help syntax for μSearch - comment noindex
Compare Page Revisions
Page Revision: 2010/06/30 21:57
Static page comment noindex pair
<%=Robots.NoIndexStart%>
<%=Robots.NoIndexEnd%>
- <p> <li> ... every tag class="noindex" possible
- example : <p class="noindex">
Dynamic page comment noindex pair
<%=Robots.AutoNoIndexStart%>
<%=Robots.AutoNoIndexEnd%>
- <p> <li> ... every tag class="noindex" possible
- example : <p class="noindex">
Attention
- comment removal should be on top of whitespace removal in web.conf
<add name="comment-removal" type="kr.or.must.HttpCommentRemovalModule, MWSF.Modules" />
<add name="whitespace-removal" type="kr.or.must.HttpWhitespaceRemovalModule, MWSF.Modules" />