# START YOAST BLOCK # --------------------------- # robots.txt for barona.com User-agent: * # Block common WordPress directories not meant for indexing Disallow: /wp-content/cache/ Disallow: /wp-content/plugins/ Disallow: /wp-content/themes/ Disallow: /wp-json/ # WordPress REST API (optional) Disallow: /xmlrpc.php # Block search result pages (thin/duplicate content) Disallow: /?s= Disallow: /search/ # Block dynamic AJAX calendar links Disallow: /*ajaxCalendar=1 # Block .ical calendar export links Disallow: /ical/ # Block date-based promotion archive pages Disallow: /promotion/202 # Allow AJAX admin-ajax.php (needed for front-end WP features) Allow: /wp-admin/admin-ajax.php # Sitemap Sitemap: https://www.barona.com/sitemap_index.xml # --------------------------- # END YOAST BLOCK