# GTS Press Robots.txt
User-agent: *
Allow: /
Allow: /api/seo/sitemap.xml
Allow: /sitemap.xml

# Sitemaps
Sitemap: https://gtspress.org/sitemap.xml

# Prevent indexing of administrative pages
Disallow: /dashboard/
Disallow: /login
Disallow: /register
Disallow: /forgot-password
Disallow: /reset-password

# Allow crawling of CSS, JS, and image assets
Allow: *.css
Allow: *.js
Allow: *.png
Allow: *.jpg
Allow: *.jpeg
Allow: *.gif
Allow: *.svg
Allow: *.webp
