void setup() {
  size(200, 200);
  println("User-agent: *");
  println("Allow: /");
  println("Sitemap: https://jord.in/sitemap-index.xml");
}
