# Allow all bots to crawl the site, except for areas specified below User-agent: * # Block WordPress admin and login pages Disallow: /wp-admin/ Disallow: /wp-login.php Disallow: /.git/ # Block WooCommerce cart, checkout, and account pages Disallow: /cart/ Disallow: /checkout/ Disallow: /my-account/ Disallow: /wc-api/ # Block AJAX and REST API endpoints Disallow: /?wc-ajax=* Disallow: /wp-json/ # Block feeds, search, and comments Disallow: /feed/ Disallow: /search/ Disallow: /comments/ # Block unnecessary WordPress core files Disallow: /?s=* Disallow: /?attachment_id=* # Block parameters often used by bots Disallow: /*?add-to-cart=* Disallow: /*?add-to-compare=* Disallow: /*?orderby=* Disallow: /*?filter_* # Allow WooCommerce product and category pages Allow: /product/ Allow: /product-category/ # Allow CSS, JS, and images for rendering Allow: /wp-content/ Allow: /wp-includes/ # Sitemap reference for search engines Sitemap: https://megasmart.ge/sitemap.xml