📊 Google Reviews Update
Manage your Google review data for schema markup
✓ Review data updated successfully!
Current Review Data
Average Rating:
⭐ 5.0 / 5.0
Total Reviews:
10
Cache Updated:
December 27, 2025 3:00 am
📝 How This Works:
- Your AggregateRating schema on gastonia-realtor.php and gastonia-homes-for-sale.php now pulls from cached review data
- The cache updates automatically every 24 hours (if Google API is configured)
- You can manually update by editing this file and visiting this page
🔧 How to Update When You Get New Reviews:
- Open
update-google-reviews.php in a text editor
- Find lines 11-12 and update the numbers:
$currentRating = 5.0;
$currentReviewCount = 10;
- Save the file
- Visit this page (or refresh it) to update the cache
- Your schema markup will now show the new data across all pages!
⚡ Optional: Enable Automatic Updates via Google API
- Go to Google Cloud Console
- Create a new API key (NOT browser-restricted - for server use)
- Enable "Places API" for this key
- Add IP restrictions (your server's IP address)
- Open
google_reviews_helper.php and add your API key on line 77
- Reviews will auto-update every 24 hours!
← Back to Website