diff --git a/gitbook/SUMMARY.md b/gitbook/SUMMARY.md
index 3dc7fd3c5..204a910e9 100644
--- a/gitbook/SUMMARY.md
+++ b/gitbook/SUMMARY.md
@@ -184,3 +184,4 @@
* [Shadow Finder](tools/shadow-finder/README.md)
* [MarineTraffic](tools/marinetraffic/README.md)
* [Google Lens](tools/google-lens/README.md)
+ * [The Information Laundromat](tools/the-information-laundromat/README.md)
diff --git a/gitbook/categories/websites/websites.md b/gitbook/categories/websites/websites.md
index 809ec4ea7..0fd9bdcdb 100644
--- a/gitbook/categories/websites/websites.md
+++ b/gitbook/categories/websites/websites.md
@@ -11,6 +11,7 @@
| [**Wayback Machine**](../../tools/internet-archive/README.md) | The Internet Archive's Wayback Machine lets users view and archive web pages, aiding in historical research and digital preservation. | Free | [https://web.archive.org/](https://web.archive.org/) |
| Moz Link Explorer | Analyse the links of any website. | Free | [http://moz.com/link-explorer](http://moz.com/link-explorer) |
| Shodan | Internet of things search engine. | Partially Free | [https://www.shodan.io/](https://www.shodan.io/) |
+| [**The Information Laundromat**](../../tools/the-information-laundromat/README.md) | A tool for analyzing content replication and site architecture to detect information laundering. | Free | [https://informationlaundromat.com](https://informationlaundromat.com) |
| Vortimo | Suite of tools for website, email, WHOIS, etc. analysis | Paid | [https://www.vortimo.com/](https://www.vortimo.com/) |
| [**What CMS**](../../tools/what-cms/README.md) | A tool that you can use to identify the technologies used to power a website. | Partially Free | [https://whatcms.org/](https://whatcms.org/) |
| WHOIS History | Historical WHOIS registration lookup | Partially | [https://whois-history.whoisxmlapi.com/](https://whois-history.whoisxmlapi.com/) |
diff --git a/gitbook/tools/the-information-laundromat/json.md b/gitbook/tools/the-information-laundromat/json.md
index 1175d70f3..ed5016238 100644
--- a/gitbook/tools/the-information-laundromat/json.md
+++ b/gitbook/tools/the-information-laundromat/json.md
@@ -7,7 +7,6 @@ description: This is the JSON codeblock for this tool
{% code overflow="wrap" %}
```json
{
- "draft": true,
"tags": []
}
```