[geeklog-cvs] geeklog: Added a robots meta tag so the printable Staticpage pag...
geeklog-cvs at lists.geeklog.net
geeklog-cvs at lists.geeklog.net
Fri Jan 7 14:24:07 EST 2011
changeset 8039:b372e2d0d3f8
url: http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/b372e2d0d3f8
user: Tom <websitemaster at cogeco.net>
date: Fri Jan 07 14:22:07 2011 -0500
description:
Added a robots meta tag so the printable Staticpage page is not indexed by search engines.
diffstat:
plugins/staticpages/templates/printable.thtml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r bc668554da99 -r b372e2d0d3f8 plugins/staticpages/templates/printable.thtml
--- a/plugins/staticpages/templates/printable.thtml Sun Jan 02 18:38:56 2011 +0100
+++ b/plugins/staticpages/templates/printable.thtml Fri Jan 07 14:22:07 2011 -0500
@@ -2,6 +2,7 @@
<html{lang_attribute}{xmlns}>
<head>
<title>{page_title}</title>
+ <meta name="robots" content="NOINDEX"{xhtml}>
<link rel="stylesheet" type="text/css" href="{layout_url}/print.css"{xhtml}>
<link rel="stylesheet" type="text/css" media="print" href="{layout_url}/print.css"{xhtml}>
<link rel="canonical" href="{printable_url}"{xhtml}>
More information about the geeklog-cvs
mailing list