Hi Kiam,

I just installed the latest version and it seems the robots tags for lists do not show anymore.

They worked fine in the previous version :)

Comments

avpaderno’s picture

Title: Meta tag ROBOTS for lists for not showing » Meta tag ROBOTS for lists is not used
avpaderno’s picture

Version: 6.x-1.5 » 6.x-1.x-dev
Status: Active » Fixed

The code has been changed, and committed in CVS.

Thanks for your report.

giorgio79’s picture

Thanks Kiam, I just checked the dev, but I still couldn't see the robots noindex tag.

Meanwhile I implemented this little hack until it works in page.tpl.php

<?php
if ($_GET["page"])
{
print("<meta name=\"robots\" content=\"noindex\">");
}
?>
avpaderno’s picture

Thanks Kiam, I just checked the dev, but I still couldn't see the robots noindex tag.

You are too early. :-)

I committed the code at 01:25 AM UTC, and you have to wait until after 12:00 PM UTC to download the updated archive created by the packaging script.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.