# robots.txt for OC WINGS (ocwings.ca) # Allow all crawlers to access the site by default User-agent: * Allow: / # Exclude legal/policy pages from search indexing Disallow: /privacy-policy.html Disallow: /terms-of-use.html # Exclude form pages (if they exist in the future) Disallow: /reservation.html Disallow: /enquiry.html # Exclude AI agent information file from search indexing Disallow: /llms.txt # Exclude component files (not standalone pages) Disallow: /components/ # Exclude log files and directories Disallow: /logs/ # Exclude any temporary or build files Disallow: /*.tmp$ Disallow: /*.log$ # Allow CSS, JS, and image files to be crawled for rendering Allow: /*.css$ Allow: /*.js$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.webp$ Allow: /*.svg$ # Sitemap location Sitemap: https://www.ocwings.ca/sitemap.xml