Skip to content

Commit

Permalink
Merge pull request #1191 from sdenter/patch-16
Browse files Browse the repository at this point in the history
Added rule for new xml requests in plugin-system
  • Loading branch information
sushmangupta authored Nov 29, 2023
2 parents 88a7981 + a747ef4 commit d8b2677
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,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 d8b2677

Please sign in to comment.