You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
538 B
10 lines
538 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Inherited the portal front layout for meta-tag -->
|
|
<template id="index_follow" inherit_id="portal.frontend_layout" name="Index and Follow">
|
|
<xpath expr="//head/meta[last()]" position="after">
|
|
<meta t-if="page_index" name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1'/>
|
|
<meta t-if="not page_index" name='robots' content="noindex, nofollow"/>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|