Skip to content

Commit

Permalink
fix: html-in-source
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Oct 15, 2024
1 parent 98f21bd commit 30b3243
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ Links in the storefront and administration must include a meaningful "title tag"

Links in the storefront and administration must include a meaningful "alt tag" or the original alt tag from the media manager.

### Do not use <hX>-Tags
### Do not use `<hX>`-Tags

The utilization of <hX>-tags in the storefront templates, which are set to "<meta name="robots" content="index,follow">", is not permissible, as these tags are reserved exclusively for content purposes.
The utilization of `<hX>`-tags in the storefront templates, which are set to `<meta name="robots" content="index,follow">`, is not permissible, as these tags are reserved exclusively for content purposes.
However, you may employ `<span class="h2">`, for instance.

### Do not use inline-css in the storefront templates
Expand Down

0 comments on commit 30b3243

Please sign in to comment.