We're making progress! Still don't have the review rating on here and need to figure out how to change the "Your Rich card title here" . That might be a <title> issue. Those are the last two things I need to figure out. Amazing how such a little thing can be so difficult.
Something I noticed as I was looking at the company that has the reviews showing. I copied the raw source code from the company and put it into the Rich Results to look at the preview. For some reason, the ratings aren't showing up in the preview, but it is showing up on SERPs. Any idea why this would occur?
Here is the code I used with the preview at the bottom.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Find the Best Retirement Planning Services in Harrisburg, PA</title>
<meta name="description" content="Need help planning for retirement? Find a qualified retirement planner in Harrisburg, Pennsylvania. Get advice on 401k, IRA, and other retirement plans.">
<link rel="icon" href="
https://www.langanfinancialgroup.com/logo.png">
<script type="application/ld+json">
{
"@context": "
Schema.org - Schema.org",
"@type": "Organization",
"name": "Langan Financial Group",
"image": "
https://www.langanfinancialgroup.com/logo.png",
"address": {
"@type": "PostalAddress",
"streetAddress": "1863 Center St",
"addressLocality": "Camp Hill",
"addressRegion": "PA",
"postalCode": "17011",
"addressCountry": "US"
},
"priceRange": "Varies",
"telephone": "+1-717-288-1880",
"aggregateRating": {
"@type": "AggregateRating",
(I CHANGED THIS TO ORGANIZATION AND IT CAUSED ANOTHER ERROR)
"ratingValue": "5",
"bestRating": "5",
"worstRating": "5",
"ratingCount": "390",
"reviewCount": "78"
},
"review": [
{
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5",
"worstRating": "5"
},
"author": {
"@type": "Person",
"name": "John Doe"
},
"datePublished": "2023-08-18",
"reviewBody": "Langan Financial Group provides excellent financial services. Highly recommended!"
},
{
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5",
"worstRating": "5"
},
"author": {
"@type": "Person",
"name": "Jane Smith"
},
"datePublished": "2023-08-17",
"reviewBody": "I had a great experience with Langan Financial Group. Their expertise is top-notch."
}
]
}
</script>