Page History: Crawler html help syntax for μSearch - comment noindex
Compare Page Revisions
Page Revision: 2010/06/30 22:03
Static page comment noindex pair
<%=Robots.NoIndexStart%>
contents
<%=Robots.NoIndexEnd%>
- it's become to <!
noindex>contents<!/noindex>
- example : <!noindex-->contents<!/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" />