always let robots index pages
svn: r7014
This commit is contained in:
parent
73a7cc9ec7
commit
5da3bf81f2
|
@ -4083,9 +4083,7 @@
|
||||||
(emit-newline)
|
(emit-newline)
|
||||||
(output-external-title)
|
(output-external-title)
|
||||||
(link-stylesheets)
|
(link-stylesheets)
|
||||||
(emit "<meta name=robots content=\"")
|
(emit "<meta name=\"robots\" content=\"index,follow\">")
|
||||||
(unless (= *html-page-count* 0) (emit "no"))
|
|
||||||
(emit "index,follow\">")
|
|
||||||
(emit-newline)
|
(emit-newline)
|
||||||
(for-each emit *html-head*)
|
(for-each emit *html-head*)
|
||||||
(emit "</head>")
|
(emit "</head>")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user