Hi, we are using Odoo 16 and we have problem with website generated in Odoo. Robots.txt have following content:
User-agent: * Disallow: /
Even when I change the content of robots.txt in webpage Settings to:
Disallow: /web/login
Allow: *
I can see in the website source code:
meta name="robots" content="noindex"
How to solve it?
Many thanks in advance.
Hi,
Try refer the following forum post.
https://www.odoo.com/forum/help-1/modify-robots-txt-182175#answer-182178
Regards