Support: Schema Builder for Structured Data
Item logo image for Schema Builder for Structured Data

Schema Builder for Structured Data

schema.dev
Featured
3.7(

30 ratings

)
ExtensionDeveloper Tools30,000 users

9 support issues

For additional help, check out the developer's support site.

  • All
  • Questions
  • Suggestions
  • Problems

Trevin Chow

Oct 28, 2023

Bug with multiple breadcrumbs

If you have valid JSON LD with an array of multiple breadcrumbs, the extension only looks at the first element.

Example, this is valid JSON LD but this won't show both breadcrumbs in all cases in the extension.

<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://foo.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Products",
"item": "https://foo.com/products"
},
{
"@type": "ListItem",
"position": 3,
"name": "Kids",
"item": "https://foo.com/category/kids"
},
{
"@type": "ListItem",
"position": 4,
"name": "Purple Shirt",
"item": "https://foo.com/product/purple-shirt"
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://foo.com/"
},
{
"@type": "ListItem",
"position": 2,
"name": "Products",
"item": "https://foo.com/products"
},
{
"@type": "ListItem",
"position": 3,
"name": "Other",
"item": "https://foo.com/category/other"
},
{
"@type": "ListItem",
"position": 4,
"name": "Purple Shirt",
"item": "https://foo.com/product/purple-shirt"
}
]
}
</script>

Judie Saado

Sep 13, 2023

add on is not working

Hello,
I have added the schema builder to my chrome, used to work with it really smoothly, but lately it is just not working, it shows me uploding and then white screen

Юра Федів

May 9, 2023

.widget-header

Hey guys! There is an issue with `.widget-header` class. It is messing around with this class in our web app, causing issues for our customers. Could you please name it in more specific way to avoid clashing?

Blaž Carli

Apr 20, 2023

.modal-backdrop

Hi,

there is problem, that plugin injects CSS with .modal-backdrop code, that sets z-index very high.

.modal-backdrop {
z-index: 2147483647 !important;
}

This class name is common Bootstrap class. My suggestion is that you change z-index value or. change the class name.

Sarah Richardson

Apr 20, 2023

Injected stylesheet inteferes with Boostrap modal

Hello, my website uses Bootstrap 4.5.3 and after the last update of your extension I noticed that I was having issues with my modal backdrop z-index. I have located the offending css rule being injected by your extension...

.modal-backdrop {
z-index: 2147483647 !important;
}

The issue also affects other sites I use who also use a Bootstrap modal.

I have had to disable the extension for now as this issue causes us web developers a bit of confusion. Please rectify asap. Thanks

SEO MGMRI

Apr 4, 2023

Not working

Schema code is adding extra code to the Google Test so it doesnt test right. Even on the simplest ones.

Dan Eichholz

Feb 23, 2023

Problems with multiple authors on NewsArticle

When testing existing NewsArticle data, I've noticed that whenever there is an array of authors, Schema Builder drops the info and claims there is no author provided. However, if I view the source and push it to Google's rich text analysis tool, the code seems to validate just fine.

Viktor Iwan

Aug 23, 2022

Will you add WebPage type to the extension

It's missing one important schema type at the moment. Fantastic Tools Anyway

Terry Collins

Oct 12, 2021

Added automatic geo - lat/long from address

Hi,

Love your chrome extension, great work.

Wonder if it can automatically generate the geo - lat/long from the street address if there is one.

Google apps