var userAgent : string := "*"
var allow : string := "/"
var sitemap : string := "https://jord.in/sitemap-index.xml"

put "User-agent: ", userAgent, newline
put "Allow: ", allow, newline
put "Sitemap: ", sitemap, newline
