User-agent: * Allow: / # Disallow sensitive directories Disallow: /admin/ Disallow: /blackhole/ Disallow: /inc/ Disallow: /pay/ Disallow: /ipn/ Disallow: /Stripe/ Disallow: /backup-scripts/ Disallow: /backup_config_files/ Disallow: /install/ Disallow: /database/ Disallow: /node_modules/ Disallow: /photos/ Disallow: /videos/ Disallow: /jscripts/ Disallow: /css/ Disallow: /images/ Disallow: /apps/ Disallow: /builder/ Disallow: /content/ Disallow: /templates/ Disallow: /NOTES/ # Disallow sensitive files Disallow: /*.php$ Disallow: /*.sql$ Disallow: /*.log$ Disallow: /*.ini$ Disallow: /*.md$ Disallow: /*.json$ Disallow: /*.lock$ Disallow: /*.zip$ Disallow: /*.tar$ Disallow: /*.gz$ # Disallow specific sensitive pages Disallow: /config.php Disallow: /config-database.php Disallow: /config.example.php Disallow: /bootstrap.php Disallow: /style.php Disallow: /style_fx.php Disallow: /header.php Disallow: /footer.php Disallow: /htaccess Disallow: /php.ini # Disallow member-only pages (optional - remove if you want them indexed) Disallow: /members/ Disallow: /memberlogin.php Disallow: /login.php Disallow: /loginadclick.php Disallow: /checkaccount.php Disallow: /verify.php Disallow: /thanks.php Disallow: /profile.php Disallow: /earnings.php Disallow: /delete.php Disallow: /logout.php # Disallow payment and transaction pages Disallow: /charge.php Disallow: /cart-checkout.php Disallow: /cart-complete.php Disallow: /completed.php Disallow: /ipn.php Disallow: /stripehook.php Disallow: /coinpaymenthelp.php # Disallow debug and test files Disallow: /debug-test.php Disallow: /install-test.php Disallow: /install-debug.php Disallow: /test_*.php Disallow: /debug_*.php # Allow important public pages Allow: /index.php # Explicitly disallow numbered template files (index2.php, index3.php, etc.) # Only index.php should be indexed - templates are handled via redirects Disallow: /index1.php Disallow: /index2.php Disallow: /index3.php Disallow: /index4.php Disallow: /index5.php Disallow: /index6.php Disallow: /index7.php Disallow: /index[0-9]+.php$ Allow: /signup.php Allow: /join.php Allow: /faq.php Allow: /contact.php Allow: /terms.php Allow: /privacy.php Disallow: /spam.php Allow: /blog.php Allow: /contest.php Allow: /minicontest.php Allow: /founders.php Allow: /recommends.php Allow: /showfeatured.php Allow: /showgift.php # Allow static assets for SEO Allow: /favicon.ico Allow: /*.css$ Allow: /*.js$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.webp$ Allow: /*.ico$ # Crawl delay (optional - helps prevent server overload) Crawl-delay: 1 # Sitemap location (add your sitemap URL here) # Sitemap: https://yourdomain.com/sitemap.xml