Skip to main content

Questions tagged [structured-data]

Structured data is a system of pairing a name with a value that helps search engines categorize and index your content. Schema is recognized (and in fact the vocabulary is maintained) by Google, Bing, Yahoo!, and Yandex. It's unclear whether other search engines are using this markup to change how they display search results.

structured-data
0 votes
1 answer
36 views

how provide a site name to Google Search?

enter image description here this is my meta code : <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport&...
Khalid R's user avatar
1 vote
0 answers
42 views

How do I correctly define JSON-LD shippingDetails -> shippingDestination to exclude a list of states?

We have a business that can only ship product within California due to licensing restrictions. I am trying to define a JSON-LD Product that states that we ship to California and do not ship in all ...
Web Master's user avatar
1 vote
1 answer
56 views

How to write up a correct schema object for Google search results? Structured Data JSON-LD Schema

I'm having trouble getting Google search results to display 'Site Name' and image. My current schema object looks like: <script type="application/ld+json">{ "@context&...
Kathy's user avatar
  • 11
2 votes
1 answer
43 views

How Do Some Sites Use the Reviewedby Property Individually?

I am trying to create a piece of structured data for my articles, and I am confused about the use of the reviewedBy property. By definition, the reviewedBy property can only be nested inside the ...
Leandro's user avatar
  • 33
1 vote
0 answers
60 views

ReviewedBy Schema Property: Nested or Not Nested inside mainEntityOfPage?

Regarding the ReviewedBy schema property. What is the difference between having it nested inside the mainEntityOfPage property, and having it at the same level of the type: Article type? For example: ...
Leandro's user avatar
  • 33
0 votes
0 answers
24 views

Insert Google Merchant Center bulk_price data into JSON-LD structured product markup?

The product Offer schema uses elegibleQuantity to specify volume pricing (quantity breaks). Google wants the information using bulk_price within customAttributes instead. Since the schema doesn't even ...
Henry's user avatar
  • 1,414
0 votes
0 answers
67 views

How to fix "uploadDate" timezone for vimeo embed video?

I have vimeo embedded video in one of my web page. Google is automatically adding structured data for this and showing warning "Datetime property 'uploadDate' is missing a timezone". How to ...
Token Mallick's user avatar
0 votes
0 answers
45 views

Gmail markup (google-schema) rejected - JSON-LD

We have added email schemas to our order confirmation email and test it using email markup tester then it shows no errors when we send it to registertion processs it always rejectd by google schemas ...
Sithara Hansanie's user avatar
0 votes
0 answers
52 views

How to structure json-ld for export/import

I am working on FlashCards app and I want to use json-ld for importing/exporting data from the app. I created simple structure but I am not sure if what I have done is valid and the links between the ...
Constantin.FF's user avatar
0 votes
0 answers
32 views

"availability: InStock" isn't shown in Google Rich Snippet

I’m using Schema.org properties to provide product data of my webpage to search engines. Everything works great(stars, nr. of reviews and price are shown), but availability(In stock) isn't shown in ...
mussa's user avatar
  • 1
0 votes
1 answer
185 views

Safari parsing JSON-LD error on 'telephone' ('Object.prototype.hasOwnProperty.call(e,"telephone")')

Since we enabled Sentry for our application front-end, which we build with TALL stack, we get a lot of errors from Safari browsers. Which I cannot replicate. First we got the error like this Safari ...
LTKort's user avatar
  • 133
1 vote
1 answer
39 views

Why does google rich snippets show: "Item does not support reviews"? Is the the implementation of "@graph" keyword correct?

Is the following schema correct? Should I make any changes? If I do have to make any changes how should I make them? <script type="application/ld+json"> { "@context": &...
ssc1234's user avatar
  • 117
0 votes
0 answers
27 views

Adding a new field on my product pages for shippingDetails

I am in the process of adding the shippingDetails field (deliveryTime & transitTime) to my product pages to increase their visibility in search results by enabling the display of additional ...
Federico Cutillo's user avatar
0 votes
0 answers
19 views

Should I use rich snippets for news list and detail?

I use the normal rich snippets / structured data code "<article itemscope="itemscope" itemtype="http://schema.org/Article">" for my news list and there is, for ...
Sebastian's user avatar
  • 911
5 votes
1 answer
3k views

ModuleNotFoundError: No module named 'langchain_experimental'

I am trying to utilize LangChain's LLM (Language Model) with structured output in JSON format. During my attempt to import the necessary module, I encountered the following error: from ...
Farooq Zaman's user avatar

15 30 50 per page
1
2 3 4 5
24