> That looks like it work great. I think I still need to patch comatose > for "meta description" though?
Glad it works for you. I believe meta description is not available in the built-in stuff. Two suggestions though: - you add a custom meta-description column on the page, and hack the admin part to support this - you generate the meta description based on the content (like : @page.body.truncate... or something like that, if appliable)
On 5/12/08, Thibaut Barrère <thibaut.barr...@gmail.com> wrote:
> That looks like it work great. I think I still need to patch comatose > > for "meta description" though?
> Glad it works for you. I believe meta description is not available in the > built-in stuff. Two suggestions though: > - you add a custom meta-description column on the page, and hack the admin > part to support this > - you generate the meta description based on the content (like : > @page.body.truncate... or something like that, if appliable)
A third suggestion: add a vertical bar and your description string to the keywords field and then do this:
On Tue, May 13, 2008 at 1:51 AM, David Vrensk <dvre...@gmail.com> wrote: > On 5/12/08, Thibaut Barrère <thibaut.barr...@gmail.com> wrote:
> > That looks like it work great. I think I still need to patch comatose > > > for "meta description" though?
> > Glad it works for you. I believe meta description is not available in > > the built-in stuff. Two suggestions though: > > - you add a custom meta-description column on the page, and hack the > > admin part to support this > > - you generate the meta description based on the content (like : > > @page.body.truncate... or something like that, if appliable)
> A third suggestion: add a vertical bar and your description string to the > keywords field and then do this: