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