It's a good idea. It's definitely something that is needed on larger
sites where SEO is important and setting the title / description /
keywords is not feasible in one controller at a time.

I created, for my sites, a Meta controller, which has an
initialization method that collects all views and adds them to a
database table with default title and description. You then access the
Meta page through an Admin Panel to reword everything.

I think the initialization method could use some reworking, but
everything seems to function okay. Maybe it could be turned into a
plugin too, for easier integration.

I'll share the code in case someone wants it. Where should I put it?

-Corie

On Sep 13, 4:48 pm, "@gbrlgon" <gbrl...@gmail.com> wrote:
> Hi, i'm thinking on create a SEOable Plugin, to set title/description/
> facebook image/etc from an admin interface. This data could be set for
> each controller widely o for specific actions or records(views). I
> haven´t found anything related to this subject. What do you thing
> about the idea?
>
> Regards,
> Gabriel

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to