Commit 1048d975 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_js_style: welcome crawlers

parent 85b172b9
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
<tal:block tal:condition="favicon_url"> <tal:block tal:condition="favicon_url">
<link rel="icon" tal:attributes="href favicon_url" /> <link rel="icon" tal:attributes="href favicon_url" />
</tal:block> </tal:block>
<meta name="robots" content="index, follow" />
<tal:block tal:condition="keyword_list"> <tal:block tal:condition="keyword_list">
<meta name="keywords" tal:attributes="content python: ','.join(keyword_list)"> <meta name="keywords" tal:attributes="content python: ','.join(keyword_list)">
</tal:block> </tal:block>
......
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
<link rel="icon" tal:attributes="href favicon_url" /> <link rel="icon" tal:attributes="href favicon_url" />
</tal:block> </tal:block>
<link tal:condition="include_document" rel="alternate" type="application/rss+xml" href="feed.rss" /> <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"> <tal:block tal:condition="keyword_list">
<meta name="keywords" tal:attributes="content python: ','.join(keyword_list)"> <meta name="keywords" tal:attributes="content python: ','.join(keyword_list)">
</tal:block> </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