# Robots.txt for Contoso Manufacturing # Website: https://www.contoso.gr/manufacturing User-agent: * Allow: /manufacturing/ Allow: /manufacturing/*.html Allow: /manufacturing/assets/ Disallow: /manufacturing/admin/ Disallow: /manufacturing/private/ # Crawl delay (optional - uncomment to slow down aggressive crawlers) # Crawl-delay: 1 # Sitemaps Sitemap: https://www.contoso.gr/manufacturing/sitemap.xml # Comments below serve as deployment notes: # NOTE: If the site is deployed at the domain root instead of /manufacturing, # update the Allow/Disallow rules above to reflect the correct paths. # For example, if served at https://www.contoso.gr/manufacturing/: # Allow: / # Allow: /assets/ # Or if using subdomain: manufacturing.contoso.gr: # Allow: / # Sitemap: https://manufacturing.contoso.gr/sitemap.xml