Skip to content

Commit

Permalink
Added rule for xml requests in app-system (#1192)
Browse files Browse the repository at this point in the history
* Added rule for xml requests in app-system

Added rule for xml requests in app-system

* Update resources/guidelines/testing/store/quality-guidelines-apps/index.md

Co-authored-by: Bojan Rajh <[email protected]>

---------

Co-authored-by: Bojan Rajh <[email protected]>
Co-authored-by: Su <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2023
1 parent 5045746 commit 88a7981
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ 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.

* The utilization of H-tags is not permissible, as these tags are reserved exclusively for content purposes. However, you may employ `<span class="h2">`, for instance.

* Compiled JavaScript offers many benefits such as improved performance and code optimization. However, it is difficult to read and understand the compiled code.
Expand Down

0 comments on commit 88a7981

Please sign in to comment.