# Allow search engines to crawl and index the main website and language-specific pages
User-agent: *
Disallow: /index.php?   # Block all dynamic URLs (with query parameters)
Allow: /es/             # Allow the Spanish page to be indexed
Allow: /fr/             # Allow the French page to be indexed
Allow: /pt/             # Allow the Portuguese page to be indexed
Allow: /it/             # Allow the Italian page to be indexed
Allow: /en/             # Ensure the English page (homepage) can be indexed

# Block any unnecessary pages (you can add more rules if needed)
Disallow: /?result=       # Block query strings that deal with results
Disallow: /?file=         # Block file-specific query parameters

# Sitemap
Sitemap: https://corruptafile.online/sitemap.xml
