# Skinchingu — robots.txt # Allows all search engine crawlers full access to the site. # Sitemap declaration helps Google, Bing, and other crawlers # discover all pages efficiently. User-agent: * Allow: / # Block crawling of any future admin paths (proactive — these don't exist yet) Disallow: /admin/ Disallow: /api/ Disallow: /private/ # Tell crawlers where to find the sitemap Sitemap: https://skinchingu.com/sitemap.xml