Using Content for Meta Description
Permalinkfirst copy root/concrete/blocks/content/view.php to root/blocks/content/view.php and then open that file up. replace everything in it with
<style type="text/css"> .ccm-break { display: none; } </style> <?php defined('C5_EXECUTE') or die("Access Denied."); $content = $controller->getContent(); $comment= explode("<hr class=\"ccm-break\" />",$content); $cData['cDescription']=strip_tags($comment[0]); echo $content; ?>
Not sure how you would do this automatically but you can always copy and paste the text into the page properties.
Go to your site map, click on the page you want to add the tag to then select Page Properties and paste you text to the description field.
Hope that helps.