How to fix geo brand name inconsistent on BigCommerce
Your brand name appears in multiple different formats across your site (schema, og:site_name, footer, logo). AI engines may treat the variants as separate entities.
Steps for BigCommerce
- Edit your Stencil theme templates ('templates/pages/product.html') to extend the JSON-LD with the missing fields using Handlebars ({{product.title}}, {{product.price}}).
- Set your store's social profile URLs and business info so Organization sameAs/address/contactPoint can be emitted.
- Validate with Google's Rich Results Test.
<meta property="og:site_name" content="Your Brand">
{
"@type": "Organization",
"name": "Your Brand",
"legalName": "Your Brand, Inc."
}
<!-- footer --> © 2026 Your Brand
<!-- logo --> <img src="/logo.png" alt="Your Brand">What is geo brand name inconsistent?
Consistent brand naming across your Organization schema name, og:site_name meta tag, footer copyright, and logo alt text is a trust signal. When these disagree, machines have lower confidence about who you are.
Entity clarity is foundational for AI visibility. If an engine sees 'Brand', 'Brand Co', and 'BrandShop' on one site, it may split your authority across multiple weak entities instead of one strong one - lowering how often and how confidently you're cited.
See the complete Geo brand name inconsistent guide for every platform and the full background.
Not sure if your BigCommerce store has this?
Run a free SEOLZ audit — we’ll find geo brand name inconsistent and every other issue across your whole site.
Scan my site free