Welcome Guest, you are in: Login

MUST Creative Engineering Laboratory

RSS RSS

Navigation



Technical Doc



Search the wiki
»

MUST Corp.

MUST Corp.

www.must.or.kr

 Microsoft CERTIFIED Partner Software Development, Web Development, Data Platform

 Microsoft Small Business Specialist

MCSD

Microsoft Certified IT Professional

Microsoft Certified Professional Developer

Crawler html help syntax for μSearch - comment noindex

RSS
Modified on 2010/07/18 18:26 by Administrator Categorized as MWSF, uSearch

Class

  • Package: MWSF.dll
  • Defined In : Robots.cs
  • Class:   
  • Subclasses:   
  • Extends:  

Static page comment noindex pair

<%=Robots.NoIndexStart%>
contents
<%=Robots.NoIndexEnd%>

  • it's become to this html
    <!--noindex-->
    
    contents
    <!--/noindex-->


Dynamic page comment noindex pair

<%=Robots.AutoNoIndexStart%>

<%=Robots.AutoNoIndexEnd%>

  • first page having none comment, only contents

contents

  • from next page become to this html
    <!--noindex-->
    
    contents
    <!--/noindex-->


Add master page

under <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <%=Robots.AutoNoIndexMeta%> 

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" />

MUST Creative Engineering Laboratory

ImageImage Image Image

Image Image Image Image Image Image Image

Copyright © 2010 MUST Corp. All rights reserved. must@must.or.kr
This Program is released under the GNU General Public License v2. View the GNU General Public License v2 or visit the GNU website.