You can modify component content (controllers article and category) and add any meta data you like. Example to set META name/content pairs using setMetaTag method:$eDoc->setMetaTag('description', 'some description');The above will generate this: <meta name="description" content="some description" />...index template:$eDoc->addCustom('<meta property="og:site_name" content="Moz" />');...