For Quim
Contents
| Platform | Rating | Volume | Use for schema? |
|---|---|---|---|
| G2 | 4.5 / 5 | 377 reviews | Yes — credible volume |
| Capterra | 4.5 / 5 | 511 reviews | Yes — credible volume |
| Trustpilot | ~ (TrustScore) | ~34 reviews | No yet — too thin |
| ~ | ~15 reviews | No yet — too thin |
The review campaign is currently weighting toward Google + Trustpilot precisely because they're thin. Until those grow, schema the rating off G2/Capterra-equivalent volume, not Google/Trustpilot. A reviewCount of 15 reads as weak and can do more harm than good.
Google has ignored self-serving review markup on Organization / LocalBusiness since 2019, and lifting a third-party aggregator's score (G2/Capterra) onto your own page to win star rich-results is against Google's guidelines. The reviews aren't collected or displayed by you, and it risks a structured-data manual action. So:
SoftwareApplication (or Product), and the aggregateRating must come from first-party reviews displayed on the Carepatron page itself (a real testimonials/reviews block). Not from G2's number.sameAs pointing at the G2/Capterra/Trustpilot/Google profile URLs. Compliant, and both Google and LLMs use it.sameAs to review profiles (ship now, zero risk)Add to the existing Organization (or SoftwareApplication) node, sitewide:
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Carepatron",
"url": "https://www.carepatron.com",
"sameAs": [
"https://www.g2.com/products/carepatron/reviews",
"https://www.capterra.com/p/195467/Care-Patron/",
"https://www.trustpilot.com/review/carepatron.com"
]
}
Add the Google Business Profile URL to sameAs once confirmed.
SoftwareApplication + aggregateRating (only with on-page first-party reviews)Use only on a page that actually displays the reviews being counted. Replace the placeholder rating/count with the first-party numbers shown on that page.
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Carepatron",
"applicationCategory": "BusinessApplication",
"applicationSubCategory": "Practice Management Software",
"operatingSystem": "Web, iOS, Android",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.5",
"reviewCount": "REPLACE_WITH_ON_PAGE_REVIEW_COUNT",
"bestRating": "5",
"worstRating": "1"
}
}
Do not blend platforms into one composite (e.g. summing 377+511 into "888 reviews at 4.5"). Pick the single source displayed on the page, or mark each up separately on its own section.
sameAs) sitewide now — compliant, helps Google entity understanding + LLMs immediately.