﻿{
  $type: RobotsTxt,
  Rules: {
    $type: RobotsTxt.Rule[],
    $values: [
      {
        $type: RobotsTxt.Rule,
        Name: sitemap,
        Pattern: https://www.twitch.tv/sitemapv2_index.xml.gz
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: true,
        Name: allow,
        Pattern: /.well-known/assetlinks.json
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /email-unsubscribe/
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: true,
        Name: allow,
        Pattern: /directory/all
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: true,
        Name: allow,
        Pattern: /directory/*
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: true,
        Name: allow,
        Pattern: /directory
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /message/*
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /admin/*
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /signup$
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /login$
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /user/*
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /wv/*
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: true,
        Name: allow,
        Pattern: /
      }
    ]
  }
}
