# robots.txt for Velaxio
# https://velaxio.com

# Allow all search engines
User-agent: *
Allow: /

# Allow indexing of all pages
Allow: /index.html
Allow: /portfolio.html
Allow: /styles.css
Allow: /portfolio-styles.css
Allow: /script.js
Allow: /portfolio.js

# Disallow private/admin directories (if any)
Disallow: /admin/
Disallow: /private/

# Sitemap location
Sitemap: https://velaxio.com/sitemap.xml

# Crawl-delay (optional, remove if not needed)
# Crawl-delay: 1

