# robots.txt for emdesigns.ai # Instructional Design & eLearning Portfolio # Allow all search engines to crawl the entire site User-agent: * Allow: / # Sitemap location Sitemap: https://emdesigns.ai/sitemap.xml # Disallow crawling of private/admin areas (if any exist in future) # User-agent: * # Disallow: /admin/ # Disallow: /_netlify/ # Allow crawling of all blog posts and projects Allow: /blog-post.html Allow: /project-detail.html # Crawl delay (optional - uncomment if needed to prevent server overload) # Crawl-delay: 10