<?xml version="1.0"?>
<!--
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Seo
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <seo>
            <module>
                <type>1</type>
                <user_guide>seo-m2</user_guide>
            </module>
            <general>
                <enabled>1</enabled>
                <richsnippets>
                    <enable_product>0</enable_product>
                    <brand>manufacturer</brand>
                    <price_valid_until>7days</price_valid_until>
                    <model_name>mpn</model_name>
                    <model_value>sku</model_value>
                </richsnippets>
            </general>
        </seo>
        <catalog>
            <seo>
                <category_canonical_tag>1</category_canonical_tag>
                <product_canonical_tag>1</product_canonical_tag>
            </seo>
        </catalog>
    </default>
</config>
