A Place ID is a unique textual identifier that Google assigns to every location in Google Maps and Google Places — businesses, landmarks, parks, and transit stops. It is a stable string (e.g. ChIJN1t_tDeuEmsRUsoyG83frY4) that uniquely references one specific real-world location across all Google services, the Places API, and Google Business Profile.
Every business listed on Google Maps has a Place ID — most businesses just don't know what theirs is or why it matters. Once you have it, you can build direct review request links, embed accurate Maps widgets, and connect your business data to third-party tools without relying on fragile address-matching.
What is a Place ID?
A Place ID is a persistent, unique identifier Google assigns to every geographic entity in its database — from individual businesses to neighborhoods, cities, and transit stations. Unlike a business name (which can change) or an address (which can match multiple listings), a Place ID is immutable and uniquely tied to one specific database record.
Place IDs are used across Google's ecosystem:
- Google Maps — identifies the specific map pin for a location
- Google Business Profile — ties reviews, photos, and business data to one record
- Google Places API — used by developers to retrieve business details, hours, reviews, and photos programmatically
- Google Ads — used for location targeting and local service ads
- Google Search — the underlying identifier behind the Knowledge Panel and Local Pack results
The Place ID string follows the format ChIJ[random-characters]. For example, the Google Australia headquarters has the Place ID ChIJN1t_tDeuEmsRUsoyG83frY4.
Google's local ranking algorithm evaluates your Google Business Profile as the authoritative source of location data. When your Place ID is correctly configured in Maps embeds, review widgets, and third-party citation tools, all review signals and user interactions aggregate to the correct profile — rather than fragmenting across mismatched address variations.
Why Place ID matters for local businesses
Most local businesses think of Google Business Profile as something you just "claim and forget." Place ID is the technical layer that makes everything else work correctly. Five reasons it matters in practice:
- Direct review request links. Using your Place ID, you can build a one-click URL that takes customers directly to your Google review form:
https://search.google.com/local/writereview?placeid=[YOUR_ID]. No searching for your business name; no friction. Businesses that send this link see 3-5x more review responses than those who ask generically. - Accurate Maps embeds. Embedding a map using coordinates or a business name can return incorrect locations if there are multiple similarly-named businesses. Using a Place ID in the Maps embed code always surfaces the exact correct location.
- Google Places API access. Developers and tools use Place IDs to retrieve live business data — hours, reviews, photos, busy times — from Google's database. Review management platforms, local SEO tools, and business intelligence dashboards all rely on Place IDs to pull correct data.
- Multi-location consistency. Chains with 12+ locations have one Place ID per location. Using Place IDs in operational dashboards ensures reviews, ranking data, and citation audits are matched to the correct location rather than averaged across the chain.
- Duplicate listing detection. If two listings claim the same address, they'll have different Place IDs. Auditing for duplicate Place IDs at the same address reveals listing splits that fragment reviews and dilute Local Pack ranking signals.
How to find your Place ID
Finding your Place ID takes under a minute through three methods:
Method 1 — Google's Place ID Finder tool (recommended)
https://developers.google.com/maps/documentation/places/web-service/place-id
# Search your business name in the search box
# Click your listing when it appears
# Your Place ID appears in the sidebar below the map
Example result: ChIJN1t_tDeuEmsRUsoyG83frY4
Method 2 — Google Maps URL
Search your business on Google Maps, click on your listing, and look at the URL in the browser bar. The Place ID appears in the URL parameter after place_id= or within the !1s parameter in the full Maps URL.
Method 3 — Places API call
For developers integrating multiple locations, use the Places API's Find Place endpoint with your business name and address to retrieve the Place ID programmatically. This works for batches of locations and is how agency-scale local SEO tools populate their databases.
How Place ID is used in practice
| Use case | How Place ID is used | Business impact |
|---|---|---|
| Review request link | URL parameter: ?placeid=ChIJ... | 3-5x more review responses |
| Maps embed | Replace coordinates with Place ID in embed code | Always shows correct location |
| Places API | API call: place_id=ChIJ... | Retrieves live hours, reviews, photos |
| Google Ads local | Location targeting via Place ID | Ads tied to correct GBP listing |
| Review widget | Widget configured with Place ID | Live reviews displayed on website |
Real Place ID use cases
1. Denver plumbing company — review requests
A plumbing company found their Place ID, built a review request URL, and added it as a QR code printed on their invoices and post-job text messages. Within 90 days, their Google review count grew from 14 to 61 reviews. They appeared in the Local Pack for "emergency plumber near me" for the first time, generating 3-5 calls per week from Google alone — a channel that had previously produced zero inbound.
2. Multi-location restaurant chain — 12 locations
A restaurant chain with 12 locations had previously managed Google Business Profiles by address. When they migrated to Place ID-based tracking, they discovered two locations had duplicate listings (different Place IDs, same address) that were splitting reviews. Merging the duplicates consolidated reviews and improved Local Pack visibility. Across all 12 locations, Google Business Profile impressions increased 60% in the first quarter after the cleanup.
3. New hair salon — outranked by competitor
A new salon was struggling to rank for "best hair salon near me" despite strong service quality and a claimed GBP. Audit revealed their GBP had an outdated business category and the Maps embed on their website was using coordinates that matched the building next door. Fixing the embed to use Place ID and updating categories produced first-page Local Pack appearance within 6 weeks.
Place ID vs Google CID — what's the difference?
Place ID
- Format:
ChIJ...text string - Used in API calls and embed codes
- Stable across most updates
- The recommended identifier for developers
- Used to build review request links
Google CID (Customer ID)
- Format: numeric string
- Found in Maps URL (cid= parameter)
- Legacy identifier, older systems
- Extracts from Maps URL
- Can also build review links but less reliable
5 best practices for using Place ID
- Build a review request link and use it everywhere. Create the URL
https://search.google.com/local/writereview?placeid=[YOUR_PLACE_ID]and distribute it via email signatures, invoices, post-service SMS, and QR codes. Direct links produce dramatically higher review rates than asking customers to "search for us on Google." - Replace coordinate-based Maps embeds with Place ID embeds. On your website, replace any Maps embed that uses coordinates or a business name search with a Place ID-based embed. This guarantees the correct location always loads, even if Google updates address data.
- Refresh your Place ID every 12 months. Place IDs are stable but can change when businesses move or when Google merges duplicate data. Verify annually, especially if you use Place ID in integrations that power customer-facing features.
- Audit for duplicate Place IDs at the same address. Search your business name on Google Maps and verify that only one listing appears for each physical location. Multiple listings for the same address split reviews, fragment ranking signals, and confuse customers.
- Use Place ID in third-party review platforms. Review management tools (Birdeye, Podium, Grade.us) use Place IDs to pull your Google reviews. Configure each tool with the correct Place ID per location to ensure review monitoring and response workflows target the right listing.
Embedding Google Maps using a business name search is unreliable — especially for businesses with common names. Google may show a different location with a similar name, or the wrong branch in a multi-location business. Always use Place ID in embed codes to guarantee the correct location loads for every visitor.
Common Place ID mistakes to avoid
- Not knowing your Place ID — every local business should have it documented and stored in their marketing records.
- Using coordinates in Maps embeds — coordinates can resolve to the wrong pin when Google updates its mapping data.
- Ignoring duplicate listings — multiple Place IDs at the same address fragment reviews and ranking signals.
- Never refreshing stored Place IDs — changes after a business move or listing merge can break integrations silently.
- Not using Place ID for review requests — generic "find us on Google" instructions produce low response rates; Place ID links produce high ones.
Frequently asked questions
Use Google's Place ID Finder tool at developers.google.com/maps/documentation/places/web-service/place-id. Search your business name, click your listing, and the Place ID appears in the sidebar. You can also extract it from the Google Maps URL for your listing (look for the place_id= parameter).
Place IDs are stable but can change in rare circumstances — when a business relocates to a new address, when Google updates its places database, or when a duplicate listing is merged. Best practice is to refresh your stored Place ID every 6-12 months if you use it in API integrations.
Place IDs are used to build review request links, power Google Maps embeds, configure location targeting in Google Ads, enable review widget integration on websites, and make API calls to the Google Places API for reviews and business data retrieval.
A business with multiple physical locations gets a unique Place ID per location. A single-location business should have exactly one Place ID. Duplicate Google Business Profile listings create multiple Place IDs for the same address — these should be reported to Google for merging to consolidate reviews and ranking signals.
Build a direct review link using the format: https://search.google.com/local/writereview?placeid=[YOUR_PLACE_ID]. Share this URL via email, SMS, or QR code to take customers directly to your Google review form with zero friction. Businesses using Place ID links see 3-5x more review responses than those who ask customers to search manually.
