# Imgedia - robots.txt # https://imgedia.com # Allow all search engines User-agent: * # Allow public pages Allow: / Allow: /pricing Allow: /models Allow: /login Allow: /register Allow: /news # Disallow authenticated/private areas Disallow: /generator Disallow: /editor Disallow: /history Disallow: /profile Disallow: /payments Disallow: /video # Disallow password/auth utility pages Disallow: /forgot-password Disallow: /reset-password Disallow: /verify-email # Disallow API routes Disallow: /api/ # Disallow internal paths Disallow: /_next/ Disallow: /static/ # Crawl-delay (optional, reduces server load from aggressive crawlers) Crawl-delay: 1 # Sitemap location Sitemap: https://imgedia.com/sitemap.xml # Host directive (helps identify preferred domain) Host: https://imgedia.com