python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Schema linking via @id results in "Unnamed item" error
I am trying to add Schema structured data to my website.
I have one page for my app with:
{
"@context": "https://schema.org",
"@type": "MobileApplication",
...
Tonald Drump
Votes: 0
Answers: 1
Generating a Json schema with Google Shopping custom label
I am trying to add a custom label 0 shopping attribute to my Json schema but I don't get the this new attribute on my products.
I tried:
<script type="application/ld+json">
{
...
London Smith
Votes: 0
Answers: 0
JSON-LD framing specify ordering of rdfs
@prefix emp: <http://example.com/employee/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
emp:hasName rdf:ty...
Roy Wang
Votes: 0
Answers: 2
Alias a JSON-LD keyword and simultaneously provide a @context for it
I have the following JSON document (based on GitHub API output):
{
"@id": "https://github.com/octadocs/octadocs",
"license": {
"key": "mit",
...
Anatoly Scherbakov
Votes: 0
Answers: 1