# 1. Allow Googlebot to crawl everything User-agent: Googlebot Disallow: # 2. Block specific bots (if needed) User-agent: BadBot Disallow: / # 3. Block private or sensitive directories User-agent: * Disallow: /wp-admin/ Disallow: /cgi-bin/ Disallow: /tmp/ Disallow: /private/ # 4. Allow public access to certain files Allow: /wp-admin/admin-ajax.php # 5. Sitemap location (important for search engines) Sitemap: https://www.hackverses.com/post-sitemap.xml # 6. Crawl delay (optional, specify a delay for bots to prevent server overload) Crawl-delay: 10