blog_post_richsnippets.xml 604 B

12345678910111213141516
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © 2016 Ihor Vansach (ihor@magefan.com). All rights reserved.
  5. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  6. *
  7. * Glory to Ukraine! Glory to the heroes!
  8. */
  9. -->
  10. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  11. <body>
  12. <referenceBlock name="head.additional">
  13. <block class="Magefan\Blog\Block\Post\View\Richsnippets" name="blog.post.richsnippets"/>
  14. </referenceBlock>
  15. </body>
  16. </page>