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

Page History: Crawler html help syntax for μSearch - class noindex

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2010/06/24 21:14


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

<%=Crawl.NoIndexClass%>

  • Craw.NoIndexClass 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

<%=Crawl.NoIndex%>

  • Crawl.NoIndex is noindex

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

  • 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.