Meta tag ROBOTS for lists is not used

giorgio79 - December 5, 2009 - 08:24
Project:Nodewords
Version:6.x-1.x-dev
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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 :)

#1

kiamlaluno - December 5, 2009 - 22:32
Title:Meta tag ROBOTS for lists for not showing» Meta tag ROBOTS for lists is not used

#2

kiamlaluno - December 6, 2009 - 01:30
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.

#3

giorgio79 - December 6, 2009 - 03:04

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\">");
}
?>

#4

kiamlaluno - December 6, 2009 - 03:26

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.

#5

System Message - December 20, 2009 - 03:30
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.