Commit f4ae6a07 authored by Romain Courteaud's avatar Romain Courteaud Committed by Xiaowu Zhang

erp5_web_js_style: welcome crawlers

parent 20dad321
......@@ -33,6 +33,7 @@
<tal:block tal:condition="favicon_url">
<link rel="icon" tal:attributes="href favicon_url" />
</tal:block>
<meta name="robots" content="index, follow" />
<tal:block tal:condition="keyword_list">
<meta name="keywords" tal:attributes="content python: ','.join(keyword_list)">
</tal:block>
......
......@@ -34,6 +34,7 @@
<link rel="icon" tal:attributes="href favicon_url" />
</tal:block>
<link tal:condition="include_document" rel="alternate" type="application/rss+xml" href="feed.rss" />
<meta name="robots" content="index, follow" />
<tal:block tal:condition="keyword_list">
<meta name="keywords" tal:attributes="content python: ','.join(keyword_list)">
</tal:block>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment