Skip to main content
Filter by
Sorted by
Tagged with
2 votes
2 answers
129 views

I have a plain java application that consumes a jsonld structured file, converts it to a Model class from rdf4j framework and then writes it as a string. The demo code is as so: public static void ...
Joe's user avatar
  • 455
1 vote
1 answer
105 views

When using google's Rich Results Test cant get past these errors: I am getting Parsing error: Missing '}' or object member name error with the code here. if I add " "offers" : {" ...
EagleDude's user avatar
2 votes
1 answer
144 views

The app I'm developing has an API to fetch a single object that I describe in JSON-LD like so: { "@context": { "@vocab": "https://schema.org/", "head":...
theory's user avatar
  • 10k
0 votes
1 answer
72 views

I am trying to represent a typed value (numeric in this case, but it is the same for boolean) in JSON-LD in such a way that would allow my JavaScript code to work with it easily. If I declare the ...
kidney's user avatar
  • 3,145
0 votes
0 answers
66 views

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 ...
Bugra's user avatar
  • 1
0 votes
1 answer
64 views

I have a jsonld representation of triples : {"@id": "some-id", "@type": "Row", "attendance": 74439, "...
Rishabhg's user avatar
  • 118
1 vote
1 answer
233 views

I have an issue in Google Search Console that says that my schema is not valid for rich snippets cause of the upcoming issue (but schema is valid across validators): Either 'offers', 'review' or '...
BBM's user avatar
  • 41
1 vote
2 answers
127 views

I am testing schema.org Json-ld markup for email using self mailing as mentioned, This is the sample schema I'm using along with html content sent in mail. I'm sending mail using gmail smtp, and ...
Anish Karthik's user avatar
2 votes
0 answers
222 views

{ "@context": "https://schema.org", "@type": "Store", "name": "Mosami", "url": "https://mosami.in", "...
Vakada Rohit's user avatar
-1 votes
1 answer
371 views

I am working on a web page whose visibility for Google is very important to the client. I have included a JSON-LD section on the page that contains a number of reviews and a number of ratings in an ...
MDickten's user avatar
  • 193
1 vote
1 answer
503 views

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 ...
chabiya.99's user avatar
1 vote
0 answers
75 views

I've created structured data for Car (car rental website) and Google Search Console is throwing this error: Invalid integer in property "price" (in "offers") for this piece of ...
xake's user avatar
  • 47
0 votes
1 answer
61 views

I am working with FIWARE, specifically with NGSI-LD. My objective is to create an actuator to which I can send a command to download information from a URL. To achieve this, I want to design the ...
Linux's user avatar
  • 301
0 votes
1 answer
84 views

As mentioned in the title, I am working with FIWARE, specifically with NGSI-LD. To do this, I have deployed a series of containers using Docker Compose: ld-context (this is the container to provide ...
Linux's user avatar
  • 301
0 votes
1 answer
48 views

I'm using app router from next.js. I'd like to add jsonLd datas for both pages, "/blog" and "/blog/[searchKeyword]". but I met some problems about this process. blog > layout....
이영찬's user avatar

15 30 50 per page
1
2 3 4 5
65