# robots.txt — simple site rules # Allow all crawlers. Change Disallow lines to block paths if needed. User-agent: * Disallow: # If you have a sitemap, set its full URL (replace example.com with your domain) Sitemap: https://example.com/sitemap.xml ```// filepath: /Users/mac/Desktop/Annies Beauty/robots.txt # robots.txt — simple site rules # Allow all crawlers. Change Disallow lines to block paths if needed. User-agent: * Disallow: # If you have a sitemap, set its full URL (replace example.com with your domain) Sitemap: https://example.com/sitemap.xml