# ================================================== # Robots.txt for Alfrensia.com # Platform: WordPress + WooCommerce # Purpose : SEO Optimization + Crawl Control # ================================================== User-agent: * Allow: / # -------------------------------------------------- # WordPress Core & Security # -------------------------------------------------- Disallow: /wp-admin/ Allow: /wp-admin/admin-ajax.php Disallow: /wp-login.php Disallow: /xmlrpc.php Disallow: /readme.html # Security: prevent version disclosure # Optional: prevent crawling of WooCommerce plugin files (may affect rendering) # Disallow: /wp-content/plugins/woocommerce/ # Optional: custom folder (add only if exists & unimportant) # Disallow: /refer/ # -------------------------------------------------- # WooCommerce System Pages (No SEO Value) # -------------------------------------------------- Disallow: /cart/ Disallow: /checkout/ Disallow: /my-account/ # -------------------------------------------------- # WooCommerce Junk URLs (Actions) # -------------------------------------------------- Disallow: /*add-to-cart=* Disallow: /*remove_item=* Disallow: /*add_to_wishlist=* # -------------------------------------------------- # Search, Sorting & Filter Parameters (Duplicate Content) # -------------------------------------------------- Disallow: /?s= Disallow: /search/ Disallow: /*?orderby=* Disallow: /*?min_price=* Disallow: /*?max_price=* Disallow: /*?stock=* Disallow: /*?filter_* Disallow: /*?view=* # BLOCK # --------------------------- User-agent: * Disallow: /wp-json/ Disallow: /?rest_route= # -------------------------------------------------- # Sitemap # -------------------------------------------------- Sitemap: https://alfrensia.com/sitemap_index.xml # ================================================== # End of Robots.txt # ==================================================