Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

how to add meta tag for custom pages (title , description, keywords)

im using custom page plugin and now i want to add meta tags for my custom page. i found this one for title tag

$this->Head->Title('Demo Title)');

it is working now. but i want to add description & keywords tags. how can i do it. help me. when i try

$this->Head->description('Demo Title)');

page bonk

Best Answer

  • x00x00 Don't PM about development, I'm not currently taking on clients MVP
    Answer ✓

    $this->Head->AddTag('meta',array('name'=>'keywords','content'=>"some,keywords"));

    I'll let you figure out the rest, becuase I think you have a nagging nature, and am not convinced you are really interested in learning, going on previous history. We are not here to babysit you.

    Aolee
Sign In or Register to comment.