355 questions
0
votes
0
answers
45
views
Assistant `content` format when hyper tuning an LLM with structured output
I'm saving data that I can then use to hyper tune a model with the OpenAI API. In the documentation they say they want the expected output to have the "assistant" role. That is fine but they ...
0
votes
0
answers
62
views
Google’s Rich Results Test
I have a blog on Blogger. (https://www.newmyroyals.com). When I test the homepage using Google’s Rich Results Test tool, it shows a 'BlogPosting' structured data result. However, when I test any ...
0
votes
0
answers
36
views
Google search results showing Out of Stock label
My page displays information for a product: product title, product price, product description etc. However, I am not an e-commerce store and you cannot buy the product from my page. I am purely ...
1
vote
1
answer
295
views
Looking for guidelines for Creating Gmail Summary Cards for Order Emails [closed]
I'm looking for publicly known guidelines or specifications that can help us ensure that Gmail generates summary cards for our order-related emails. Our business sends out emails containing order ...
0
votes
0
answers
102
views
Schema.org > Product > Offer for a specific quantity of items (with limited availability)?
How to specify a Schema.org > Product > Offer for a specific quantity of items (with limited availability)?
Is example usage below of referenceQuantity & eligibleQuantity correct or are ...
1
vote
1
answer
480
views
Rich Results Test URL crawled successfully but no Items detected
I pasted a URL to the Rich Results test, and it was successfully crawled but returns No Items Detected.
If I copied the html content and pasted that in it shows the JobPosting correctly.
Example web ...
1
vote
1
answer
223
views
How come my Schema service is not recognized correctly?
I am a bit in doubt about whether my my pricing table is correct set up according to Schema / Microdata. Can you help me validate it? Schema's own validator tool has no errors or warning. However, ...
1
vote
2
answers
137
views
When to Include URLs in Structured Data Markup?
I'm having trouble figuring out when to add https://schema.org/ in the json-ld.
Issue
For structured data properties, such as @type or itemCondition, which is the correct format:
"@type": &...
1
vote
1
answer
126
views
Blazor is encoding a plus in my razor page
Google reads structured data from a web page. This is in the form:
<script type="application/ld+json">
@StructuredData
</script>
And the @StructuredData getter must be ...
2
votes
1
answer
341
views
How to add structured data for rich snippets in Angular 17 standalone components with SSR?
I am using Angular 17 with SSR configuration enabled and complete standalone component architecture and want to insert structured data in different components for rich snippet and better SEO crawling.
...
0
votes
2
answers
505
views
Specify [shipping] in JSON-LD Product for Google
I am implementing JSON-LD product data on an e-commerce website and having trouble specifying product level shipping cost. Google's Merchant Center document states that a [shipping] attribute may be ...
0
votes
1
answer
112
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&...
1
vote
0
answers
563
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 ...
2
votes
1
answer
202
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&...
2
votes
1
answer
224
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 ...