diff --git a/README.md b/README.md
index a0f31d66d6..38e37d0ec9 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
-[website_altcha](website_altcha/) | 18.0.1.0.0 | | Use self hosted privacy friendly captcha for verifying website users are not bots
+[website_altcha](website_altcha/) | 18.0.1.0.1 | | Use self hosted privacy friendly captcha for verifying website users are not bots
[website_blog_scheduled_publication](website_blog_scheduled_publication/) | 18.0.1.0.0 |
| Schedule blog posts publication date
[website_breadcrumb](website_breadcrumb/) | 18.0.1.0.0 | | Let you have breadcrumbs in website pages
[website_cf_turnstile_login](website_cf_turnstile_login/) | 18.0.1.0.0 |
| Add Cloudflare Turnstile captcha to login form
diff --git a/website_altcha/README.rst b/website_altcha/README.rst
index e5d69cca7e..327a2d7d84 100644
--- a/website_altcha/README.rst
+++ b/website_altcha/README.rst
@@ -11,7 +11,7 @@ Privacy Friendly Captcha
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:72f381043be58f2d2154c68ba7152e620c995760d9ce8280c5d49e161adbf924
+ !! source digest: sha256:47240fe67bd99327829258a0f654f2a147a5332dca76e6e66d67df44800779c8
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/website_altcha/__manifest__.py b/website_altcha/__manifest__.py
index 2f506e0d84..a1a71c6110 100644
--- a/website_altcha/__manifest__.py
+++ b/website_altcha/__manifest__.py
@@ -5,7 +5,7 @@
"name": "Privacy Friendly Captcha",
"summary": """Use self hosted privacy friendly captcha for
verifying website users are not bots""",
- "version": "18.0.1.0.0",
+ "version": "18.0.1.0.1",
"license": "AGPL-3",
"author": "Dixmit,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/website",
diff --git a/website_altcha/controllers/altcha.py b/website_altcha/controllers/altcha.py
index a0b031bcd8..442c2ad83e 100644
--- a/website_altcha/controllers/altcha.py
+++ b/website_altcha/controllers/altcha.py
@@ -9,7 +9,7 @@
class AltchaController(http.Controller):
- @http.route("/altcha", type="http", auth="public", website=True)
+ @http.route("/altcha", type="http", auth="public", website=True, sitemap=False)
def generate_altcha_challenge(self):
timeout = int(request.website.sudo().altcha_timeout or 5)
cost = int(request.website.sudo().altcha_cost or 1_000)
diff --git a/website_altcha/static/description/index.html b/website_altcha/static/description/index.html
index 961c70b429..cc3b4dafcc 100644
--- a/website_altcha/static/description/index.html
+++ b/website_altcha/static/description/index.html
@@ -372,7 +372,7 @@
This module allows to use a Captcha System completly handled by Odoo.