![]() 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-xmlsitemap/etc/adminhtml/ |
<?xml version="1.0"?> <!-- /** * 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: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_XmlSitemap::config_xmlsitemap</resource> <group id="xml_sitemap" translate="label comment" type="text" sortOrder="12" showInDefault="1" showInWebsite="1" showInStore="1"> <label>XML Sitemap</label> <comment><![CDATA[XML Sitemap helps the search bot index the pages including those that might have been ignored otherwise. An XML sitemap is written for the search bots (as opposed to the HTML Sitemap that is created for the real clients).]]></comment> <frontend_model>MageWorx\XmlSitemap\Block\Adminhtml\System\Config\Information</frontend_model> <field id="homepage_optimize" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Homepage Optimization</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <comment><![CDATA[Сrops the identifier (like /home/) from the homepage URL and sends its priority to the highest (1.0).]]></comment> </field> <field id="product_image_source" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Source for Product Images Links</label> <source_model>MageWorx\XmlSitemap\Model\Source\ProductImageSource</source_model> <comment><![CDATA[Depends on "Add Images into Sitemap" Magento setting]]></comment> </field> <field id="product_video_include" translate="label comment" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Add Product Videos</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> <field id="category_image_include" translate="label comment" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Add Category Images</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> <field id="enable_additional_links" translate="label comment" type="select" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Enable Additional Links</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <comment><![CDATA[List of links to append to the XML Sitemap. Link without 'http[s]://' will be treated as relative to this domain.<br/> <b>NOTE!</b> http:// is required in case the page is on some other website.]]></comment> </field> <field id="additional_links" translate="label comment" type="textarea" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Additional Links</label> <depends> <field id="enable_additional_links">1</field> </depends> </field> <field id="additional_links_changefreq" translate="label" type="select" sortOrder="70" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Frequency</label> <source_model>Magento\Sitemap\Model\Config\Source\Frequency</source_model> <comment><![CDATA[The general information to search bots about the crawling frequency. The <i>Always</i> means that the page will differ each time it's accessed. The <i>Never</i> is used for the archived URLs like some old blog posts. <br/><b>NOTE!</b> It's always up to search bot to decide when these pages should be recrawled.]]></comment> <depends> <field id="enable_additional_links">1</field> </depends> </field> <field id="additional_links_priority" translate="label comment" type="text" sortOrder="80" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Priority</label> <backend_model>Magento\Sitemap\Model\Config\Backend\Priority</backend_model> <comment><![CDATA[Sort the pages <b>on your store only</b> according to their importance. Won't affect your site rankings among other websites. Valid values range from 0.0 to 1.0.]]></comment> <depends> <field id="enable_additional_links">1</field> </depends> </field> <field id="exclude_out_of_stock_products" translate="label comment" type="select" sortOrder="90" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Exclude "Out of Stock" Products</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> <field id="meta_robots_exclusion" translate="label comment" type="multiselect" sortOrder="100" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Meta Robots Exclusion</label> <source_model>MageWorx\SeoAll\Model\Source\EncryptedMetaRobots</source_model> <can_be_empty>1</can_be_empty> <comment><![CDATA[The pages with chosen meta robots tag won't be added to Mageworx XML sitemap. The following types of pages are supported: products, categories, CMS pages, MageWorx Landing pages, MageWorx Brands pages, Blog pages (Mirasvit and Mageplaza).]]></comment> </field> <field id="enable_validate_urls" translate="label comment" type="select" sortOrder="110" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Enable Validate URLs</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <comment><![CDATA[Select <i>No</i> if you are using the <a target="_blank" href="https://en.wikipedia.org/wiki/Percent-encoding#Percent-encoding_reserved_characters">specific literal characters</a> in the URLs.]]></comment> </field> <field id="check_urls_availability" translate="label comment" type="select" sortOrder="120" showInDefault="1" showInWebsite="0" showInStore="0"> <label>Enable Checking URLs Availability</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <comment><![CDATA[ A check of the sitemap URLs and sitemap index URL availability will take place. If a check hasn't passed or disabled, then the standard Magento sitemap URL will be used for the sitemap link and sitemap index file.]]></comment> </field> <field id="add_hreflangs" translate="label comment" type="select" sortOrder="130" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Alternate Hreflang URLs</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <comment>If SEO Suite Ultimate is installed and active, alternate hreflang URLs will be added. See the detailed settings in the SEO Base section above.</comment> </field> <field id="use_css_for_xml" translate="label comment" type="select" sortOrder="140" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Enable a user-friendly XML Sitemap Preview</label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> </field> <group id="xml_sitemap_mirasvit_blog" translate="label comment" type="text" sortOrder="200" showInDefault="1" showInWebsite="1" showInStore="1"> <label><![CDATA[Mirasvit Blog in XML Sitemap]]></label> <field id="add_blog_pages" translate="label comment" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1"> <label><![CDATA[Add Mirasvit Blog Pages To XML Sitemap]]></label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <comment><![CDATA[This setting will work if you have Mirasvit Blog extension and Seo Compatibility Extension for this blog from <a target="_blank" href="https://github.com/mageworx/module-mirasvitblog-seo-compatibility">github</a>.]]></comment> </field> </group> <group id="xml_sitemap_mageplaza_blog" translate="label comment" type="text" sortOrder="210" showInDefault="1" showInWebsite="1" showInStore="1"> <label><![CDATA[Mageplaza Blog in XML Sitemap]]></label> <field id="add_blog_pages" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1"> <label><![CDATA[Add Mageplaza Blog Pages To XML Sitemap]]></label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <comment><![CDATA[This setting will work if you have Mageplaza Blog extension and Seo Compatibility Extension for this blog from <a target="_blank" href="https://github.com/mageworx/module-mageplazablog-seo-compatibility">github</a>.]]></comment> </field> </group> <group id="xml_sitemap_aheadworks_blog" translate="label comment" type="text" sortOrder="220" showInDefault="1" showInWebsite="1" showInStore="1"> <label><![CDATA[Aheadworks Blog in XML Sitemap]]></label> <field id="add_blog_pages" translate="label comment" type="select" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1"> <label><![CDATA[Add Aheadworks Blog Pages To XML Sitemap]]></label> <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> <comment><![CDATA[This setting will work if you have Aheadworks Blog extension and Seo Compatibility Extension for this blog from <a target="_blank" href="https://github.com/mageworx/module-aheadworks-seo-compatibility">github</a>.]]></comment> </field> </group> </group> <group id="common_sitemap" translate="label comment" type="text" sortOrder="15" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Common Settings For Sitemaps</label> <field id="trailing_slash_home_page" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Trailing Slash For Home Page</label> <source_model>MageWorx\XmlSitemap\Model\Config\Source\AddCrop</source_model> <comment><![CDATA[Note: the trailing slash can be added to pages without suffix .html or .htm]]></comment> </field> <field id="trailing_slash" translate="label comment" type="select" sortOrder="34" showInDefault="1" showInWebsite="1" showInStore="1"> <label>Trailing Slash For URLs</label> <source_model>MageWorx\XmlSitemap\Model\Config\Source\AddCrop</source_model> <comment><![CDATA[Note: the trailing slash can be added to pages without suffix .html or .htm]]></comment> </field> </group> </section> </system> </config>