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 - class noindex

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

Class

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

Html markup method when no class

don't index

<div class="noindex">

  • <p> <li> ... every tag class="noindex" possible
  • example : <p class="noindex">

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

<%=AutoNoIndexClass%>

  • AutoNoIndexClass is class="noindex"
  • if you have simple <div>, then you make <div <%=Crawl.NoIndexClass%>>
  • example : <div <%=Crawl.NoIndexClass%>>



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

  • for example you already have <div class="some-class">

<ul class="some-class noindex"> 

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

<%=AutoNoIndex%>

  • Crawl.NoIndex is noindex

  • if you have you already have <div>, then you make <div class="some-class <%=AutoNoIndex%>">

  • it's sanme <ul class="some-class noindex">



don't follow

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

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.