1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-03 19:32:37 +02:00

Updated Publishing Your Archive (markdown)

Nick Sweeting
2024-05-03 18:34:23 -07:00
parent 442f074bd7
commit f0928354d3

@@ -77,7 +77,7 @@ Archiving for personal backups, research, and some other use-cases are covered b
Please modify the [`FOOTER_INFO`](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#footer_info) config variable to add your contact info to the footer of your index.
Note ArchiveBox prevents search engines from indexing your archives using [`/robots.txt`](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/templates/static/robots.txt#L2) by default, it's not recommended to [disable](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#custom_templates_dir) this as it often leads to a flood of automated takedown requests and abuse reports to your hosting provider (from bots that periodically scan for cloned content online).
Note ArchiveBox prevents search engines from indexing your archives using [`/robots.txt`](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/templates/static/robots.txt#L2) by default, it's not recommended to [disable](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#custom_templates_dir) this as it often leads to a flood of automated takedown requests and abuse reports to your hosting provider (from anti-piracy bots that scan for cloned copyrighted content online).
#### Further Reading