Ratings
4.7 star average google review
107 Google reviews
Sure, here's the HTML code for a link called "Google Reviews" that directs to the provided URL:
```html
Google Reviews
```
This code creates a hyperlink with the text "Google Reviews." When clicked, it will open the provided URL in a new browser tab or window, thanks to the `target="_blank"` attribute. The `rel="noopener noreferrer"` attribute combination is added for security and performance reasons when opening links in new tabs/windows.