MODx: Making Documents more Google Friendly
Thursday, October 23rd, 2008In order to do that, create two Template Variables bound to your Template:
_ keywords
_ description
Then insert them in the head of your template:
Your can access them in your PHP code (maybe it could be useful in some snippet) like this:
$modx->getTemplateVar('metaKeywords', '*', $modx->documentIdentifier)

