LocalBusiness schema is missing required telephone or address fields, affecting local SEO eligibility.
By Seoxpert Editorial · Published
Google requires both telephone and address fields in LocalBusiness schema for local panel integration and rich results. Without these, your business may not appear in map packs or local knowledge panels, reducing visibility for local searches.
Missing telephone or address fields in LocalBusiness schema prevents eligibility for local SEO features in Google search.
An automated crawler parses structured data and flags LocalBusiness entities missing either the telephone or address (PostalAddress) property.
Incorrect LocalBusiness schema (missing telephone and addres
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Example Business"
}Correct LocalBusiness schema (with telephone and address)
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Example Business",
"telephone": "+1-555-555-5555",
"address": {
"@type": "PostalAddress",
"streetAddress": "123 Main St",
"addressLocality": "Anytown",
"addressRegion": "CA",
"postalCode": "90210",
"addressCountry": "US"
}
}No, both telephone and a complete address are required for full eligibility in local SEO features.
Include streetAddress, addressLocality, addressRegion, postalCode, and addressCountry.
Yes, missing telephone or address fields can prevent your business from appearing in map packs and local knowledge panels.
Both JSON-LD and Microdata are supported, but all required fields must be present regardless of format.
Run a scan to see if LocalBusiness Schema Missing Telephone or Address affects your pages.
Scan my website →