User-agent: *
Allow: /

# Allow all search engines to crawl the main website
Allow: /index.php
Allow: /about.php
Allow: /services.php
Allow: /portfolio.php
Allow: /products.php
Allow: /course.php
Allow: /contact.php

# Allow public user pages
Allow: /users/authentication/login.php
Allow: /users/authentication/register.php
Allow: /users/authentication/forgot-password.html
Allow: /users/authentication/new-password.html

# Block admin and private areas
Disallow: /admin-dashboard/
Disallow: /admin-dashboard/authentication/
Disallow: /admin-dashboard/config/
Disallow: /admin-dashboard/database/
Disallow: /admin-dashboard/includes/
Disallow: /admin-dashboard/email/
Disallow: /admin-dashboard/chart/
Disallow: /admin-dashboard/components/
Disallow: /admin-dashboard/courses/
Disallow: /admin-dashboard/extended-ui/
Disallow: /admin-dashboard/forms/
Disallow: /admin-dashboard/script_requests.php
Disallow: /admin-dashboard/upload-videos.php

# Block user private areas
Disallow: /users/config/
Disallow: /users/database/
Disallow: /users/auto_login_course.php
Disallow: /users/check_payment_status.php
Disallow: /users/debug_callback.php
Disallow: /users/debug_lesson_status.php
Disallow: /users/fix_database.php
Disallow: /users/fix_database_v2.php
Disallow: /users/fix_database_v3.php
Disallow: /users/setup_database.php
Disallow: /users/setup_ngrok.php
Disallow: /users/test_callback.php
Disallow: /users/update_order_reference.php
Disallow: /users/upload_video.php
Disallow: /users/verify_products.php

# Block sensitive files
Disallow: /composer.json
Disallow: /composer.lock
Disallow: /setup_branding.php
Disallow: /update_frontend_pages.php
Disallow: /verify_products.php

# Block vendor directory
Disallow: /vendor/

# Block uploads directory (private content)
Disallow: /uploads/

# Block assets downloads
Disallow: /assets/downloads/

# Allow important assets
Allow: /assets/css/
Allow: /assets/js/
Allow: /assets/img/
Allow: /assets/fonts/

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

# Crawl delay (optional - be respectful to server resources)
Crawl-delay: 1
