From 2f75d3e3385b96c01f13f06027c6d076d42c1887 Mon Sep 17 00:00:00 2001 From: sdenter <119946268+sdenter@users.noreply.github.com> Date: Wed, 20 Dec 2023 13:22:37 +0100 Subject: [PATCH] Spelling error in Quality Guidelines for the plugin system fixed XML->XHR --- .../testing/store/quality-guidelines-plugins/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/guidelines/testing/store/quality-guidelines-plugins/index.md b/resources/guidelines/testing/store/quality-guidelines-plugins/index.md index 885e7951e..dd3b3f55c 100644 --- a/resources/guidelines/testing/store/quality-guidelines-plugins/index.md +++ b/resources/guidelines/testing/store/quality-guidelines-plugins/index.md @@ -92,7 +92,7 @@ Be sure to use the most recent testing checklist from Shopware and not from any * We check the complete functionality of the app (including the uninstallation and reinstallation procedure). -* New XML requests in the storefront must be accompanied by an `X-Robots-Tag` in the header request with the directive "noindex, nofollow." For further details, please refer to the [robots meta tag](https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#xrobotstag) article. +* New XHR requests in the storefront must be accompanied by an `X-Robots-Tag` in the header request with the directive "noindex, nofollow." For further details, please refer to the [robots meta tag](https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag?hl=de#xrobotstag) article. * The utilization of H-tags is not permissible, as these tags are reserved exclusively for content purposes. However, you may employ ``, for instance.