<label
    xmlns="http://www.w3.org/2007/01/lbl22/label"
    xmlns:mobilebp="http://www.w3.org/2007/01/lbl22/mobilebp@@#"
    xmlns:robots="http://example/robots@@#"
    >

  <!-- 4. Web crawlers are welcome to explore all resources on
       example.com except those with a path beginning with
       'private'. -->

  <scope>
    <domain>example.com</domain>
    <except>
      <domainPath>example.com/private</domainPath>
    </except>
  </scope>
  <audience>
    <robots:WebCrawler />
  </audience>
</label>
