> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yukoreviews.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Business Profile

> Connect your Google Business Profile so Yuko can read reviews from your Google listing.

export const ComingSoon = ({feature = "This feature"}) => <Warning>
    **Coming soon.** {feature} is on the Yuko roadmap and not yet available. Follow our [changelog](https://yukoreviews.com) or [book a call](https://cal.com/rameshelamathi/yuko-reviews) to be notified when it ships.
  </Warning>;

export const DashboardPath = ({path}) => <Info>
    **In the Yuko Dashboard:** {path}
  </Info>;

The Google Business Profile integration lets Yuko authenticate against your Google listing so it can **read reviews** left on your Google Business Profile.

<DashboardPath path="Account → Integrations → Google Business Profile" />

<ComingSoon feature="Importing Google reviews into the Yuko moderation dashboard, and syncing merchant replies back to Google" />

***

## Current behaviour

At this release, the integration is primarily an **authentication and read-access bridge**:

* OAuth-connects your Google account to Yuko
* Fetches reviews from your selected Business Profile location (paged)
* Exposes the review feed to internal Yuko services

The pieces still in development:

* Importing those Google reviews into **Reviews → Manage Reviews** so you can moderate and reply from one place
* Pushing merchant replies you write in Yuko back to Google Business Profile
* Multi-location syncing in the dashboard

If you have a use case that depends on these, [talk to us](https://yukoreviews.com/support) — we're prioritizing roll-out based on real demand.

***

## What Yuko will never do with this integration

* **Push Yuko product reviews to your Google Business Profile.** Google does not accept third-party reviews on business listings. For star ratings in Google search results, use [Google SEO rich snippets](/integrations/google-seo) and [Google Shopping feed](/integrations/google-shopping) instead.

***

## Connect Google Business Profile

<Steps>
  <Step title="Click Connect with Google" icon="plug">
    In Yuko: **Account → Integrations → Google Business Profile**. You'll be redirected to Google to authorize Yuko.
  </Step>

  <Step title="Grant the required scopes" icon="check">
    Yuko requests read access to your business profile's reviews and location info. Approve to continue.
  </Step>

  <Step title="Select your location" icon="location-dot">
    If your Google account manages multiple business locations, pick the one that matches the store connected to Yuko.
  </Step>
</Steps>

***

## Disconnect

**Account → Integrations → Google Business Profile → Disconnect**. This revokes Yuko's access to your Google listing.

***

## Need Help?

<CardGroup cols={2}>
  <Card title="Book Free Setup Call" icon="phone" href="https://cal.com/rameshelamathi/yuko-reviews">
    Talk to our team for personalized setup help

    **Time:** 30 minutes
  </Card>

  <Card title="Contact Support" icon="life-ring" href="https://yukoreviews.com/support">
    Reach our team at yukoreviews.com/support

    **Response time:** Within 24 hours
  </Card>

  <Card title="View All Guides" icon="book" href="/collect-reviews/index">
    Browse detailed guides for every feature
  </Card>

  <Card title="Integration Help" icon="puzzle-piece" href="/integrations/index">
    Connect Yuko with other tools
  </Card>
</CardGroup>
