[object Object]

← back to Stars of Design

sod robots.txt — Disallow /api/ (mirrors asim, prevents wasted crawl on JSON endpoints).

5b0cc558ab8fc8371a2e6d34e5fc88e70eadc13e · 2026-05-13 06:01:30 -0700 · Steve Abrams

Files touched

Diff

commit 5b0cc558ab8fc8371a2e6d34e5fc88e70eadc13e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed May 13 06:01:30 2026 -0700

    sod robots.txt — Disallow /api/ (mirrors asim, prevents wasted crawl on JSON endpoints).
---
 public/robots.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/robots.txt b/public/robots.txt
index a545e38..7bc874a 100644
--- a/public/robots.txt
+++ b/public/robots.txt
@@ -1,3 +1,4 @@
 User-agent: *
 Allow: /
+Disallow: /api/
 Sitemap: https://starsofdesign.com/sitemap.xml

← 47f5530 sod /favicon.ico Cache-Control max-age=86400 (was 0). Mirror  ·  back to Stars of Design  ·  sod head — +<meta name=color-scheme content="light dark"> si da98378 →