name
name · Required
Appears in
LocalBusiness · Organization · Product · WebSite
What is it?
The official name of a business, product, or website. For LocalBusiness schema, name is one of only two Required fields (alongside address) per Google's structured data documentation. It should match the business name customers see on the storefront, website header, and Google Business Profile.
Why this matters for AEO
When a user asks "What is [business name]?" or "Is [business] open right now?", AI engines use the name field to confirm entity identity before pulling other fields like hours or address. A name mismatch between schema markup and visible page content can cause AI assistants to skip the business entirely or return conflicting information.
What the specs say
Schema.org: Text. The name of the item. schema.org/name
Google: Required. "The name of the business." Google LocalBusiness docs
How to find your value
- Single location — Your business registration, Google Business Profile, storefront signage
- Multi-location franchise — Use the location-specific name (e.g., "Starbucks Downtown Austin")
- DBA / trading name — Use the name customers know, not the legal entity name
Format and code
Plain text string. No HTML tags, no markdown formatting.
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Beachwalk Beachwear & Giftware"
}
What NOT to do:
{
"name": "Beachwalk Beachwear & Giftware - Best Gifts in Mexico Beach FL"
}
Do not stuff keywords into name. Google may treat keyword-stuffed names as spam and suppress the rich result.
Webflow implementation
Static pages
Add the business name directly in your JSON-LD block in Page Settings > Custom Code > Before