Ben and Clare revisit the importance on gathering Five Star Reviews and discuss the best ways to get feedback for your business.
Notes
We cover how to get reviews on:
- Google Ads
- Local Search
- On your website
- Social Comments
- Podcast
What are the benefits of reviews:
- Testimonials Supports SEO
- How to talk your customers language
- Bring your customers closer
- How to gather customer testimonials
- How to thank your customers and incentivise them
- How it helps Structured Data
- SayHola – Testimonial platform
Example Structured Data/Schema for a company
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Your Company Name",
"description": "Business description...",
"url": "https://example.com",
"logo": "https://example.com/wp-content/uploads/2019/05/logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "0044123456789",
"contactType": "sales"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "Office, Street",
"addressLocality": "Town",
"postalCode": "AB1 2CD",
"addressCountry": "GB"
},
"sameAs": ["https://www.facebook.com/username", "https://twitter.com/username", "https://www.linkedin.com/company/username", "https://www.google.co.uk/maps/place/id"]
}
</script>