Prevent indexing of pages with multiple months of the content, any
[www.energie.vellum.cz.git] / obsah.php
index 1213d27..eb262e1 100644 (file)
--- a/obsah.php
+++ b/obsah.php
        $head_css="
 .page { font-style: italic; }
 ";
-       heading();
+
+       // Prevent indexing of pages with multiple months of the content, any
+       // websearch robot should get indexed the right one specific page anyway.
+       heading(true/*title*/,($year && $month)/*indexme*/);
+
        print("<h1>$title_tail</h1>\n");
 
        $result=db_query("select year,month,month_last,contents from $tb_obsah"