﻿{
  $type: RobotsTxt,
  Rules: {
    $type: RobotsTxt.Rule[],
    $values: [
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: {TempPath}
      },
      {
        $type: RobotsTxt.Rule,
        Name: crawl-delay,
        Pattern: 0.2
      },
      {
        $type: RobotsTxt.Rule,
        Name: sitemap,
        Pattern: /sitemap/sitemap.xml.gz
      }
    ]
  }
}
