# Allow all robots to access everything
User-agent: *
Disallow:

# Disallow specific directories or pages
Disallow: /private/
Disallow: /temp/

# Allow Googlebot to access a specific directory
User-agent: Googlebot
Allow: /

# Disallow all robots from accessing specific file types
User-agent: *
Disallow: /*.pdf$
Disallow: /*.zip$

# Sitemap location
Sitemap: https://proxnet.xyz/sitemap.xml
