# Robots.txt for Alex Constantinescu Portfolio # Digital Marketer Amsterdam - Portfolio Website User-agent: * Allow: / # Allow all portfolio content Allow: /portfolio/ Allow: /about Allow: /contact # Block admin areas and development files Disallow: /admin/ Disallow: /_site/ Disallow: /.git/ Disallow: /.jekyll-cache/ Disallow: /node_modules/ Disallow: /.history/ Disallow: /Figma* # Block backup and temporary files Disallow: /*.bak$ Disallow: /*~$ Disallow: /*.tmp$ # Allow CSS and JS for better crawling Allow: /assets/css/ Allow: /assets/js/ Allow: /assets/images/ # Block specific files Disallow: /llm.txt Disallow: /Gemfile Disallow: /Gemfile.lock Disallow: /_config.yml Disallow: /README.md # Sitemap location Sitemap: https://alexandruconsta.github.io/sitemap.xml # Crawl delay (optional - helps with server load) Crawl-delay: 1