# Robots.txt for YouTube Thumbnail Downloader # Default rules for all bots User-agent: * Allow: / # Important pages for SEO Allow: /about Allow: /contact Allow: /privacy-policy Allow: /terms-of-service Allow: /disclaimer # Block unnecessary crawling Disallow: /api/ Disallow: /_next/ Disallow: /admin/ Disallow: /tmp/ Disallow: *.json$ # Allow crawling of static assets Allow: /images/ Allow: /icons/ Allow: /*.css$ Allow: /*.js$ # Allow machine-readable files Allow: /robots.txt Allow: /llms.txt # Sitemap location Sitemap: https://yt.postdownload.com/sitemap.xml