#!/bin/bash

user_agent="*"
allow="/"
sitemap="https://jord.in/sitemap-index.xml"

echo "User-agent: $user_agent"
echo "Allow: $allow"
echo "Sitemap: $sitemap"
