/robots.txt • InkWell

● Active Configuration
# robots.txt for InkWell (https://inkwell.com) # Purpose: Direct search engine crawlers for optimal indexing # Last Updated: December 2024 User-agent: * Allow: / Allow: /posts/ Allow: /categories/ Allow: /authors/ Disallow: /admin/ Disallow: /private/ Disallow: /dashboard/ Disallow: /search/ Disallow: /tags/* Disallow: /feed/ Disallow: */comments/ Disallow: /wp-admin/ Disallow: /cgi-bin/ # Specific bot rules User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Applebot Allow: / # Prevent indexing of development/testing routes User-agent: * Disallow: /staging/ Disallow: /test/ Disallow: /backup/ Disallow: /api/ # Sitemap & Host directives Sitemap: https://inkwell.com/sitemap.xml Host: www.inkwell.com
"}