Forums / Developer / Problems with meta tag description..

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Problems with meta tag description..

Author Message

K259

Sunday 11 June 2006 8:14:50 am

I use different meta tags within the Exponential site.ini file:

[SiteSettings]
SiteName= test
SiteURL= test
MetaDataArray[author] = test
MetaDataArray[copyright] = test
MetaDataArray[description] = blabla
MetaDataArray[keywords] = test

In the pagelayout.tpl I have:
{section name=meta loop=$site.meta}
<meta name="{$meta:key}" content="{$meta:item}" />
{/section}

When I edit source code for the site, I see all meta tags except the description tag..

Does anyone have a clue how I can check or solve this?
The cache is cleared.