LocalBusiness schema Pro ​
Search engines use structured data to understand your business. The LocalBusiness schema tells Google exactly what your business is, where it is located, and how to contact it. This is a significant local SEO ranking factor.
What the plugin generates ​
WP Google Street View Pro outputs a complete LocalBusiness JSON-LD block in the <head> of your homepage (or a designated page). The schema includes:
json
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Your Business Name",
"image": "https://example.com/logo.webp",
"logo": "https://example.com/logo.webp",
"description": "Your business description",
"telephone": "+1-555-123-4567",
"priceRange": "$$",
"url": "https://example.com",
"openingHours": "Mo-Fr 09:00-17:00",
"geo": {
"@type": "GeoCoordinates",
"latitude": 40.7128,
"longitude": -74.0060
},
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "New York",
"addressRegion": "NY",
"postalCode": "10001",
"addressCountry": "US"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-555-123-4567",
"contactType": "customer service",
"areaServed": ["US"]
}
}Configuration ​
In WP Google Street View → Settings → Local SEO, fill in:
- Organization name
- Description
- Telephone
- Price range
- Website URL
- Logo/image URL
- Opening hours
- Full address (street, city, region, postal code, country)
- Latitude and longitude
- Page placement (homepage or a specific page)
Validation ​
After configuring, validate your schema using:
SEO impact ​
LocalBusiness schema is one of the most impactful structured data types for businesses with a physical location. It helps Google:
- Display your business in local search results and map packs
- Show rich information (hours, phone, address) directly in search results
- Connect your website to your Google Business Profile
- Understand your service area