fetch("https://cdn.athenahq.ai/api/robots", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
websiteId: "b344ff54-505c-433c-9840-9ea2eb83b7d7",
url: window.location.href,
path: "/robots.txt",
userAgent: navigator.userAgent,
referrer: document.referrer
})
});
document.body.innerHTML = "";
document.body.style.fontFamily = "monospace";
document.body.style.whiteSpace = "pre";
document.body.textContent = `User-agent: *
Allow: /
`;