- Specify NOODP to see if we can get a better snippet on Google

- Copy canonical to the other layouts
This commit is contained in:
zzz
2010-03-24 13:02:15 +00:00
parent b388fbe097
commit c632160924
5 changed files with 9 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
<link rel="stylesheet" href="_static/styles/{{ theme }}.css" type="text/css" title="{{ theme }}">
<link rel="shortcut icon" href="_static/favicon.ico" />
<link type="application/atom+xml" rel="alternate" href="http://code.google.com/feeds/p/i2p/downloads/basic">
<meta name="robots" content="NOODP">
</head>
<body>
<div class="hide"><a href="#main" title="Skip navigation" accesskey="2">Skip navigation</a></div>

View File

@@ -6,9 +6,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" >
<head>
<title>{% filter capture('title') %}{% block title %}{% endblock %}{% endfilter %} - I2P</title>
<link rel="canonical" href="{{ domain }}/{{ path }}">
<link rel="stylesheet" href="_static/styles/{{ theme }}.css" type="text/css" title="{{ theme }}">
<link rel="shortcut icon" href="_static/favicon.ico" />
<link type="application/atom+xml" rel="alternate" href="http://code.google.com/feeds/p/i2p/downloads/basic">
<meta name="robots" content="NOODP">
</head>
<body>
<div class="hide"><a href="#main" title="Skip navigation" accesskey="2">Skip navigation</a></div>

View File

@@ -6,9 +6,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>{% filter capture('title') %}{% block title %}{% endblock %}{% endfilter %} - I2P</title>
<link rel="canonical" href="{{ domain }}/{{ path }}">
<link rel="stylesheet" href="_static/styles/{{ theme }}.css" type="text/css" title="{{ theme }}">
<link rel="shortcut icon" href="_static/favicon.ico" />
<link type="application/atom+xml" rel="alternate" href="http://code.google.com/feeds/p/i2p/downloads/basic">
<meta name="robots" content="NOODP">
</head>
<body>
<div class="hide"><a href="#main" title="Skip navigation" accesskey="2">Skip navigation</a></div>

View File

@@ -6,9 +6,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" >
<head>
<title>{% filter capture('title') %}{% block title %}{% endblock %}{% endfilter %} - I2P</title>
<link rel="canonical" href="{{ domain }}/{{ path }}">
<link rel="stylesheet" href="_static/styles/{{ theme }}.css" type="text/css" title="{{ theme }}">
<link rel="shortcut icon" href="_static/favicon.ico" />
<link type="application/atom+xml" rel="alternate" href="http://code.google.com/feeds/p/i2p/downloads/basic">
<meta name="robots" content="NOODP">
</head>
<body>
<div class="hide"><a href="#main" title="Skip navigation" accesskey="2">Skip navigation</a></div>

View File

@@ -6,9 +6,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh" >
<head>
<title>{% filter capture('title') %}{% block title %}{% endblock %}{% endfilter %} - I2P</title>
<link rel="canonical" href="{{ domain }}/{{ path }}">
<link rel="stylesheet" href="_static/styles/{{ theme }}_zh.css" type="text/css" title="{{ theme }}">
<link rel="shortcut icon" href="_static/favicon.ico" />
<link type="application/atom+xml" rel="alternate" href="/feeds/p/i2p/downloads/basic">
<meta name="robots" content="NOODP">
</head>
<body>
<div class="hide"><a href="#main" title="Skip navigation" accesskey="2">跳过导航</a></div>