#56831 closed feature request (invalid)
remover strong tag in wc_get_star_rating_html()
Reported by: | bananamix | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Please remove the <strong> tag of the star rating in /woocommerce/includes/wc-template-functions.php wc_get_star_rating_html()
Background:
- In case I have many reviews with 5 stars, I have many strong tags for the same word "5". That could lead to SEO down ranking.
Common mistakes with strong tags according Seobility.com:
- You should avoid excessive use, as search engines will penalize over-optimization and -- page layout that appears unnatural.
- Bold or strong tags are used repeatedly for the same words
Compared to the total text length, too many bold or strong tags are used
Change History (3)
#1
@
2 years ago
- Resolution set to invalid
- Status changed from new to closed
- Type changed from defect (bug) to feature request
#2
@
2 years ago
Hello and welcome to WordPress Core Trac!
To clarify: you should use WooCommerce support forum as this website is only meant to address issues found in WordPress Core. The code you pointed out comes from a plugin, WooCommerce.
Regards
Note: See
TracTickets for help on using
tickets.
Hello! Welcome to Trac for WordPress.
Your comment is about some code that is not part of WordPress.