Skip to content

Commit

Permalink
Merge c76083f into 228410b
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Sep 12, 2019
2 parents 228410b + c76083f commit 10d92c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website_no_crawler/views/disable_robots.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>
<template id="website.robots">
<template id="robots" inherit_id="website.robots" primary="True">
<xpath expr="." position="replace">
User-agent: *
Disallow: /
Sitemap: <t t-esc="url_root"/>sitemap.xml
</xpath>
</template>
</odoo>

0 comments on commit 10d92c3

Please sign in to comment.