Meta Tag Information

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Meta Tag Information

G.Venkata Phanindra
Hi ..
        I see the following lines of code in the
ecommerce/includes/header.ftl but i am not gettting from where the values
will be assigned?
    <#-- Meta tags if defined by the page action -->
    <#if metaDescription?exists>
        <meta name="description" content="${metaDescription}"/>
    </#if>
    <#if metaKeywords?exists>
        <meta name="keywords" content="${metaKeywords}"/>
    </#if>



--
G.Venkata Phanindra
Mob:: 9849852989


_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users



--
G.Venkata Phanindra
Mob:: 9849852989
Reply | Threaded
Open this post in threaded view
|

Re: Meta Tag Information

cjhowe
metaDescription is from productDetail.bsh and
categoryDetail.bsh

metaKeywords is from product.bsh and category.bsh

--- "G.Venkata Phanindra" <[hidden email]> wrote:

> Hi ..
>         I see the following lines of code in the
> ecommerce/includes/header.ftl but i am not gettting
> from where the values
> will be assigned?
>     <#-- Meta tags if defined by the page action -->
>     <#if metaDescription?exists>
>         <meta name="description"
> content="${metaDescription}"/>
>     </#if>
>     <#if metaKeywords?exists>
>         <meta name="keywords"
> content="${metaKeywords}"/>
>     </#if>
>
>
>
> --
> G.Venkata Phanindra
> Mob:: 9849852989
>
>
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
>
>
>
> --
> G.Venkata Phanindra
> Mob:: 9849852989
>