Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/old/vendor/mageworx/module-seobase/etc/adminhtml/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/old/vendor/mageworx/module-seobase/etc/adminhtml/system.xml
<?xml version="1.0"?>
<!--
/**
 * Copyright © 2016 MageWorx. All rights reserved.
 * See LICENSE.txt for license details.
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
    <system>
        <tab id="mageworx" sortOrder="2001">
            <label>MageWorx</label>
        </tab>
        <section id="mageworx_seo" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
            <label>SEO</label>
            <tab>mageworx</tab>
            <resource>MageWorx_SeoBase::config_seobase</resource>
            <group id="base" translate="label" type="text" sortOrder="2" showInDefault="1" showInWebsite="1" showInStore="1">
                <label>SEO Base</label>
                <group id="hreflangs" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
                    <label>Hreflang URLs Settings:</label>
                    <comment><![CDATA[The <a target="_blank" href="https://support.google.com/webmasters/answer/189077?hl=en">hreflang tag</a> helps the Web crawler understand which version of the website should be shown for a certain location. The hreflang settings can be managed depending on the store view. To change the store view use the dropdown on the upper left side of the configuration page.]]></comment>
                    <field id="scope" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="0" showInStore="0">
                        <label><![CDATA[Hreflang URLs Scope]]></label>
                        <source_model>MageWorx\SeoBase\Model\Source\Scope</source_model>
                        <comment>
                            <![CDATA[Specify the Alternate URLs Scope. If set to <i>Website</i>, the Hreflang URLs work within one website only. If set to <i>Global</i>, the Hreflang URLs work between websites.]]>
                        </comment>
                    </field>
                    <field id="cms_relation_way" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="0" showInStore="0">
                        <label><![CDATA[Multi-stores CMS pages relation]]></label>
                        <source_model>MageWorx\SeoBase\Model\Source\CmsRelationWay</source_model>
                        <comment><![CDATA[Specifies how to identify the same CMS page for different store views. Use <i>By ID</i> if you create one page for different stores, therefore, their ID will be the same. Use <i>By URL</i> Key if you created separate pages for different stores and assign them the same URL. Use <i><a target="_blank" href=https://support.mageworx.com/manuals/seosuite/#cms-pages>By Hreflang Key</a></i> for the pages that are linked manually.]]>
                        </comment>
                    </field>
                    <field id="hreflang_settings" sortOrder="30" showInDefault="1">
                        <label>Hreflang Settings</label>
                        <frontend_model>MageWorx\SeoBase\Block\Adminhtml\Form\Field\HreflangSettings</frontend_model>
                        <backend_model>MageWorx\SeoBase\Model\System\Config\Backend\HreflangSettings</backend_model>
                    </field>
                    <field id="selftest" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="0" showInStore="0">
                        <label><![CDATA[Overview of Alternate Hreflang Settings]]></label>
                        <frontend_model>MageWorx\SeoBase\Block\Adminhtml\FrontendModel\Selftest</frontend_model>
                        <comment><![CDATA[To observe the changes, click the <b>Save Config</b> button.]]></comment>
                    </field>
                </group>
                <group id="canonical" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
                    <label>Canonical URLs Settings:</label>
                    <comment><![CDATA[You need to <a target="_blank" href="https://support.mageworx.com/manuals/seosuite/#canonical-urls-settings">disable the standard Magento canonical</a> first.]]></comment>
                    <field id="use_canonical" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label>Add Canonical URL Meta Header</label>
                        <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                        <comment><![CDATA[The default setting to add the <a target="_blank" href="https://support.mageworx.com/manuals/seosuite/#glossary">canonical</a> tag.]]></comment>
                    </field>
                    <field id="disable_by_robots" translate="label comment" type="select" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Disable Canonical URL for Pages with NOINDEX robots]]></label>
                        <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                        <comment><![CDATA[Disables the canonical URL if the page has the NOINDEX meta robots tag. Useful as the NOINDEX pages won't be shown in the search results.]]></comment>
                    </field>
                    <field id="canonical_ignore_pages" translate="label comment" type="textarea" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Canonical URL won't be added for these pages]]></label>
                        <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                        <comment>
                            <![CDATA[Hides the canonical URL on the pages added in this setting.<br/>Action names allowed: use catalog_category_view for all categories, catalog_product_view for all products.]]>
                        </comment>
                        <depends>
                            <field id="use_canonical">1</field>
                        </depends>
                    </field>
                    <field id="cross_domain_store"  translate="label comment" type="select" sortOrder="24" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Cross Domain Canonical]]></label>
                        <source_model>MageWorx\SeoBase\Model\Source\CrossDomainStore</source_model>
                        <comment><![CDATA[Define the main storeview for the canonical URL. Useful for websites with several storeviews having the same or quite similar content. Use Custom URL to add any other website.]]></comment>
                        <depends>
                            <field id="use_canonical">1</field>
                        </depends>
                    </field>
                    <field id="cross_domain_url" translate="label" type="text" sortOrder="26" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Cross Domain Canonical - Custom URL]]></label>
                        <validate>validate-url</validate>
                        <depends>
                            <field id="use_canonical">1</field>
                            <field id="cross_domain_store">-1</field>
                        </depends>
                    </field>
                    <field id="product_canonical_url_type" translate="label comment" type="select" sortOrder="27" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label>Product Canonical URL Type</label>
                        <source_model>MageWorx\SeoBase\Model\Source\CanonicalType</source_model>
                        <comment><![CDATA[The options depend on the "Use Categories Path for Product URLs" setting.]]></comment>
                    </field>
                    <field id="associated_types" translate="label comment" type="multiselect" sortOrder="28" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Canonical Tag For Associated Product]]></label>
                        <source_model>MageWorx\SeoBase\Model\Source\AssociatedTypes</source_model>
                        <can_be_empty>1</can_be_empty>
                        <comment><![CDATA[The associated products of the chosen product types will have the canonical tag pointed to the parent (main) product.]]></comment>
                        <depends>
                            <field id="use_canonical">1</field>
                        </depends>
                    </field>
                    <field id="trailing_slash_home_page" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Trailing Slash For Home Page Canonical URL]]></label>
                        <source_model>MageWorx\SeoBase\Model\Source\AddCrop</source_model>
                        <comment><![CDATA[The homepage can be indexed as both https://www.site.com and https://www.site.com/. The canonical can either have this trailing slash (add) or not (crop). The trailing slash can be added to the pages without suffix .html or .htm]]></comment>
                        <depends>
                            <field id="use_canonical">1</field>
                        </depends>
                    </field>
                    <field id="trailing_slash" translate="label comment" type="select" sortOrder="34" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Trailing Slash For Canonical URLs]]></label>
                        <source_model>MageWorx\SeoBase\Model\Source\AddCrop</source_model>
                        <comment><![CDATA[The web pages can be indexed as both https://www.site.com/page and https://www.site.com/page/. The canonical can either have this trailing slash (add) or not (crop). The trailing slash can be added to the pages without suffix .html or .htm]]></comment>
                        <depends>
                            <field id="use_canonical">1</field>
                        </depends>
                    </field>
                    <field id="use_pager_in_canonical" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Use Pager For Category Canonical URL]]></label>
                        <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                        <comment><![CDATA[Add or remove the pager (?p=2 etc.) parameter from the canonical tag on the category pages.]]></comment>
                        <depends>
                            <field id="use_canonical">1</field>
                        </depends>
                    </field>
                    <field id="canonical_for_ln" translate="label comment" type="select" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Canonical Tag for Category Layered Navigation]]></label>
                        <source_model>MageWorx\SeoBase\Model\Source\CanonicalLn</source_model>
                        <comment>
                            <![CDATA[To see the differences among the options, <a target="_blank" href="https://support.mageworx.com/manuals/seosuite/#canonical-tag-LN">click here</a>. To overwrite this setting for each product attribute individually, go to <i>Attributes Grid>Attribute>Storefront Properties</i> and change the 'Canonical Tag for Pages Filtered by Layered Navigation Leads to' setting.]]>
                        </comment>
                        <depends>
                            <field id="use_canonical">1</field>
                        </depends>
                    </field>
                    <field id="canonical_for_ln_multiple" translate="label comment" type="select" sortOrder="105" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Canonical Tag if any LN Filter Use Multiple Selection]]></label>
                        <source_model>MageWorx\SeoBase\Model\Source\CanonicalLnMultiple</source_model>
                        <comment>
                            <![CDATA[Manages the canonical for any link that has the one-time selection of the several filters options within the same filter (multi-select). This setting works with <a href="https://www.mageworx.com/magento-2-layered-navigation.html" target="_blank">MageWorx LayeredNavigation extension</a>]]>
                        </comment>
                        <depends>
                            <field id="use_canonical">1</field>
                            <field id="canonical_for_ln">1</field>
                        </depends>
                    </field>
                </group>
                <group id="robots" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
                    <label>Meta Robots Settings:</label>
                    <comment><![CDATA[The express default settings for meta robots. Additionally, the store owner can tweak meta robots tags for each category, product and CMS page individually.]]></comment>
                    <!-- deprecated -->
                    <!--<field id="https_robots" translate="label" type="select" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">-->
                        <!--<label><![CDATA[Robots Meta Header for HTTPS]]></label>-->
                        <!--<source_model>MageWorx\SeoBase\Model\Source\MetaRobots</source_model>-->
                        <!--<can_be_empty>1</can_be_empty>-->
                    <!--</field>-->
                    <field id="noindex_follow_pages" translate="label" type="multiselect" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[NOINDEX, FOLLOW Robots Meta Header<br>for Pages Without Content]]></label>
                        <source_model>MageWorx\SeoBase\Model\Source\RobotPages</source_model>
                        <can_be_empty>1</can_be_empty>
                        <comment><![CDATA[Hide these pages without the valuable content from indexation. <br><b>Note:</b> the links on these pages will still be indexed.]]></comment>
                    </field>
                    <field id="noindex_follow_user_pages" translate="label" type="textarea" sortOrder="120" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[NOINDEX, FOLLOW Robots Meta Header<br>for Additional Pages]]></label>
                        <comment><![CDATA[Hide any page from indexation. <br/><b>Note:</b> the links on these pages will still be indexed. Wildcard allowed, examples:<br/>sitemap_*<br/>sitemap/*<br/>Action names allowed: use catalog_category_view for all categories, catalog_product_view for all products, etc]]></comment>
                    </field>
                    <field id="noindex_nofollow_user_pages" translate="label" type="textarea" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[NOINDEX, NOFOLLOW Robots Meta Header<br>for Additional Pages]]></label>
                        <comment><![CDATA[Hide any page from indexation. <br/><b>Note:</b> the links on these pages will still be indexed. Wildcard allowed, examples:<br/>sitemap_*<br/>sitemap/*<br/>Action names allowed: use catalog_category_view for all categories, catalog_product_view for all products, etc]]></comment>
                    </field>
                    <field id="category_ln_pages_robots" translate="label" type="select" sortOrder="150" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Default Meta Robots For Category LN Pages]]></label>
                        <source_model>MageWorx\SeoAll\Model\Source\MetaRobots</source_model>
                        <comment><![CDATA[Provide the specific <a target="_blank" href="https://support.mageworx.com/manuals/seosuite/#glossary">meta robots</a> settings to Layered Navigation pages.]]></comment>
                    </field>
                    <field id="count_filters_for_noindex" translate="label" type="text" sortOrder="155" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Count of filters for set NOINDEX, FOLLOW for LN]]></label>
                        <comment><![CDATA[Specify the indexation deepness for the applied filters combination. E.g., if you put 2 here, any filters combination with 2 or more filters selected will have the NOINDEX, FOLLOW tag and be excluded from the search results.]]></comment>
                        <validate>validate-zero-or-greater integer</validate>
                    </field>
                    <field id="attribute_settings" translate="label" type="textarea" sortOrder="160" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Robots for Attributes Combinations]]></label>
                        <comment>
                            <![CDATA[Manage the indexation strategies for custom filter combinations.
                                    <br/><b>Examples</b>:
                                    <br/><b>index,follow:color</b> - sets the INDEX,FOLLOW when color attribute is selected;
                                    <br/><b>index,follow: color,brand</b> - sets the INDEX,FOLLOW meta robot tag when either color or brand attributes are selected;
                                    <br/><b>noindex,follow:color+brand</b> - sets the NOINDEX,FOLLOW meta robot tag when both color and brand attributes are selected at the same time.]]>
                        </comment>
                    </field>
                    <field id="robots_for_ln_multiple" translate="label comment" type="select" sortOrder="165" showInDefault="1" showInWebsite="1" showInStore="1">
                        <label><![CDATA[Set NOINDEX, FOLLOW for LN Filters with Multiple Selection]]></label>
                        <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                        <comment>
                            <![CDATA[If enabled, the one-time selection of the several filters options within the same filter (multi-select) hides the URL from indexation. This setting is compatible with <a href="https://www.mageworx.com/magento-2-layered-navigation.html" target="_blank">MageWorx LayeredNavigation extension</a>]]>
                        </comment>
                    </field>
                </group>
                <field id="use_next_prev" translate="label comment" type="select" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1">
                    <label><![CDATA[Add Link Rel="next/prev" on the Category Page]]></label>
                    <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                    <comment><![CDATA[This tag points the Web crawler, where exactly the first and the last category pages are, and what page is a next or a previous one.]]></comment>
                </field>
            </group>
        </section>
    </system>
</config>

Spamworldpro Mini