Meta Tags for Content

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

Meta Tags for Content

Gavin Mabie
Hi

 

Where can I find an example on how to enter meta tags for static content?

 

Thanks

 

Gavin

Reply | Threaded
Open this post in threaded view
|

Re: Meta Tags for Content

c.schinzer
Hi Gavin,

This request is way to generic. I assume you are talking about the meta tags
in HTML header section?

Can you elaborate on the term "static content" please?
Also, adding a few more context (which app are you looking at, where is your
content, where is the page template, are you using a theme etc.) will help.

A generic help could be this:
1. Basically, starting at the control.xml file that you have in the WEB-INF
folder of your app will be good.
2. look up the page name in the context to find the screen definition
reference
3. in your screen definitions (typically in the widget folder, not the
webapp one for your app) you should find the invocation of the page template
etc.

Regards

Carsten

2011/5/22 Gavin Mabie <[hidden email]>

> Hi
>
>
>
> Where can I find an example on how to enter meta tags for static content?
>
>
>
> Thanks
>
>
>
> Gavin
>
>


--

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany
Reply | Threaded
Open this post in threaded view
|

Re: Meta Tags for Content

c.schinzer
In reply to this post by Gavin Mabie
sorry, re-reading, point 2. should read like this:

2. look up the page name in the *control.xml* to find the screen definition
reference

apologies

2011/5/22 Gavin Mabie <[hidden email]>

> Hi
>
>
>
> Where can I find an example on how to enter meta tags for static content?
>
>
>
> Thanks
>
>
>
> Gavin
>
>


--

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany
Reply | Threaded
Open this post in threaded view
|

Re: Meta Tags for Content

Jacques Le Roux
Administrator
Also have a look at the header.ftl files in themes. It was once global but is no longer since themes were introduced.

Also, since you speak about content, have a look at the "Meta Tags" link at
https://demo-trunk.ofbiz.apache.org/content/control/WebSiteCms?webSiteId=CmsSite

Jacques

Carsten Schinzer wrote:

> sorry, re-reading, point 2. should read like this:
>
> 2. look up the page name in the *control.xml* to find the screen definition
> reference
>
> apologies
>
> 2011/5/22 Gavin Mabie <[hidden email]>
>
>> Hi
>>
>>
>>
>> Where can I find an example on how to enter meta tags for static content?
>>
>>
>>
>> Thanks
>>
>>
>>
>> Gavin