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 |
Jump to:
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
#2
The code has been changed, and committed in CVS.
Thanks for your report.
#3
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
<?phpif ($_GET["page"])
{
print("<meta name=\"robots\" content=\"noindex\">");
}
?>
#4
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
Automatically closed -- issue fixed for 2 weeks with no activity.