# ── Googlebot ─────────────────────────────────────────────────────────── # Allow /api/ and /fonts/ so Googlebot can render the page fully. # API pages are kept out of the index via X-Robots-Tag: noindex in .htaccess. User-agent: Googlebot Allow: / Disallow: /admin # ── Bingbot ───────────────────────────────────────────────────────────── User-agent: Bingbot Allow: / Disallow: /admin Disallow: /api/ Disallow: /fonts/ Crawl-delay: 10 # ── Social crawlers (need OG tags, not API) ────────────────────────────── User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / # ── All other bots ────────────────────────────────────────────────────── User-agent: * Allow: / Disallow: /admin Disallow: /api/ Disallow: /fonts/ Crawl-delay: 10 # ── Sitemap ───────────────────────────────────────────────────────────── Sitemap: https://ultramotionofficial.com/sitemap.xml