Local SEO in Practice: Ranking for 'Region + Business Type' Queries
The consistency of NAP (business name, address, phone number) between your Google Business Profile (GBP) and your website is central to how Google judges local trustworthiness. Because Google cross-references both, inconsistent details make it harder to improve your rankings.
Without LocalBusiness structured data on your site, Google cannot accurately understand your business category or location. Optimizing your website's signals alongside your GBP is the most direct path toward appearing in the local pack.
Minimal LocalBusiness Structured Data Example
Below is a minimal LocalBusiness configuration. Embed this JSON inside a <script type="application/ld+json"> tag on your page.
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "店舗名 / Business Name",
"address": {
"@type": "PostalAddress",
"streetAddress": "丁目・番地・号",
"addressLocality": "市区町村",
"addressRegion": "都道府県",
"postalCode": "000-0000"
},
"telephone": "00-0000-0000",
"openingHours": "Mo-Fr 09:00-18:00",
"url": "https://example.com"
}Common inconsistencies:
- Phone number format differs between the site and GBP (with or without hyphens, area code format, etc.)
- An old address from a previous location remains in the site footer or structured data
- The legal entity name and storefront name are mixed, and neither matches the GBP listing
3-Point Local SEO Checklist
Exactly match NAP across your site and GBP
Ensure your business name, address, and phone number are written identically on your website and Google Business Profile. Even minor differences in format or abbreviations can count as inconsistencies.
Clearly state business hours and closing days
Include business hours and closing days on your website, and reflect the same information in the openingHours field of your LocalBusiness structured data. Keeping it consistent with your GBP settings ensures alignment.
Embed Google Maps + place 'region + business type' in title and h1
Embedding Google Maps on your page strengthens location signals. Also include 'region + business type' (e.g. Shibuya beauty salon) in your title and h1 to improve relevance for local search queries.
An honest note: Structured data is a supplementary signal that helps Google understand your business — it does not guarantee a top spot in the local pack. Rankings are influenced by multiple factors including competition, review volume, and the completeness of your GBP.