blackoutsecure/Blackout Secure Robots TXT Generator

Generate a standards-compliant robots.txt with automated crawler rules, sitemaps, and SEO.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
site_urlBase site URL (optional). Used to normalize relative sitemap_urls entries.no
public_dirDirectory to write robots.txt. Defaults to dist.nodist
robots_output_dirOverride output directory for robots.txt (defaults to public_dir).no
robots_filenameFilename for robots.txt (default robots.txt).norobots.txt
allow_autodetectAuto-detect site_url/public_dir when not provided (CNAME or GitHub Pages).notrue
robots_user_agentrobots.txt User-agent directive (default *).no*
robots_disallowComma-separated URL-path prefixes for Disallow directives (e.g., /admin/,/private/).no""
robots_allowComma-separated URL-path prefixes for Allow directives.no""
robots_crawl_delayCrawl-delay directive in seconds.no""
robots_commentsInclude generator comments in robots.txt.notrue
strict_validationFail the run when robots.txt validation errors are found.notrue
sitemap_urlsComma-separated sitemap URLs to reference in robots.txt.no
include_sitemapInclude default sitemap URL in robots.txt (based on site_url + sitemap_filename).notrue
sitemap_filenameDefault sitemap filename when include_sitemap is true.nositemap.xml
debug_show_robotsDebug: display generated robots.txt content.nofalse
upload_artifactsUpload robots.txt as a GitHub Actions artifact.notrue
artifact_nameName of the artifact when upload_artifacts is enabled.norobots-file
artifact_retention_daysNumber of days to retain the artifact (1-90). Leave empty for default.no
namedescription
robots_pathPath to the generated robots.txt