<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright © MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="Magento\Framework\App\Response\Http">
        <plugin name="MageWorx_SeoMarkup::responseHttpBefore"
                type="MageWorx\SeoMarkup\Plugin\ProductList\ResponseHttpBefore"
                sortOrder="1"
                disabled="false"
        />
    </type>
    <type name="Magento\Catalog\Model\Layer">
        <plugin name="mageworx_seomarkup_add_attributes_to_product_list"
                type="MageWorx\SeoMarkup\Plugin\ProductList\AddAttributesToProductListPlugin"
                sortOrder="1"
                disabled="false"
        />
    </type>
    <type name="Magento\Review\Block\Product\ReviewRenderer">
        <plugin name="mageworx_seomarkup_disable_review_markup"
                type="MageWorx\SeoMarkup\Plugin\DisableDefaultReviewMarkupPlugin"
                sortOrder="1"
        />
    </type>
    <type name="Smartwave\Porto\Block\RickSnippet">
        <plugin name="mageworx_seomarkup_disable_porto_review_markup"
                type="MageWorx\SeoMarkup\Plugin\DisableDefaultReviewMarkupPlugin"
                sortOrder="1"
        />
    </type>
    <type name="Magento\Framework\View\Page\Config">
        <plugin name="mageworx_seomarkup_product_remove_markup_attr_from_body"
                type="MageWorx\SeoMarkup\Plugin\Product\RemoveMarkupAttrFromBodyPlugin"/>
    </type>
    <type name="Magento\Framework\Pricing\Render\RendererPool">
        <plugin name="mageworx_seomarkup_product_register_price_block"
                type="MageWorx\SeoMarkup\Plugin\Product\RegisterPriceBlockPlugin"/>
    </type>
    <type name="Magento\ConfigurableProduct\Model\Product\Type\Configurable">
        <plugin name="mageworx_seomarkup_product_add_attributes_to_collection"
                type="MageWorx\SeoMarkup\Plugin\Product\AddAttributesToUsedProductCollectionPlugin"/>
    </type>
</config>