[Seaside] meta tags

Brian Collins bricollins at gmail.com
Sat Nov 17 05:00:08 UTC 2007


you might also wanna throw in a super updateRoot: root

On 16/11/2007, Brian Collins <bricollins at gmail.com> wrote:
> In your component create a method called updateRoot: root
> and then you can use root meta to create meta tags. e.g.
>
> updateRoot: root
>   root meta
>     name: 'keywords';
>     content: 'seaside, cats'
>
> On 16/11/2007, Ching de la Serna <ching.dls at gmail.com> wrote:
> > Hi Seaside,
> >
> > How does one implement meta tags in Seaside? I am interested in the
> > meta tags, meta description and meta keywords.
> >
> > Thanks,
> >
> > Ching
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
>
>
> --
> Brian Collins
>


-- 
Brian Collins


More information about the seaside mailing list