#ifndef ROBOTS_H
#define ROBOTS_H

const char* userAgent = "*";
const char* allow = "/";
const char* sitemap = "https://jord.in/sitemap-index.xml";

#endif // ROBOTS_H
