# robots.txt for https://zeinalamah.com # Last updated: 2026-01-22 # Default rule - Allow all standard crawlers User-agent: * Allow: / # Sitemap location Sitemap: https://zeinalamah.com/sitemap.xml # Prevent crawling of private/development areas Disallow: /api/ Disallow: /admin/ Disallow: /private/ Disallow: /dev/ Disallow: /test/ # Allow crawling of JS/CSS for proper SPA rendering # (Required for search engines to render React apps)