How to add Google Reviews widgets on Hostinger
Add Google Reviews widgets to your Hostinger site by accessing the Website Builder, selecting the Reviews widget from the elements panel, and connecting it to your Google Business Profile. You can also manually embed HTML code through the Code element or file manager.
Prerequisites
- Active Hostinger hosting account
- Google Business Profile with reviews
- Basic HTML knowledge
- Access to your website's admin panel
Step-by-Step Instructions
Access your Hostinger Website Builder
Locate the Reviews widget
Configure the Google Reviews widget
Customize the widget appearance
Alternative: Add via HTML code
Position and resize the widget
Preview and publish changes
Common Issues & Troubleshooting
Google Reviews widget not displaying any reviews
Verify your Google Business Profile is public and has reviews. Check that you've entered the correct Place ID or business name. Ensure your Google Business Profile has sufficient reviews (minimum 1-5 depending on the widget).
Widget appears broken or shows error messages
Clear your browser cache and check if you're using the latest widget code. Verify that your Google API key is valid if using custom code. Try switching to a different reviews widget provider like Elfsight or Trustindex.
Reviews widget loads slowly or affects page speed
Reduce the number of reviews displayed to 3-5 maximum. Enable lazy loading in the widget settings if available. Consider using a lightweight reviews plugin or implement async loading for custom HTML widgets.
Mobile responsiveness issues with the widget
Check the Mobile View in Website Builder and adjust widget width to 100% or auto. Modify the responsive settings in widget configuration or add custom CSS: @media (max-width: 768px) { .reviews-widget { width: 100% !important; } }.