Plugin Directory

Changeset 2095586


Ignore:
Timestamp:
05/27/2019 07:44:33 AM (7 years ago)
Author:
chartspms
Message:

Snippet validation fixed (extra comma deleted in JSON)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chartsbeds/trunk/chartsbeds_rich_snippets.php

    r2095292 r2095586  
    3737            "@type": "AggregateRating",
    3838            "ratingValue": "'.round($property["reviews_average"]["question1"],1).'",
    39             "reviewCount": "'.$property["reviews_count"].'",
     39            "reviewCount": "'.$property["reviews_count"].'"
    4040            },
    4141            "priceRange": "'.$pPrice.'"
Note: See TracChangeset for help on using the changeset viewer.