﻿{
  $type: RobotsTxt,
  Rules: {
    $type: RobotsTxt.Rule[],
    $values: [
      {
        $type: RobotsTxt.Rule,
        Name: sitemap,
        Pattern: https://substack.com/news_sitemap.xml
      },
      {
        $type: RobotsTxt.Rule,
        Name: sitemap,
        Pattern: https://substack.com/sitemap.xml
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /feed/podcast/*/private/*.rss
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /session-attribution-frame
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /visited-surface-frame
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /channel-frame
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /p/*/comment/*
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /feed/private
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /inbox/post/*
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /notes/post/*
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /lovestack/*
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /subscribe
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /action/
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /publish
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /sign-in
      },
      {
        $type: RobotsTxt.AccessRule,
        Allowed: false,
        Name: disallow,
        Pattern: /embed
      }
    ]
  }
}
