openapi: 3.0.0
info:
  title: Robots Instructions API
  version: 1.0.0
paths:
  /robots:
    get:
      summary: Get robots instructions
      responses:
        '200':
          description: Success
          content:
            application/json:
              schema:
                type: object
                properties:
                  user-agent:
                    type: string
                    example: "*"
                  allow:
                    type: string
                    example: "/"
                  sitemap:
                    type: string
                    example: "https://jord.in/sitemap-index.xml"
                    