Opened 6 years ago
Closed 6 years ago
#5043 closed defect (bug) (fixed)
Remove all inline microdata from plugin/theme review templates
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | high | |
| Component: | Support Forums | Keywords: | seo |
| Cc: |
Description
Review templates, like https://wordpress.org/support/plugin/tweet-old-post/reviews/ and https://wordpress.org/support/theme/twentyseventeen/reviews/, contain inline microdata (such as aggregateRating properties on .review-ratings).
However, almost all of this markup is incorrect and/or outdated.
It should be removed, as a precursor to a follow-up ticket which will define and implement the (correct) JSON-ID approach.
Specifically, the following should be removed from the whole template:
- Any
<meta>tags used inline to house itemprop or similar properties (e.g.,<meta itemprop="price" content="0.00" />). - Any
itempropproperties. - Any
itemtypeproperties. - Any
itemscopeproperties.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
As with #5037 lets define the new JSON-ID format before we remove the existing tags.